equal
deleted
inserted
replaced
87 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. |
87 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. |
88 </fail> |
88 </fail> |
89 |
89 |
90 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
90 <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/> |
91 |
91 |
92 <if> |
92 <runtarget target="sf-check-env"/> |
93 <not><isset property="sf.suppress.buildenv.check"/></not> |
|
94 <then> |
|
95 <echo message="Checking build Environment. To suppress this check set property sf.suppress.buildenv.check to any value"/> |
|
96 <runtarget target="sf-check-env"/> |
|
97 </then> |
|
98 </if> |
|
99 </target> |
93 </target> |
100 |
94 |
101 <target name="sf-check-env"> |
95 <target name="sf-check-env"> |
102 <!-- Conditional location of BuildEnv.xml. Project always preferred to default --> |
96 <!-- Conditional location of BuildEnv.xml. Project always preferred to default --> |
103 <if><available file="${sf.project.location}/BuildEnv.xml"/> |
97 <if><available file="${sf.project.location}/BuildEnv.xml"/> |