diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-run-analysis-missing-files.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-run-analysis-missing-files.html Thu Oct 08 19:36:20 2009 +0100 @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + Target sf-run-analysis-missing-files + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-run-analysis-missing-files

+ +

Location

+

d:\maintools\sf-config\common\build.postbuild.xml:629: +

+ +

Conditional execution

+

Target is run if property defined: sf.spec.splitbuild

+
+ +

Description

+

+

TODO: Make this work for package builds once we have sysmodel story worked out

+

+


+ + + + +

Property dependencies

+ + +

+ + + + + + + + + + +
NameEdit status
User editable properties
Internal properties
+

+ +
+ + +

Target dependencies

+

+sf-run-analysis-missing-files dependencies + + + + + + +

+
+ + +

Source code

+
+    <target name="sf-run-analysis-missing-files" if="sf.spec.splitbuild">
+    <!-- splitbuild is only set for Platform builds -->
+       <if><istrue value="${sf.spec.splitbuild}"/>
+       <then>
+            <if><istrue value="${sf.spec.os.skipbuild}"/>
+                <then><echo message="Skipping OS file check"/></then>
+                <else><runtarget target="sf-check-missing-os-files"/></else>
+            </if>
+
+            <if><istrue value="${sf.spec.s60.skipbuild}"/>
+                <then><echo message="Skipping S60 file check"/></then>
+                <else><runtarget target="sf-check-missing-s60-files"/></else>
+            </if>
+       </then>
+       <else>
+            <runtarget target="sf-check-missing-os-files"/>
+       </else>
+    </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 + + + + +