<bool>标签处的其他选项

Piy*_*ush 2 ant

<if>
   <bool>
      <isgreaterthan arg1="${abc}" arg2="${xyz}"/>
   </bool>
</if>
Run Code Online (Sandbox Code Playgroud)

当我运行代码时,它显示错误 if doesn't support the nested "bool" element. 是否有任何其他选项是在bool的地方支持if

MSi*_*nce 5

该示例适用于antcontrib-1.0b2,但不适用于最新的antcontrib-1.0b3

在更新后遇到类似问题后找到此信息