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