doc/api/helium/target-sf-os-compile.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    80 
    80 
    81     
    81     
    82 <h2>Target sf-os-compile</h2>
    82 <h2>Target sf-os-compile</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/sf-platform/build.xml#L147">D:\maintools\sf-config\sf-platform\build.xml:147:</a></tt>  
    85 <p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/sf-platform/build.xml#L162">d:\maintools\sf-config\sf-platform\build.xml:162:</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/>
   277 				&lt;antcall target=&quot;sf-list-dir&quot; inheritAll=&quot;false&quot;&gt;
   277 				&lt;antcall target=&quot;sf-list-dir&quot; inheritAll=&quot;false&quot;&gt;
   278 					&lt;param name=&quot;sf.list.name&quot; value=&quot;post-build-tools&quot;/&gt;
   278 					&lt;param name=&quot;sf.list.name&quot; value=&quot;post-build-tools&quot;/&gt;
   279 				&lt;/antcall&gt;
   279 				&lt;/antcall&gt;
   280 			&lt;/else&gt;
   280 			&lt;/else&gt;
   281 		&lt;/if&gt;
   281 		&lt;/if&gt;
   282 		&lt;if&gt;&lt;isset property=&quot;sf.os.compile.iterate&quot;/&gt;
   282 		&lt;if&gt;&lt;istrue value=&quot;${sf.os.compile.iterate}&quot;/&gt;
   283       &lt;then&gt;
   283       &lt;then&gt;
   284         &lt;for list=&quot;${sf.spec.sbs.config}&quot; delimiter=&quot;,&quot; param=&quot;sf.spec.sbs.splitconfig&quot;&gt;
   284         &lt;for list=&quot;${sf.spec.sbs.config}&quot; delimiter=&quot;,&quot; param=&quot;sf.spec.sbs.splitconfig&quot;&gt;
   285           &lt;sequential&gt;
   285           &lt;sequential&gt;
   286   				&lt;echo message=&quot;INFO [Iterative compile] @{sf.spec.sbs.splitconfig}&quot;/&gt;
   286   				&lt;echo message=&quot;INFO [Iterative compile] @{sf.spec.sbs.splitconfig}&quot;/&gt;
   287   
   287