[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
> -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
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
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
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