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

2008-03-03 Thread Karl-Friedrich . Heintz
Hi, i think you should take < param name="questions" value="QA2006_testset.xml" /> < param name="maxdocs" value="200" /> not as 'param' but as normal properties. Then they are visible within your target "get-docs-all" and all called targets. Karl leondz <[EMAIL PROTECTED]>

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

"choice" command not found - Problem with ANT 1.7.0 ??

2008-02-25 Thread Karl-Friedrich . Heintz
Hello, we have some larger and older build scripts which are running properly with ANT 1.6.5. Our Operating system is Windows XP SP2 and the scripts are started from a batch with "%ANT_HOME%\bin\ant ...". If i switch to ANT 1.7.0 via the ANT_HOME variable i got the following error message a