Re: Using Ant API to create build scripts

2003-07-08 Thread Conor MacNeill
On Tue, 8 Jul 2003 11:56 am, Mirko Raner wrote: > (a) Is there something I am missing in the Ant API that would allow me > to create a build.xml file from an initialized Project object? Sort of. You need to checkout the RuntimeConfigurable. It is a DOM of sorts that is maintained by Ant. You shou

Using Ant API to create build scripts

2003-07-08 Thread Mirko Raner
Hi all, I am currently working on an IDE plug-in that also requires automatic generation of Ant build scripts. I had a look at the Ant API and noticed that there are classes for Projects, Targets, Tasks, etc. which are essentially created and populated by the ProjectHelper/ProjectHelper2 classes