Re: modify classpath for a following compile ..
Jesse: can use a reference to a defined elsewhere in the project. In you can build a org.apache.tools.ant.types.Path object and then add it to the project with Project.addReference(). Then your target can use the reference. Thanks. Works nicely. Regards, Harsha This communication is int
Re: modify classpath for a following compile ..
On Tue, 2003-05-06 at 17:27, Harsha Kalidindi wrote: > Hi: > > I have question about Tasks and setting Classpath .. > > > > ... > > ... > >... > > > > > > >