Re: ANT Property substutition in log4j.properties

2009-12-10 Thread David Weintraub
Have you tried exporting the environment variables? Try exporting ANT_ARGS and see if that works. In Unix, if you don't export an environment variable, it doesn't get pushed to the subshell. Windows doesn't have this. In Windows, all variables are available in each subshell. Try to create a simpl

AW: build.xml file scanning

2009-12-10 Thread Jan.Materne
Ant is looking for a "build.xml" in the current directory. With -f you could specify a buildfile to use. -find will search for a "build.xml" - from the current directory up to the root directory. Searching from a directory deeper in the filesystem wouldnt be helpful. If you only have a A/B/C/buil