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