|
Helium API | ||||||
prev next | frames no frames |
Location
d:\maintools\sf-config\common\build.xml:498:
Conditional execution
No conditions on target execution.
Unpack the rnd zips ready to be used in the build
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"/> <for param="rndZip"> <fileset dir="${build.drive}/output/zips/"> <include name="binaries_*.zip"/> <!-- Internal rnd bins --> <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins --> </fileset> <sequential> <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true"> <arg value="x"/> <arg value="-y"/> <!-- Need to unpack in overwrite mode, due to TEF --> <arg value="-i!epoc32\*"/> <!-- Only unzip items into the epoc32 tree --> <arg value="@{rndZip}"/> </exec> </sequential> </for> </target>
|
Helium API | ||||||
prev next | frames no frames |