common/templates/source-spec.ant.xml.ftl
changeset 1264 cdda4a9d1d16
parent 1206 4518bca1baf0
equal deleted inserted replaced
1263:375598b9d7d6 1264:cdda4a9d1d16
    45         </if>
    45         </if>
    46         
    46         
    47         <!-- Convert source tag/branch to to changeset hash, in case it's a local tag on the server -->
    47         <!-- Convert source tag/branch to to changeset hash, in case it's a local tag on the server -->
    48         <retry tries="10" uniquename="${count}" failonerror="false">
    48         <retry tries="10" uniquename="${count}" failonerror="false">
    49             <sequential>
    49             <sequential>
    50                 <exec executable="hg" failonerror="true" output="${ant['temp.build.dir']}/sf.sourcesync.${count}.checksum" error="nul:">
    50                 <exec executable="hg" failonerror="true" output="${ant['temp.build.dir']}/sf.sourcesync.${count}.checksum" error="${ant['temp.build.dir']}/sf.sourcesync.${count}.checksum.error.txt">
    51                     <arg value="id"/>
    51                     <arg value="id"/>
    52                     <arg value="${dollar}{sources.${count}.URL}"/>
    52                     <arg value="${dollar}{sources.${count}.URL}"/>
    53                     <arg value="-r"/>
    53                     <arg value="-r"/>
    54                     <arg value="${dollar}{sources.${count}.revision}"/>
    54                     <arg value="${dollar}{sources.${count}.revision}"/>
    55                     <arg value="-q"/>
    55                     <arg value="-q"/>