is it possible to configure the ANT to pause the building process untill a file is created (with relative timeout)?
+4
A:
<waitfor maxwait="30" maxwaitunit="second">
<available file="myfile"/>
</waitfor>
Chris Lercher
2010-06-09 09:18:42