Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルが作成されるまで(相対タイムアウトで)ビルドプロセスを一時停止するようにANTを構成することは可能ですか?
<waitfor maxwait="30" maxwaitunit="second"> <available file="myfile"/> </waitfor>
http://ant.apache.org/manual/Tasks/waitfor.htmlを参照してください。
waitforタスクを使用します。