0
我的構建腳本執行:螞蟻/詹金斯:搬不支持「安靜」屬性
<move todir="gen" overwrite="true" quiet="true">
<fileset dir="gen">
<include name="**/BuildConfig.java.new"/>
</fileset>
<globmapper from="*.java.new" to="*.java"/>
</move>
我得到的錯誤:
move doesn't support the "quiet" attribute
我已經安裝螞蟻1.8.4我iMac電腦。詹金斯的螞蟻插件是1.2。詹金斯ver。 1.505。我試圖在啓動Jenkins時更改PATH,所以它包含我的命令行ant。但是Jenkins似乎不支持ant 1.8.3? ant 1.8.3是添加「移動安靜」的版本。
任何想法如何解決這個問題?它與命令行ant或插件ant或我的構建腳本有關嗎?謝謝!
我的答案在這裏:http://stackoverflow.com/questions/15393890/ant-jenkins-move-doesnt-support-the-quiet-attribute – powder366 2013-03-19 19:16:24