EMAIL PROTECTED]
Sent: 06 December 2005 16:28
To: Ant Users List
Subject: Re: Looping in Ant
I wouldn't suggest antcontrib. Instead I'd look at setting up the properties
specific to each generation run and then use a task like subant or something
with a fileset to execute the bui
I wouldn't suggest antcontrib. Instead I'd look at setting up the properties
specific to each generation run and then use a task like subant or something
with a fileset to execute the build against each individual property setup.
For example, using antcontrib task would implied the use of the
You can use the ant-contrib task...
http://ant-contrib.sourceforge.net/tasks/tasks/index.html
Fintan
-Original Message-
From: Mark Eramo [mailto:[EMAIL PROTECTED]
Sent: Monday, December 05, 2005 2:59 PM
To: Ant Users List
Subject: Looping in Ant
Hello,
Does anyone have experience r
Mark Eramo wrote:
> Hello,
>Does anyone have experience running loops with Ant or if it is
> even possible?
Can leverage custom tasks from ant-contrib.
HTH
Bernard
> What I need to do is run an xdoclet task 10 times to produce 10
> different MDB's to support some Queue work the developers ar