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
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 &g

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
lp is appreciated. Thanks in advance. > >Emir Mahmut Bahsi > > > > > > >"Rebhan, Gilbert" wrote: >-Original Message- >From: Xavier Hanin [mailto:[EMAIL PROTECTED] >Sent: Thursday, May 10, 2007 9:17 AM >To: Ant Users List >Subject: Re: whi

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 a

RE: while-like structure in Ant

2007-07-28 Thread Emir Mahmut BAHSI
ot; <[EMAIL PROTECTED]> wrote: -Original Message- From: Xavier Hanin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:17 AM To: Ant Users List Subject: Re: while-like structure in Ant On 5/10/07, Emir Mahmut BAHSI wrote: > > Hi all, > I have been working on conditional s

Re: while-like structure in Ant

2007-05-18 Thread Scot P. Floess
Emir: Can you email me your examples? I may be able to help you out... Sorry, I started a new job a few months ago and I seem to have very little free time - I've been rather quiet here lately because of it... Guru Balse wrote: FYI: Scot Floess ([EMAIL PROTECTED]) has implemented some great

Re: while-like structure in Ant

2007-05-18 Thread Guru Balse
FYI: Scot Floess ([EMAIL PROTECTED]) has implemented some great loop solutions using and from ant-contrib. Steve Loughran wrote: Emir Mahmut BAHSI wrote: Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose

Re: while-like structure in Ant

2007-05-10 Thread Steve Loughran
Emir Mahmut BAHSI wrote: Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose I have implemented two simple examples for if-type and switch-type cases (examples are attached). In these examples my program is s

RE: while-like structure in Ant

2007-05-10 Thread Rebhan, Gilbert
-Original Message- From: Xavier Hanin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:17 AM To: Ant Users List Subject: Re: while-like structure in Ant On 5/10/07, Emir Mahmut BAHSI <[EMAIL PROTECTED]> wrote: > > Hi all, > I have been working on conditional stru

Re: while-like structure in Ant

2007-05-10 Thread Emir Mahmut BAHSI
Actually I have implemented if and switch scenerios by using ant-contrib project. However I could not use their loop structure for my purpose. scriptdef seems a good option. I will try it. Thank you very much. I am open to any other suggestions also. Apreciated. Emir M Bahsi Xavier Hanin <[EMAI

Re: while-like structure in Ant

2007-05-10 Thread Kevin Jackson
Hi, Can u suggest me anything to implement that example. Any help is appreciated. Ant-contrib[1] has most of the imperative language features for ant (if/else etc) Kev [1] http://ant-contrib.sourceforge.net/tasks/tasks/index.html --

Re: while-like structure in Ant

2007-05-10 Thread Xavier Hanin
On 5/10/07, Emir Mahmut BAHSI <[EMAIL PROTECTED]> wrote: Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose I have implemented two simple examples for if-type and switch-type cases (examples are attached). In

while-like structure in Ant

2007-05-09 Thread Emir Mahmut BAHSI
Hi all, I have been working on conditional structures and loop structures on existing workflow managers for a long time. For this purpose I have implemented two simple examples for if-type and switch-type cases (examples are attached). In these examples my program is simply downloading a file. I