Ensured build environment is always compared with expected environment, whether or not it would abort the build because of it. PDK_3.0.d
authorSimon Howkins <simonh@symbian.org>
Mon, 12 Oct 2009 14:20:56 +0100 (2009-10-12)
changeset 829 b9c988316957
parent 828 f19c94ca8982
child 830 d7e0043062fc
Ensured build environment is always compared with expected environment, whether or not it would abort the build because of it.
common/build.xml
--- a/common/build.xml	Tue Dec 08 17:42:29 2009 +0000
+++ b/common/build.xml	Mon Oct 12 14:20:56 2009 +0100
@@ -89,13 +89,7 @@
 
         <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
 
-        <if>          
-            <not><isset property="sf.suppress.buildenv.check"/></not>
-            <then>
-                <echo message="Checking build Environment. To suppress this check set property sf.suppress.buildenv.check to any value"/>
-                <runtarget target="sf-check-env"/>
-            </then>
-        </if>
+        <runtarget target="sf-check-env"/>
     </target>
         
     <target name="sf-check-env">