Re: modify classpath for a following compile ..

2003-05-07 Thread Harsha Kalidindi
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 ..

2003-05-06 Thread Jesse Stockall
On Tue, 2003-05-06 at 17:27, Harsha Kalidindi wrote: > Hi: > > I have question about Tasks and setting Classpath .. > > > > ... > > ... > >... > > > > > > >

modify classpath for a following compile ..

2003-05-06 Thread Harsha Kalidindi
Hi: I have question about Tasks and setting Classpath .. ... ... ... I am implementing mytask. Can I change/modify the classpath in mytask's execute so that when jav