doc/api/helium/target-sf-publish.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    80 
    80 
    81     
    81     
    82 <h2>Target sf-publish</h2>
    82 <h2>Target sf-publish</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#L504">D:\maintools\sf-config\common\build.postbuild.xml:504:</a></tt>  
    85 <p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L622">d:\maintools\sf-config\common\build.postbuild.xml:622:</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/>
   114                     </tr>
   114                     </tr>
   115     <tr>
   115     <tr>
   116         <td colspan="2">Internal properties</td>
   116         <td colspan="2">Internal properties</td>
   117     </tr>
   117     </tr>
   118                     <tr>
   118                     <tr>
   119                         <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>
   119                         <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>
   120                     </tr>
   120                     </tr>
   121 </table>
   121 </table>
   122 </p>
   122 </p>
   123 
   123 
   124 <hr/>
   124 <hr/>
   127 <h3>Target dependencies</h3>
   127 <h3>Target dependencies</h3>
   128 <p align="center">
   128 <p align="center">
   129 <img src="target-sf-publish.dot.png" alt="sf-publish dependencies" usemap="#dependencies"
   129 <img src="target-sf-publish.dot.png" alt="sf-publish dependencies" usemap="#dependencies"
   130      style="border-style: none"/>
   130      style="border-style: none"/>
   131 <map name="dependencies" id="dependencies">
   131 <map name="dependencies" id="dependencies">
   132 <area shape="rect" id="node1" href="target-sf-publish.html" title="sf&#45;publish" alt="" coords="155,5,243,53">
   132 <area shape="rect" id="node1" href="target-sf-publish.html" title="sf&#45;publish" alt="" coords="221,113,309,161">
   133 <area shape="rect" id="node4" href="target-prep-publish.html" title="prep&#45;publish" alt="" coords="292,5,399,53">
   133 <area shape="rect" id="node10" href="target-prep-publish.html" title="prep&#45;publish" alt="" coords="359,113,465,161">
   134 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="5,5,107,53">
   134 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="39,5,140,53">
       
   135 <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">
       
   136 <area shape="rect" id="node6" href="target-sf-test-smoketest.html" title="sf&#45;test&#45;smoketest" alt="" coords="20,149,159,197">
       
   137 <area shape="rect" id="node8" href="target-sf-test-bc-check.html" title="sf&#45;test&#45;bc&#45;check" alt="" coords="24,221,155,269">
   135 </map>
   138 </map>
   136 </p>
   139 </p>
   137 <hr/>
   140 <hr/>
   138 
   141 
   139 
   142 
   140 <h3>Source code</h3>
   143 <h3>Source code</h3>
   141 <pre>
   144 <pre>
   142     &lt;target name=&quot;sf-publish&quot; depends=&quot;prep-publish&quot;&gt;
   145     &lt;target name=&quot;sf-publish&quot; depends=&quot;prep-publish&quot;&gt;
   143         &lt;copy todir=&quot;${publish.dir}&quot; preservelastmodified=&quot;true&quot; failonerror=&quot;false&quot;&gt;
   146         &lt;copy todir=&quot;${publish.dir}&quot; preservelastmodified=&quot;true&quot; failonerror=&quot;false&quot;&gt;
   144            &lt;fileset dir=&quot;${build.log.dir}&quot;&gt;&lt;include name=&quot;*.zip&quot;/&gt;&lt;/fileset&gt;
   147            &lt;fileset dir=&quot;${build.output.dir}/zips/release/&quot;&gt;&lt;include name=&quot;build_*.zip&quot;/&gt;&lt;/fileset&gt;
   145         &lt;/copy&gt;
   148         &lt;/copy&gt;
   146     &lt;/target&gt;
   149     &lt;/target&gt;
   147 </pre>
   150 </pre>
   148 
   151 
   149 
   152