common/build.test.xml
changeset 974 987d54f2fefd
parent 973 b1193d78604c
child 980 00231f60bd0d
child 987 a820ca8ac7a7
equal deleted inserted replaced
973:b1193d78604c 974:987d54f2fefd
   181             <arg value="--local-drop-path=${sf.spec.test.workerroot}\${sf.spec.test.package.droppath}"/>
   181             <arg value="--local-drop-path=${sf.spec.test.workerroot}\${sf.spec.test.package.droppath}"/>
   182             <arg value="--host-drop-path=${sf.spec.test.host.droppath}"/>
   182             <arg value="--host-drop-path=${sf.spec.test.host.droppath}"/>
   183         </exec>
   183         </exec>
   184     </target>
   184     </target>
   185 	<target name="sf-start-ats">        			
   185 	<target name="sf-start-ats">        			
   186 	    <exec executable="start.cmd" dir="${ats.drive}" failonerror="false"/>
   186 	    <exec executable="start.cmd" dir="${ats.drive}" spawn="true" failonerror="false"/>
   187 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
   187 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
   188 		<sleep seconds="10"/>
   188 		<sleep seconds="10"/>
   189     </target> 
   189     </target> 
   190 </project>
   190 </project>