RE: How to execute a target multiple times, with different parameters

2008-02-29 Thread Alec Fernandez
For example:

Re: How to execute a target multiple times, with different parameters

2008-02-29 Thread Gilles Scokart
I would suggest to use a macro instead of a target. Gilles On 29/02/2008, leondz <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm new to ant. I have a target in an existing project that looks like > this: > > > > > classname="shef.qa.trec.Get

Antwort: How to execute a target multiple times, with different parameters

2008-02-29 Thread Karl-Friedrich . Heintz
Hi, call your 'get-docs' from another target via and within this you can use nested elements, one for each argument (see also ANT documentation). Karl leondz <[EMAIL PROTECTED]> 29.02.2008 12:51 Bitte antworten an "Ant Users List" An user@ant.apache.org Kopie Thema How to execute

How to execute a target multiple times, with different parameters

2008-02-29 Thread leondz
Hi, I'm new to ant. I have a target in an existing project that looks like this: