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 should be able to navigate the task structure from there. See the Task.getRuntimeConfigurableWrapper() method. Conor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]