diff -r 89c89d6e6c3c -r df315d0a8ab7 doc/api/helium/target-sf-build-smoketestpkg.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-build-smoketestpkg.html Tue Sep 15 12:58:39 2009 +0100 @@ -0,0 +1,258 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.test.xml:139: +
+ +Conditional execution
+No conditions on target execution.
++
Preparing smoketest package (zip) for sending to ATS3
+ ++
Name | +
---|
cmd | +
perl | +
perl | +
+
Name | Edit status | +
---|---|
User editable properties | +|
build.drive | recommended | +
Internal properties | +|
build.id | discouraged | +
build.log.dir | discouraged | +
diamonds.build.id | never | +
+ + +
++ <target name="sf-build-smoketestpkg" depends="sf-getenv-tools"> + <delete dir="${build.drive}/smoketest"/> + <delete file="${build.log.dir}/ATS_${build.id}_smoketest.log"/> + + <echo message="INFO Copy smoketest source to EPOCROOT"/> + + <copy todir="${build.drive}/smoketest"> + <fileset dir="${sf.common.config.dir}/tools/ats/smoketest"/> + </copy> + + <echo message="INFO Building smoketest"/> + <exec executable="cmd" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log"> + <arg value="/c"/> + <arg value="sbs -b bld.inf -c winscw_udeb.test"/> + </exec> + + <echo message="INFO Creating smoketest testpackage"/> + <exec executable="perl" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log"> + <arg value="smoketest.pl"/> + </exec> + <copy file="${build.drive}/smoketest/group/smoketest.zip" todir="${sf.spec.test.package.location}"/> + + <echo message="INFO Updating smoketest package with test info"/> + <exec executable="perl" dir="${sf.common.config.dir}/tools/ats/" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log"> + <arg value="ats_specialise_test_drop.pl"/> + <arg value="--test-drop-name=Smoketest-${build.id}"/> + <arg value="--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}"/> + <arg value="--src=${sf.spec.test.package.location}\smoketest.zip"/> + <arg value="--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> + <arg value="--build-id=http://${sf.spec.publish.diamonds.server}${diamonds.build.id}"/> + </exec> + <!-- Now ready to send to ATS3 --> + </target> ++ + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +