ANT waiting for file creation
is it possible to configure the ANT to pau开发者_如何学Pythonse the building process untill a file is created (with relative timeout)?
<waitfor maxwait="30" maxwaitunit="second">
<available file="myfile"/>
</waitfor>
See http://ant.apache.org/manual/Tasks/waitfor.html
Use the waitfor task.
精彩评论