AW: ant default classpath

2008-10-27 Thread Jan.Materne
TECTED] >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 l

Re: ant default classpath

2008-10-27 Thread Tyler Roscoe
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

Re: ant default classpath

2008-10-25 Thread David Weintraub
Well, Ant is a Java project and does set a classpath for itself to launch. Try this: Classpath = "${ENV.CLASSPATH}" If it prints out "Classpath = "${ENV.CLASSPATH}"", then no classpath is set when ant is running. Also see if there is anything in the $ANT_HOME/lib dir

Re: ant default classpath

2008-10-25 Thread Brendan Miller
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 C

Re: ant default classpath

2008-10-25 Thread Mark Salter
Brendan Miller wrote: > In a build.xml I have, I have a javac task that I perfrom where I > don't explicitly pass it any classpath. Yet, when I run ant -v, I get > an enourmous classpath. What gives? > > How does ant construct it's default classpath? Is this documented > anywhere? I didn't see any

ant default classpath

2008-10-24 Thread Brendan Miller
In a build.xml I have, I have a javac task that I perfrom where I don't explicitly pass it any classpath. Yet, when I run ant -v, I get an enourmous classpath. What gives? How does ant construct it's default classpath? Is this documented anywhere? I didn't see anything in the javac task documentat