我是非常绿色和ANT的新手,并一直在网上搜索类似的例子来比较有效性但找不到任何东西。提前感谢您的投入。
您能否告诉我将_old附加到arg1是否有效?
<for list="${file1.list}" param="file1.property">
<sequential>
<if>
<equals arg1="${@{file1.property}_old}" arg2="${@{file1.property}}"/>
<then>
<!--<echo message="Property @{file1.property} has no change "/>-->
</then>