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.
zipまたはjarファイルを抽出した後、ソースのzip / jarファイルをantで自動的に削除する方法はありますか
私が知っていることではありませんが、削除タスクを使用できるはずです。
<unzip src="thefile.zip" dest="somedir"/> <delete file="thefile.zip"/>