diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-unpack-rnd.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-unpack-rnd.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,222 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.xml:484: +
+ +Conditional execution
+No conditions on target execution.
++
unpack rnd zips if available
+ ++
Name | +
---|
7za | +
+
Name | Edit status | +
---|---|
User editable properties | +|
build.drive | recommended | +
Internal properties | +|
build.id | discouraged | +
build.log.dir | discouraged | +
+ + +
++ <target name="sf-unpack-rnd"> + <echo message="Unpacking any available RnD binaries"/> + <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log"> + <arg value="x"/> + <arg value="-y"/> <!-- Need to unpack in overwrite mode, due to TEF --> + <arg value="${build.drive}/output/zips/bin*.zip"/> + </exec> + </target> ++ + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +