首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Ant 的简略介绍

2012-10-24 
Ant 的简单介绍project name测试脚本 defaultcopyfile basedir. target namecopyfile co

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

热点排行