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. On Sat, Oct 25, 2008 at 12:40 AM, Mark Salter <[EMAIL PROTECTED]> wrote: > 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 anything in the javac task documentation. > > ant is honouring classpath from your environment. What operating system > are you using? > Do you have a variable called CLASSPATH defined? > > -- > Mark > > --------------------------------------------------------------------- > 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]