Re: While Looping in ANT

2005-07-23 Thread David A. Bartmess
You can use the "waitfor" task to wait until the specific property has been set, it can use the "if" condition... From the manual: Blocks execution until a set of specified conditions become true. This is intended to be used with the parall

Re: While Looping in ANT

2005-07-23 Thread Juergen Hermann
On Fri, 22 Jul 2005 21:11:48 -0700, Jacob, Anil - MWL wrote: >Does anyone know how I implement a loop similar to a while loop? > I want to keep checking to see if a particular property is set in a >target, once that target is executed it can be a while before the >property is finally set, then o