Add logging for sf-start-ats target
authorBrendan Donegan <brendand@symbian.org>
Tue, 13 Apr 2010 16:49:42 +0100
changeset 965 3eaa6b94ec68
parent 964 ca156d459030
child 966 e06b37cce80d
child 969 6cf4537e2fb5
Add logging for sf-start-ats target
common/build.test.xml
--- 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>