Simplified the sf-start-ats target to see if it works better
authorBrendan Donegan <brendand@symbian.org>
Fri, 16 Apr 2010 17:04:03 +0100
changeset 973 b1193d78604c
parent 972 608adae327af
child 974 987d54f2fefd
Simplified the sf-start-ats target to see if it works better
common/build.test.xml
--- a/common/build.test.xml	Fri Apr 16 16:48:52 2010 +0100
+++ b/common/build.test.xml	Fri Apr 16 17:04:03 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="start.cmd" dir="${ats.drive}" failonerror="false"/>
 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
 		<sleep seconds="10"/>
     </target>