equal
deleted
inserted
replaced
170 <!-- Now ready to send to ATS3 --> |
170 <!-- Now ready to send to ATS3 --> |
171 </target> |
171 </target> |
172 |
172 |
173 <!-- Sending testdrop to ATS3 --> |
173 <!-- Sending testdrop to ATS3 --> |
174 |
174 |
175 <target name="sf-send-testpkg" depends="sf-find-ATS-worker-root,sf-make-junction"> |
175 <target name="sf-send-testpkg" depends="sf-start-ats,sf-find-ATS-worker-root,sf-make-junction"> |
176 <mkdir dir="${sf.spec.test.workerroot}/${sf.spec.test.package.droppath}"/> |
176 <mkdir dir="${sf.spec.test.workerroot}/${sf.spec.test.package.droppath}"/> |
177 <echo message="Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}"/> |
177 <echo message="Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}"/> |
178 <exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_testdrop.log"> |
178 <exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_testdrop.log"> |
179 <arg value="ats3_testdrop.pl"/> |
179 <arg value="ats3_testdrop.pl"/> |
180 <arg value="--host=${sf.spec.test.host.name}"/> |
180 <arg value="--host=${sf.spec.test.host.name}"/> |
183 <arg value="--local-test-pkg=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> |
183 <arg value="--local-test-pkg=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> |
184 <arg value="--local-drop-path=${sf.spec.test.workerroot}\${sf.spec.test.package.droppath}"/> |
184 <arg value="--local-drop-path=${sf.spec.test.workerroot}\${sf.spec.test.package.droppath}"/> |
185 <arg value="--host-drop-path=${sf.spec.test.host.droppath}"/> |
185 <arg value="--host-drop-path=${sf.spec.test.host.droppath}"/> |
186 </exec> |
186 </exec> |
187 </target> |
187 </target> |
|
188 <target name="sf-start-ats"> |
|
189 <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false" /> |
|
190 <echo message="Waiting for 10 seconds to start the ATS Worker......."/> |
|
191 <sleep seconds="10"/> |
|
192 </target> |
188 </project> |
193 </project> |