Re: calling ant API from java instead of using build.xml from console

2006-01-05 Thread Dieter Frej
[mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 January 2006 3:42 AM To: Ant Users List Subject: Re: calling ant API from java instead of using build.xml from console I would be interested in looking at that code You can checkout sources from: svn checkout svn://svn.berlios.de/dpml/trunk

RE: calling ant API from java instead of using build.xml from console

2006-01-03 Thread Stephen McConnell
> -Original Message- > From: Mark Russell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 4 January 2006 3:42 AM > To: Ant Users List > Subject: Re: calling ant API from java instead of using > build.xml from console > > I would be interested in looking at that

Re: calling ant API from java instead of using build.xml from console

2006-01-03 Thread Mark Russell
your interested I can point you to code that does the above. Cheers, Steve. -Original Message- From: Dieter Frej [mailto:[EMAIL PROTECTED] Sent: Monday, 2 January 2006 6:45 PM To: user@ant.apache.org Subject: calling ant API from java instead of using build.xml from console Hi, I would

RE: calling ant API from java instead of using build.xml from console

2006-01-03 Thread Stephen McConnell
Steve. > -Original Message- > From: Dieter Frej [mailto:[EMAIL PROTECTED] > Sent: Monday, 2 January 2006 6:45 PM > To: user@ant.apache.org > Subject: calling ant API from java instead of using build.xml > from console > > Hi, > > I would like to call

calling ant API from java instead of using build.xml from console

2006-01-02 Thread Dieter Frej
Hi, I would like to call ant (1.6.5) from java (1.5.0_04-b05), but I am a little puzzled with all createXYZ, addXYZ, init, and execute methods and in which order they should be called. I wrote it the following way: Project project = new Project(); XmlLogger xlog = new XmlLogger(); project.add