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

2008-03-03 Thread Jan.Materne
Jan > -Ursprüngliche Nachricht- > Von: leondz [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 3. März 2008 14:50 > An: user@ant.apache.org > Betreff: Re: Antwort: How to execute a target multiple times, > with different parameters > > > Hi, > >

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

2008-03-03 Thread Karl-Friedrich . Heintz
cs-all" and all called targets. Karl leondz <[EMAIL PROTECTED]> 03.03.2008 14:54 Bitte antworten an "Ant Users List" An user@ant.apache.org Kopie Thema Re: Antwort: How to execute a target multiple times, with different parameters Hi, This approach is wor

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

2008-03-03 Thread leondz
Hi, This approach is working really well! I've found that the target executing contains a lot of repeated code, though; is it possible to nest parameters? For example, I have: < param name="questions" value="QA2006_testset.xml" /> < param name="engine

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