common/build.test.xml
changeset 965 67b359678a13
parent 963 3eaa6b94ec68
child 971 b1193d78604c
--- a/common/build.test.xml	Tue Apr 13 17:54:56 2010 +0100
+++ b/common/build.test.xml	Wed Apr 14 09:58:32 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" output="${build.log.dir}/ATS_${build.id}_start.log"/>
+	    <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false"/>
 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
 		<sleep seconds="10"/>
     </target>