开发者

ANT waiting for file creation

开发者 https://www.devze.com 2023-01-02 15:52 出处:网络
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\">

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消