equal
deleted
inserted
replaced
206 <arg value="--local-drop-path=${sf.spec.test.workerroot}\${sf.spec.test.package.droppath}"/> |
206 <arg value="--local-drop-path=${sf.spec.test.workerroot}\${sf.spec.test.package.droppath}"/> |
207 <arg value="--host-drop-path=${sf.spec.test.host.droppath}"/> |
207 <arg value="--host-drop-path=${sf.spec.test.host.droppath}"/> |
208 </exec> |
208 </exec> |
209 </target> |
209 </target> |
210 |
210 |
211 <target name="sf-start-ats"> |
211 <target name="sf-start-ats"> |
212 <if><available file="${ats.drive}/start.cmd"/> |
212 <if><available file="${ats.drive}/start.cmd"/> |
213 <then> |
213 <then> |
214 <exec executable="start.cmd" dir="${ats.drive}" spawn="true" failonerror="false"/> |
214 <forget> |
215 <echo message="Waiting for 10 seconds to start the ATS Worker......."/> |
215 <exec executable="cmd" dir="${ats.drive}" failonerror="true"> |
216 <sleep seconds="10"/> |
216 <arg value="/c"/> |
217 </then> |
217 <arg value="start"/> |
218 </if> |
218 <arg value='"ATS3 STAF"'/> |
|
219 <arg value="/D"/> |
|
220 <arg value="."/> |
|
221 <arg value="/MAX"/> |
|
222 <arg value="run.cmd"/> |
|
223 </exec> |
|
224 </forget> |
|
225 <echo message="Waiting for 10 seconds for the ATS Worker to start......."/> |
|
226 <sleep seconds="10"/> |
|
227 </then> |
|
228 </if> |
219 </target> |
229 </target> |
220 </project> |
230 </project> |