AW: AW: AW: loop in ant

2006-01-24 Thread Jan.Materne
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

Re: AW: AW: loop in ant

2006-01-24 Thread Patrick Martin
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

AW: AW: AW: loop in ant

2006-01-24 Thread Jan.Materne
>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

Re: AW: AW: loop in ant

2006-01-24 Thread Henrik Gemal
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

AW: AW: loop in ant

2006-01-24 Thread Jan.Materne
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

Re: AW: loop in ant

2006-01-24 Thread Henrik Gemal
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

AW: loop in ant

2006-01-24 Thread Jan.Materne
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