Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mhuggins

    Static Code Blocks?

    Thanks so much, I really appreciate your help!
  2. mhuggins

    Static Code Blocks?

    I have a static Hashtable variable in a class that I would like to populate prior to any instance of the class being created. However, it seems like the earliest point at which I can populate the Hashtable is within the constructor. I know Java allows a static code block... static { // code...
  3. mhuggins

    Copy files from sub-folders

    I have the following code in my build.xml file. My problem is that it doesn't copy the JSP or XML files from the sub-folders of src.home into the respective build.home sub-folders. How can I accomplish this without explicitly providing each folder name to copy/paste? <!-- Copy the jsp pages...

Part and Inventory Search

Back
Top