Re: Question about loop in Ant

2007-03-21 Thread Steve Loughran
Farid Izem wrote: Hi All, I have write a ant script which check the availibility of Oracle listener based on tcp reachibility (waitfor task) and jdbc connection (sql task). I'd like to make somehing like that : Is there something i can do easily or do i need to write my own ant task ?

AW: Question about loop in Ant

2007-03-21 Thread Jan.Materne
>Betreff: RE: Question about loop in Ant > >http://www.cenqua.com/fisheye/demo/browse/~raw,r=1.4/ant/docs/m >anual/CoreTasks/sequential.html >-- >Charles Knell >[EMAIL PROTECTED] - email > > > >-Original Message- >From: Farid Izem <[EMAIL PROTECT

RE: Question about loop in Ant

2007-03-20 Thread Gilles Scokart
I'm not sure you will find exactly what you need, but look at the http://ant-contrib.sourceforge.net/tasks/tasks/ Gilles > -Original Message- > From: Farid Izem [mailto:[EMAIL PROTECTED] > Sent: mardi 20 mars 2007 22:32 > To: user@ant.apache.org > Subject: Questi

RE: Question about loop in Ant

2007-03-20 Thread cknell
ubject: Question about loop in Ant Hi All, I have write a ant script which check the availibility of Oracle listener based on tcp reachibility (waitfor task) and jdbc connection (sql task). I'd like to make somehing like that : Is there something i can do easily or do i need to write

Question about loop in Ant

2007-03-20 Thread Farid Izem
Hi All, I have write a ant script which check the availibility of Oracle listener based on tcp reachibility (waitfor task) and jdbc connection (sql task). I'd like to make somehing like that : Is there something i can do easily or do i need to write my own ant task ? Kind Regards,