common/templates/tag-hg-code.ant.xml.ftl
changeset 1309 2ea5b5b66973
parent 1152 08f7282dae54
equal deleted inserted replaced
1308:767d8390f87d 1309:2ea5b5b66973
    13 			<exec executable="hg" dir="${ant['build.drive']}/" failonerror="false" resultproperty="clone.from.dst.${count}.exitcode" errorproperty="clone.from.dst.${count}.stderr">
    13 			<exec executable="hg" dir="${ant['build.drive']}/" failonerror="false" resultproperty="clone.from.dst.${count}.exitcode" errorproperty="clone.from.dst.${count}.stderr">
    14 				<arg value="--quiet"/>
    14 				<arg value="--quiet"/>
    15 				<arg value="clone"/>
    15 				<arg value="clone"/>
    16 				<arg value="--rev"/>
    16 				<arg value="--rev"/>
    17 				<arg value="TAGS"/>
    17 				<arg value="TAGS"/>
    18 				<arg value="${pkg_detail.dst}"/>
    18 				<arg value="${pkg_detail.source}"/>
    19 				<arg value="tagging${pkg_detail.dst}"/>
    19 				<arg value="tagging${pkg_detail.dst}"/>
    20 			</exec>
    20 			</exec>
    21 			<if>
    21 			<if>
    22 				<not>
    22 				<not>
    23 					<equals arg1="${dollar}{clone.from.dst.${count}.exitcode}" arg2="0"/>
    23 					<equals arg1="${dollar}{clone.from.dst.${count}.exitcode}" arg2="0"/>