doc/api/helium/target-sf-prep.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    80 
    80 
    81     
    81     
    82 <h2>Target sf-prep</h2>
    82 <h2>Target sf-prep</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.xml#L72">D:\maintools\sf-config\common\build.xml:72:</a></tt>  
    85 <p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.xml#L75">d:\maintools\sf-config\common\build.xml:75:</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/>
   129 <img src="target-sf-prep.dot.png" alt="sf-prep dependencies" usemap="#dependencies"
   129 <img src="target-sf-prep.dot.png" alt="sf-prep 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-prep.html" title="sf&#45;prep" alt="" coords="152,221,224,269">
   132 <area shape="rect" id="node1" href="target-sf-prep.html" title="sf&#45;prep" alt="" coords="152,221,224,269">
   133 <area shape="rect" id="node9" href="target-sf-generate-source-spec.html" title="sf&#45;generate&#45;source&#45;spec" alt="" coords="351,149,543,197">
   133 <area shape="rect" id="node9" href="target-sf-generate-source-spec.html" title="sf&#45;generate&#45;source&#45;spec" alt="" coords="351,149,543,197">
   134 <area shape="rect" id="node19" href="target-sf-check-env.html" title="sf&#45;check&#45;env" alt="" coords="393,437,500,485">
   134 <area shape="rect" id="node17" href="target-sf-check-env.html" title="sf&#45;check&#45;env" alt="" coords="393,437,500,485">
   135 <area shape="rect" id="node2" href="target-sf-prebuild.html" title="sf&#45;prebuild" alt="" coords="7,221,100,269">
   135 <area shape="rect" id="node2" href="target-sf-prebuild.html" title="sf&#45;prebuild" alt="" coords="7,221,100,269">
   136 <area shape="rect" id="node10" href="target-sf-parse-project-config.html" title="sf&#45;parse&#45;project&#45;config" alt="" coords="663,149,839,197">
       
   137 </map>
   136 </map>
   138 </p>
   137 </p>
   139 <hr/>
   138 <hr/>
   140 
   139 
   141 
   140 
   156 Insufficient space to run this build to completion. (Was looking for ${sf.drive.space.needed}.) To suppress this check, set the property sf.suppress.drive.space.check to any value.
   155 Insufficient space to run this build to completion. (Was looking for ${sf.drive.space.needed}.) To suppress this check, set the property sf.suppress.drive.space.check to any value.
   157         &lt;/fail&gt;
   156         &lt;/fail&gt;
   158 
   157 
   159         &lt;tempfile property=&quot;prep.dynamic.config&quot; suffix=&quot;ant.xml&quot; destdir=&quot;${temp.build.dir}&quot;/&gt;
   158         &lt;tempfile property=&quot;prep.dynamic.config&quot; suffix=&quot;ant.xml&quot; destdir=&quot;${temp.build.dir}&quot;/&gt;
   160 
   159 
   161         &lt;if&gt;          
   160         &lt;runtarget target=&quot;sf-check-env&quot;/&gt;
   162             &lt;not&gt;&lt;isset property=&quot;sf.suppress.buildenv.check&quot;/&gt;&lt;/not&gt;
       
   163             &lt;then&gt;
       
   164                 &lt;echo message=&quot;Checking build Environment. To suppress this check set property sf.suppress.buildenv.check to any value&quot;/&gt;
       
   165                 &lt;runtarget target=&quot;sf-check-env&quot;/&gt;
       
   166             &lt;/then&gt;
       
   167         &lt;/if&gt;
       
   168         
       
   169     &lt;/target&gt;
   161     &lt;/target&gt;
   170 </pre>
   162 </pre>
   171 
   163 
   172 
   164 
   173     <hr/>
   165     <hr/>