文章列表
转自:http://ant.apache.org/manual/Tasks/copy.html
很详细的讲解ant copy task资料,很不错。
Description
Copies a file or resource collection to a new file or directory. By default, files are only copied if the source file is newer than the destination file, or when the destination file does not exist. However, you ...