例:
<project name="num" default="jav">
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
<!-- IF and Conditional task inbuild taskdef -->
<target name="jav">
<property file="proper.properties"/>
<math result="index" operand1="${index}"
operation="+" operand2="1" datatype="int"/>
<echo message="index=${index}"/>
<echo file="proper.properties" message="index=${index}"/>
</target>
</project>
在<编码>proper.properties上,我有index=1A
。 I m 能够增加编造部分,但并非特性部分。
页: 1 我想在每个建筑过程之后增加这一数字。
附录一已经做了第一次建筑工程,因此应为<代码>=2B。 这就是说,我希望在安字母中增加分类和特性价值(2B
,3C
,......)。
能否在安特区这样做?