Ant doesnt require a CLASSPATH and you shouldnt have one set. The ant.* launch script starts the ant-launcher.jar. This one collects all JARs in /lib and /lib/optional and all JARs given with -lib option.
Jan >-----Ursprüngliche Nachricht----- >Von: Tyler Roscoe [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 26. Oktober 2008 03:10 >An: Ant Users List >Betreff: Re: ant default classpath > >On Sat, Oct 25, 2008 at 06:28:23PM -0700, Brendan Miller wrote: >> I'm on Linux. I don't have CLASSPATH set in my shell. It sure doesn't >> look like it's getting set in elsewhere, but the build >environment I'm >> working in is complicated, so maybe I'm missing something. >> >> Are you *sure* that Ant doesn't try to construct a default classpath >> from sources other than the CLASSPATH env var? That really looks like >> what is going on. > >$ANT_HOME/bin/ant (and ant.bat) set up the classpath if you don't have >one set. > >tyler > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]