common/build.xml
changeset 608 7e37b08f44ce
parent 604 aa36fa431e3d
child 609 640e0d240acf
equal deleted inserted replaced
607:3c858aa7a023 608:7e37b08f44ce
    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         <runtarget target="sf-check-env"/>
    92         <if>          
       
    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>
    93     </target>
    99     </target>
    94         
   100         
    95     <target name="sf-check-env">
   101     <target name="sf-check-env">
    96         <!-- Conditional location of BuildEnv.xml. Project always preferred to default -->
   102         <!-- Conditional location of BuildEnv.xml. Project always preferred to default -->
    97         <if><available file="${sf.project.location}/BuildEnv.xml"/>        
   103         <if><available file="${sf.project.location}/BuildEnv.xml"/>