equal
deleted
inserted
replaced
180 <arg value="--local-test-pkg=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> |
180 <arg value="--local-test-pkg=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> |
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 |
186 <exec executable="start.cmd" dir="${ats.drive}" spawn="true" failonerror="false"/> |
186 <target name="sf-start-ats"> |
187 <echo message="Waiting for 10 seconds to start the ATS Worker......."/> |
187 <if><available file="${ats.drive}/start.cmd"/> |
188 <sleep seconds="10"/> |
188 <then> |
|
189 <exec executable="start.cmd" dir="${ats.drive}" spawn="true" failonerror="false"/> |
|
190 <echo message="Waiting for 10 seconds to start the ATS Worker......."/> |
|
191 <sleep seconds="10"/> |
|
192 </then> |
189 </target> |
193 </target> |
190 </project> |
194 </project> |