Properties are immutable ;-)
Jan
>-Ursprüngliche Nachricht-
>Von: Patrick Martin [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 24. Januar 2006 17:05
>An: Ant Users List
>Betreff: Re: AW: AW: loop in ant
>
>Hello,
>
>I once tried to implement a while task but
Hello,
I once tried to implement a while task but I had an issue with some
conditions like equal.
...
the property used in equal is evaluated before the call to equal, and only
once. So it will never change.
Is there a way to avoid that?
Here is the code I used:
public class WhileTask
>Ok. Sorry about that.
no problem.
>But there's no other way to do it? I
>cant make my own tasks.
It´s not difficult.
Basically you can do the same using
2006 14:19
An: Ant Users List
Betreff: Re: AW: loop in ant
how do you implement your own task?
[EMAIL PROTECTED] wrote:
I would implement my own task...
while condition=true
dodelete path
and maybe running as asynchronous thread
Jan
-Ursprüngliche Nach
As described in the manual? ;)
I wrote a tutorial about that.
Jan
>-Ursprüngliche Nachricht-
>Von: Henrik Gemal [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 24. Januar 2006 14:19
>An: Ant Users List
>Betreff: Re: AW: loop in ant
>
>how do you implement you
how do you implement your own task?
[EMAIL PROTECTED] wrote:
I would implement my own task...
while condition=true
dodelete path
and maybe running as asynchronous thread
Jan
-Ursprüngliche Nachricht-
Von: Henrik Gemal [mailto:[EMAIL PROTECTED]
Gesendet: Diensta
I would implement my own task...
while condition=true
dodelete path
and maybe running as asynchronous thread
Jan
>-Ursprüngliche Nachricht-
>Von: Henrik Gemal [mailto:[EMAIL PROTECTED]
>Gesendet: Dienstag, 24. Januar 2006 13:30
>An: user@ant.apache.org
>Betreff: loop i