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 once the property is set I can execute another target. I would like to know how to keep checking for a property without exiting the ant JVM.
Thx Anil
