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
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
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
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
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
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