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 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||
Location
+d:\maintools\sf-config\common\build.postbuild.xml:629: +
+ +Conditional execution
+Target is run if property defined: sf.spec.splitbuild
+
TODO: Make this work for package builds once we have sysmodel story worked out
+ ++
| Name | Edit status | +
|---|---|
| User editable properties | +|
| Internal properties | +|
+
+
+
+ <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 + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||