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-prep" alt="" coords="152,221,224,269"> |
132 <area shape="rect" id="node1" href="target-sf-prep.html" title="sf-prep" alt="" coords="152,221,224,269"> |
133 <area shape="rect" id="node9" href="target-sf-generate-source-spec.html" title="sf-generate-source-spec" alt="" coords="351,149,543,197"> |
133 <area shape="rect" id="node9" href="target-sf-generate-source-spec.html" title="sf-generate-source-spec" alt="" coords="351,149,543,197"> |
134 <area shape="rect" id="node19" href="target-sf-check-env.html" title="sf-check-env" alt="" coords="393,437,500,485"> |
134 <area shape="rect" id="node17" href="target-sf-check-env.html" title="sf-check-env" alt="" coords="393,437,500,485"> |
135 <area shape="rect" id="node2" href="target-sf-prebuild.html" title="sf-prebuild" alt="" coords="7,221,100,269"> |
135 <area shape="rect" id="node2" href="target-sf-prebuild.html" title="sf-prebuild" alt="" coords="7,221,100,269"> |
136 <area shape="rect" id="node10" href="target-sf-parse-project-config.html" title="sf-parse-project-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 </fail> |
156 </fail> |
158 |
157 |
159 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
158 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
160 |
159 |
161 <if> |
160 <runtarget target="sf-check-env"/> |
162 <not><isset property="sf.suppress.buildenv.check"/></not> |
|
163 <then> |
|
164 <echo message="Checking build Environment. To suppress this check set property sf.suppress.buildenv.check to any value"/> |
|
165 <runtarget target="sf-check-env"/> |
|
166 </then> |
|
167 </if> |
|
168 |
|
169 </target> |
161 </target> |
170 </pre> |
162 </pre> |
171 |
163 |
172 |
164 |
173 <hr/> |
165 <hr/> |