Re: Ant System Class Loader does not honor $CLASSPATH, honors $LOCALCLASSPATH

2013-03-26 Thread Rainer Noack
Hi Edoardo, if you're launching ant via shell script, it is using oata.launcher.Launcher.java This class reorganises the classpath a bit. The env variable CLASSPATH and the classpath commandline argument are stripped and replaced by the minimum classpath used to launch ant. A child classloade

Ant System Class Loader does not honor $CLASSPATH, honors $LOCALCLASSPATH

2013-03-26 Thread Edoardo Vacchi
Hi to everybody on the list, I am forwarding the question I've asked on stackoverflow http://stackoverflow.com/questions/15383099/ant-system-class-loader-does-not-honor-classpath-honors-localclasspath as I did not have any feedback in several days. I hope I will find an answer here. Thanks in adv