Groovy中 利用 AntBuilder 拷贝文件

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

//import groovy.util.AntBuilder //此包默认已经导入
def ant = new AntBuilder()
ant.copy( file : 'test/groovy/xxxx.properties.bak' , tofile : 'test/groovy/xxxx.properties')