equal
deleted
inserted
replaced
80 |
80 |
81 |
81 |
82 <h2>Target sf-run-evalid</h2> |
82 <h2>Target sf-run-evalid</h2> |
83 |
83 |
84 <p><b>Location</b></p> |
84 <p><b>Location</b></p> |
85 <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> |
85 <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> |
86 </p> |
86 </p> |
87 |
87 |
88 <p><b>Conditional execution</b></p> |
88 <p><b>Conditional execution</b></p> |
89 <p>No conditions on target execution.</p> |
89 <p>No conditions on target execution.</p> |
90 <hr/> |
90 <hr/> |
194 </tr> |
194 </tr> |
195 <tr> |
195 <tr> |
196 <td colspan="2">Internal properties</td> |
196 <td colspan="2">Internal properties</td> |
197 </tr> |
197 </tr> |
198 <tr> |
198 <tr> |
199 <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> |
199 <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> |
200 </tr> |
200 </tr> |
201 </table> |
201 </table> |
202 </p> |
202 </p> |
203 |
203 |
204 <hr/> |
204 <hr/> |
207 <h3>Target dependencies</h3> |
207 <h3>Target dependencies</h3> |
208 <p align="center"> |
208 <p align="center"> |
209 <img src="target-sf-run-evalid.dot.png" alt="sf-run-evalid dependencies" usemap="#dependencies" |
209 <img src="target-sf-run-evalid.dot.png" alt="sf-run-evalid dependencies" usemap="#dependencies" |
210 style="border-style: none"/> |
210 style="border-style: none"/> |
211 <map name="dependencies" id="dependencies"> |
211 <map name="dependencies" id="dependencies"> |
212 <area shape="rect" id="node1" href="target-sf-run-evalid.html" title="sf-run-evalid" alt="" coords="156,5,260,53"> |
212 <area shape="rect" id="node1" href="target-sf-run-evalid.html" title="sf-run-evalid" alt="" coords="223,41,327,89"> |
213 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="5,5,107,53"> |
213 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="39,5,140,53"> |
|
214 <area shape="rect" id="node4" href="target-sf-create-public-PDK.html" title="sf-create-public-PDK" alt="" coords="5,77,173,125"> |
214 </map> |
215 </map> |
215 </p> |
216 </p> |
216 <hr/> |
217 <hr/> |
217 |
218 |
218 |
219 |
320 <arg value="evalid -g epoc32/winscw output/md5/epoc32_winscw.md5"/> |
321 <arg value="evalid -g epoc32/winscw output/md5/epoc32_winscw.md5"/> |
321 </exec> |
322 </exec> |
322 </parallel> |
323 </parallel> |
323 |
324 |
324 <!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box --> |
325 <!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box --> |
325 <property name="temp.md5.zip" value="${env.TEMP}/MD5_${sf.spec.job.name}_${build.number}.zip"/> |
326 <zip destfile="${build.output.dir}/zips/release/build_md5.zip"> |
326 <echo message="INFO Packaging MD5s"/> |
|
327 <zip destfile="${temp.md5.zip}"> |
|
328 <zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/> |
327 <zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/> |
329 </zip> |
328 </zip> |
330 <move file="${temp.md5.zip}" todir="${build.log.dir}" failonerror="false"/> |
|
331 </target> |
329 </target> |
332 </pre> |
330 </pre> |
333 |
331 |
334 |
332 |
335 <hr/> |
333 <hr/> |