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
Ok. Sorry about that. But there's no other way to do it? I cant make my
own tasks.
[EMAIL PROTECTED] wrote:
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
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 your own task?
>
>[EMAIL PROTECTE