have to use the optional script task in 1.3.
use the foreach task with a sanpshot.
to pass params use the antcall/ant tasks.
ant runs another build file and antcall calls a target with new params.
Michael
On 1 May 2001, at 15:51, Jean Bresse wrote:
>Hello all:
>I browsed the archives but didn't find a complete answer of the following:
>1) Can Ant receive parameters from its caller?
>For example, suppose I have a list of names and I want to invoke the same set of tasks for each name.I >would want to ave one Ant process call another one, I would want tocall it n times (where n is the >number of names) and pass in as a parameter the name in question.
>Any suggestions / thoughts / feedbacks on this?
- Parameters and Ant Jean Bresse
- Re: Parameters and Ant Michael McCallum
- Re: Parameters and Ant Diane Holt
- RE: Parameters and Ant Chris Greenlee
