Adding back in the spawn attribute, because sf-start-ats is hanging
authorBrendan Donegan <brendand@symbian.org>
Fri, 16 Apr 2010 17:45:52 +0100
changeset 974 987d54f2fefd
parent 973 b1193d78604c
child 975 9e13c23197b2
Adding back in the spawn attribute, because sf-start-ats is hanging
common/build.test.xml
--- a/common/build.test.xml	Fri Apr 16 17:04:03 2010 +0100
+++ b/common/build.test.xml	Fri Apr 16 17:45:52 2010 +0100
@@ -183,7 +183,7 @@
         </exec>
     </target>
 	<target name="sf-start-ats">        			
-	    <exec executable="start.cmd" dir="${ats.drive}" failonerror="false"/>
+	    <exec executable="start.cmd" dir="${ats.drive}" spawn="true" failonerror="false"/>
 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
 		<sleep seconds="10"/>
     </target>