common/templates/source-spec.ant.xml.ftl
changeset 1264 cdda4a9d1d16
parent 1206 4518bca1baf0
--- a/common/templates/source-spec.ant.xml.ftl	Mon Sep 20 17:00:21 2010 +0100
+++ b/common/templates/source-spec.ant.xml.ftl	Tue Sep 21 13:09:28 2010 +0100
@@ -47,7 +47,7 @@
         <!-- Convert source tag/branch to to changeset hash, in case it's a local tag on the server -->
         <retry tries="10" uniquename="${count}" failonerror="false">
             <sequential>
-                <exec executable="hg" failonerror="true" output="${ant['temp.build.dir']}/sf.sourcesync.${count}.checksum" error="nul:">
+                <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">
                     <arg value="id"/>
                     <arg value="${dollar}{sources.${count}.URL}"/>
                     <arg value="-r"/>