equal
deleted
inserted
replaced
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 <antcall target="sf-list-dir" inheritAll="false"> |
277 <antcall target="sf-list-dir" inheritAll="false"> |
278 <param name="sf.list.name" value="post-build-tools"/> |
278 <param name="sf.list.name" value="post-build-tools"/> |
279 </antcall> |
279 </antcall> |
280 </else> |
280 </else> |
281 </if> |
281 </if> |
282 <if><isset property="sf.os.compile.iterate"/> |
282 <if><istrue value="${sf.os.compile.iterate}"/> |
283 <then> |
283 <then> |
284 <for list="${sf.spec.sbs.config}" delimiter="," param="sf.spec.sbs.splitconfig"> |
284 <for list="${sf.spec.sbs.config}" delimiter="," param="sf.spec.sbs.splitconfig"> |
285 <sequential> |
285 <sequential> |
286 <echo message="INFO [Iterative compile] @{sf.spec.sbs.splitconfig}"/> |
286 <echo message="INFO [Iterative compile] @{sf.spec.sbs.splitconfig}"/> |
287 |
287 |