ant-contrib 的最新版本是ant-contrib-1.0b3.jar
?
http://ant-contrib.sourceforge.net/tasks/tasks/more_conditions.html
本文件显示endsWith
条件
但是我用的是ant 1.8.2 而且ant-contrib-1.0b3.jar
,我找不到endsWith
条件
<if>
<endswith string="D:\FeiLong Soft\Essential\Development\repository\org\springframework\spring-beans" with="spring-beans" />
<then>
<echo>equals</echo>
</then>
<else>
<echo>not equals</echo>
</else>
</if>
但结果:
BUILD FAILED
E:\Workspaces\feilong\feilong-platform\tools\feilong-tools-ant\build.xml:32: if
doesn't support the nested "endswith" element.
Total time: 1 second