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: [email protected] > Subject: 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 : > > <while> > <condition is false> > <antCall target="MyTarget" /> > </condition> > </while> > > Is there something i can do easily or do i need to write my own ant task ? > > Kind Regards, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
