AW: AW: AW: while-like structure in Ant

2007-07-31 Thread Jan.Materne
main/org/apache/tools/ant/taskdefs/condition/Condition.java >-Ursprüngliche Nachricht- >Von: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 31. Juli 2007 19:35 >An: Ant Users List >Betreff: Re: AW: AW: while-like structure in Ant > >Thanks for

Re: AW: AW: while-like structure in Ant

2007-07-31 Thread Emir Mahmut BAHSI
course an implementing class maybe can do both ( ). For HTTP there are two different implementations: - condition - task (- http AntLib http://ant.apache.org/antlibs/sandbox.html ) Jan >-Ursprüngliche Nachricht- >Von: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] >Gesen

AW: AW: while-like structure in Ant

2007-07-31 Thread Jan.Materne
>-Ursprüngliche Nachricht- >Von: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 30. Juli 2007 23:34 >An: Ant Users List >Betreff: Re: AW: while-like structure in Ant > >It is a good point! Http task is one of the core conditions >that can be use

Re: AW: while-like structure in Ant

2007-07-30 Thread Emir Mahmut BAHSI
It is a good point! Http task is one of the core conditions that can be used as a nested element in condition task. FYI: http://ant.apache.org/manual/CoreTasks/conditions.html However I do not know why it is not listed in the manual as a core task :) May be it is because of being a nested eleme

AW: while-like structure in Ant

2007-07-29 Thread Jan.Materne
Which task? Ant Core doesnt have one. Jan >-Ursprüngliche Nachricht- >Von: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 29. Juli 2007 00:27 >An: Ant Users List >Betreff: RE: while-like structure in Ant > >Sorry everybody for the late replay. I am trying to implement