common/build.test.xml
changeset 963 3eaa6b94ec68
parent 878 3a6ebfddb7fe
child 965 67b359678a13
--- a/common/build.test.xml	Mon Apr 12 16:11:50 2010 +0100
+++ b/common/build.test.xml	Tue Apr 13 16:49:42 2010 +0100
@@ -183,7 +183,7 @@
         </exec>
     </target>
 	<target name="sf-start-ats">        			
-	    <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false" />
+	    <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false" output="${build.log.dir}/ATS_${build.id}_start.log"/>
 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
 		<sleep seconds="10"/>
     </target>