Hi All,

Is there a way to loop the ant executing on time basis,

eg. Lets say i'm doing db and code deployment in parallel, but i want to
wait for both to be completed before restarting servers for code deployment.
so i thought i would create a flag at the end of db deployment, then at the
end of code deployment process will check for the existence of db-completed
flag, if its available it will set the property "dbcompleted" then in my ant
target i defined it has with if="dbcompleted"

Now this works, ant target won't get executed, if doesn't see property, then
it comes out, but i want to loop it something like, wait for 2mts then try
again,which will go back and see if property available to execute the ant
target

any idea?

Reply via email to