ant - for循环

问题:需要部署到多个tomcat实例中去,循环复制
参考:http://blog.csdn.net/sodino/article/details/16923615

依赖ant-contrib.jar
下载:http://sourceforge.net/projects/ant-contrib/

使用:

  • ant-contrib.jar(点击这里下载)复制到Ant安装目录下的lib文件夹下,或者直接将其添加到系统的环境变量中去;
  • 在构建文件中元素下紧跟着声明如下代码:
  • ant 1.5及以下版本,最好不使用;
  • for循环中,用@取值,不同于 标准的$取值;
  • 其它的暂未使用;

for循环
build @{var}

你可能感兴趣的:(ant - for循环)