diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-prep.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-prep.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + Target sf-prep + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-prep

+ +

Location

+

D:\maintools\sf-config\common\build.xml:72: +

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + + + +

Property dependencies

+ + +

+ + + + + + + + + + + + + + + + +
NameEdit status
User editable properties
build.driverecommended
Internal properties
temp.build.dirnever
+

+ +
+ + +

Target dependencies

+

+sf-prep dependencies + + + + + + + +

+
+ + +

Source code

+
+    <target name="sf-prep" depends="prep-drive,init-build-area,sf-generate-source-spec,check-tool-dependencies,create-bom,log-build-env">
+        <echo>[SF-PREP]</echo>
+        <!-- Test for the disk space we would like for this build -->
+	<fail>
+            <condition>
+                <not>
+                    <or>
+                        <isset property="sf.suppress.drive.space.check"/>
+                        <hasfreespace partition="${build.drive}" needed="${sf.drive.space.needed}"/>
+                    </or>
+                </not>
+            </condition>
+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.
+        </fail>
+
+        <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>
+        
+    </target>
+
+ + +
+ + + + + + + + + + + + + +
+Helium API + +
+ + + Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html + + + + +