Try reading the manual page for the javac task (http://ant.apache.org/manual/CoreTasks/javac.html), specifically the section on the includeAntRuntime attribute.
-- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Bob Bronson" <[EMAIL PROTECTED]> wrote on 05/04/2005 08:43:43 PM: > Hi All, > > I tracked down a problem I'm having to the fact that when Ant compiles > my code (using the <javac> task), it uses the "Ant execution > classpath". What I'm saying is that the same classpath Ant sets up for > itself in order to run is also used as the classpath when compiling > *my* code. > > In the <javac> task, set the "verbose" attribute to "yes" and you will > see tons of Ant-supplied JARs. I don't want to go into too many details > except to say that it causes versioning problems when my code is > compiled against those JARs and then run against different JARs. > > I was hoping to tell the <javac> task something like, "compile my code > against these JARs AND THESE JARS ONLY. Do not consider the JARs needed > by Ant as part of my classpath". > > I hope this is making sense. Is there a way to specify this? > > Thanks very much. > > Bob > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >