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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.