doc/api/helium/target-sf-run-evalid.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    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&#45;run&#45;evalid" alt="" coords="156,5,260,53">
   212 <area shape="rect" id="node1" href="target-sf-run-evalid.html" title="sf&#45;run&#45;evalid" alt="" coords="223,41,327,89">
   213 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="5,5,107,53">
   213 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="39,5,140,53">
       
   214 <area shape="rect" id="node4" href="target-sf-create-public-PDK.html" title="sf&#45;create&#45;public&#45;PDK" alt="" coords="5,77,173,125">
   214 </map>
   215 </map>
   215 </p>
   216 </p>
   216 <hr/>
   217 <hr/>
   217 
   218 
   218 
   219 
   320             &lt;arg value=&quot;evalid -g epoc32/winscw output/md5/epoc32_winscw.md5&quot;/&gt;
   321             &lt;arg value=&quot;evalid -g epoc32/winscw output/md5/epoc32_winscw.md5&quot;/&gt;
   321         &lt;/exec&gt;
   322         &lt;/exec&gt;
   322         &lt;/parallel&gt;
   323         &lt;/parallel&gt;
   323         
   324         
   324         &lt;!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box --&gt;
   325         &lt;!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box --&gt;
   325         &lt;property name=&quot;temp.md5.zip&quot; value=&quot;${env.TEMP}/MD5_${sf.spec.job.name}_${build.number}.zip&quot;/&gt;
   326         &lt;zip destfile=&quot;${build.output.dir}/zips/release/build_md5.zip&quot;&gt;
   326         &lt;echo message=&quot;INFO Packaging MD5s&quot;/&gt;
       
   327         &lt;zip destfile=&quot;${temp.md5.zip}&quot;&gt;
       
   328             &lt;zipfileset dir=&quot;${build.drive}/output/md5/&quot; prefix=&quot;epoc32/relinfo&quot;/&gt;
   327             &lt;zipfileset dir=&quot;${build.drive}/output/md5/&quot; prefix=&quot;epoc32/relinfo&quot;/&gt;
   329         &lt;/zip&gt;
   328         &lt;/zip&gt;
   330         &lt;move file=&quot;${temp.md5.zip}&quot; todir=&quot;${build.log.dir}&quot; failonerror=&quot;false&quot;/&gt;
       
   331     &lt;/target&gt;
   329     &lt;/target&gt;
   332 </pre>
   330 </pre>
   333 
   331 
   334 
   332 
   335     <hr/>
   333     <hr/>