----- Original Message -----
From: "Markus Dettori" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 05, 2002 9:48 AM
Subject: Re: For-loop in Ant


>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 05, 2002 9:19 AM
> Subject: AW: For-loop in Ant
>
>
> Well, I think that should match somehow!
> Thanks
>

Hi again,

just works fine, BUT, how can I manage it that the targets called by
<foreach>
will be started in parallel ?
Now it will be like that:
call target with 1, finished1, call target with 2,finished 2 ......
But I want something like that:
call target with 1, call target with 2, call target with 3, finished 2,
finished 1, ........
Putting the called target tasks in <parallel> has no sense.
I don't want to wait for the called task to finish.


thanks for hints,
Markus












--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to