t: Wednesday, May 04, 2005 9:15 PM
Subject: Re: My Classpath Should be Separate From Ant's
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 PROTEC
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.opensou
Actually, it's very easy to supply a different classpath to javac
(check the ant docs for more options)...
in your build.xml file
in your compilation task
-B
--- Bob Bronson <[EMAIL PROTECTED]> wrote:
> Hi All,
>
>
Hi All,
I tracked down a problem I'm having to the fact that when Ant compiles
my code (using the 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 tas