Ant 的简单介绍 <project name="测试脚本" default="copyfile" basedir="."> <target name="copyfile"> <copy file=”d:/a.txt” todir=”c:/temp” overwrite=”true”/> </target> </project>
具体如何使用,请参考关于这个task的相关说明文档。
<!--EndFragment-->
?
www.ibuyincn.com