|
Helium API | ||||||
prev next | frames no frames |
Location
d:\maintools\sf-config\sf-platform\build.xml:130:
Conditional execution
No conditions on target execution.
Name: SF-COMPILE
Desc: Override of common sf-compile target defined in common\build.xml
os build will be skipped if sf.spec.os.skipbuild=true s60 build will be skipped if sf.spec.s60.skipbuild=true
Name | Edit status |
---|---|
User editable properties | |
Internal properties |
<target name="sf-compile"> <!-- TODO clean up to single target once genxml v2.0.0 merge is fixed --> <if><istrue value="${sf.spec.splitbuild}"/> <then> <if><istrue value="${sf.spec.os.skipbuild}"/> <then><echo message="Skipping OS build"/></then> <else><runtarget target="sf-os-compile"/></else></if> <if><istrue value="${sf.spec.s60.skipbuild}"/> <then><echo message="Skipping S60 build"/></then> <else><runtarget target="sf-s60-compile"/></else></if> </then> <else> <!-- TODO targets for single sysdef build --> <runtarget target="sf-os-compile"/> </else> </if> <!-- always run cenrep --> <runtarget target="sf-s60-create-cenrep"/> </target>
|
Helium API | ||||||
prev next | frames no frames |