Ant > copyタスク

更新日 2013-06-11
広告

単一ファイルのコピー

<copy file="test.jar" todir="path/to/copy"/>
test.jarが、todirで指定したディレクトリにコピーされます。

複数ファイルのコピー

<copy todir="path/to/copy">
  <fileset dir="lib" includes="*.jar"/>
</copy>
libディレクトリにある .jar ファイルが、todirで指定したディレクトリにコピーされます。
広告
お問い合わせは sweng.tips@gmail.com まで。
inserted by FC2 system