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]