--- 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 @@
<h2>Target sf-run-evalid</h2>
<p><b>Location</b></p>
-<p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L77">D:\maintools\sf-config\common\build.postbuild.xml:77:</a></tt>
+<p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L89">d:\maintools\sf-config\common\build.postbuild.xml:89:</a></tt>
</p>
<p><b>Conditional execution</b></p>
@@ -196,7 +196,7 @@
<td colspan="2">Internal properties</td>
</tr>
<tr>
- <td><a href="property-build.log.dir.html" title="<p>This is where the build logs are stored.</p>" target="classframe"><tt class="docutils literal">build.log.dir</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td>
+ <td><a href="property-build.output.dir.html" title="<p>This is the directory where build output is placed.</p>" target="classframe"><tt class="docutils literal">build.output.dir</tt></a></td><td><a href="help.html" title="Help" target="classframe">never</a></td>
</tr>
</table>
</p>
@@ -209,8 +209,9 @@
<img src="target-sf-run-evalid.dot.png" alt="sf-run-evalid dependencies" usemap="#dependencies"
style="border-style: none"/>
<map name="dependencies" id="dependencies">
-<area shape="rect" id="node1" href="target-sf-run-evalid.html" title="sf-run-evalid" alt="" coords="156,5,260,53">
-<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="5,5,107,53">
+<area shape="rect" id="node1" href="target-sf-run-evalid.html" title="sf-run-evalid" alt="" coords="223,41,327,89">
+<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="39,5,140,53">
+<area shape="rect" id="node4" href="target-sf-create-public-PDK.html" title="sf-create-public-PDK" alt="" coords="5,77,173,125">
</map>
</p>
<hr/>
@@ -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>
</pre>