[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
I would be interested in looking at that code
Stephen McConnell wrote:
The approach your taking is kind of out of sync with the Ant object model. A
much easier approach is to construct your project, then parameterize the
project and finally trigger project execution. The parameterization of t
The approach your taking is kind of out of sync with the Ant object model. A
much easier approach is to construct your project, then parameterize the
project and finally trigger project execution. The parameterization of the
project could include:
a) assign a project basedir
b) assigning a