diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-run-evalid.html --- a/doc/api/helium/target-sf-run-evalid.html Tue Oct 06 17:31:14 2009 +0100 +++ b/doc/api/helium/target-sf-run-evalid.html Thu Oct 08 19:36:20 2009 +0100 @@ -82,7 +82,7 @@

Target sf-run-evalid

Location

-

D:\maintools\sf-config\common\build.postbuild.xml:77: +

d:\maintools\sf-config\common\build.postbuild.xml:89:

Conditional execution

@@ -196,7 +196,7 @@ Internal properties - build.log.dirdiscouraged + build.output.dirnever

@@ -209,8 +209,9 @@ sf-run-evalid dependencies - - + + +


@@ -322,12 +323,9 @@ </parallel> <!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box --> - <property name="temp.md5.zip" value="${env.TEMP}/MD5_${sf.spec.job.name}_${build.number}.zip"/> - <echo message="INFO Packaging MD5s"/> - <zip destfile="${temp.md5.zip}"> + <zip destfile="${build.output.dir}/zips/release/build_md5.zip"> <zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/> </zip> - <move file="${temp.md5.zip}" todir="${build.log.dir}" failonerror="false"/> </target>