Helium API

Target sf-prebuild-17

Location

D:\maintools\sf-config\common\generated\source-spec.ant.xml:708:

Conditional execution

No conditions on target execution.


Description


Target external Dependency

Name
hg
hg

Property dependencies

NameEdit status
User editable properties
Internal properties


Target dependencies

sf-prebuild-17 dependencies


Source code

    <target name="sf-prebuild-17">
        <sequential>
            <!-- create sf\layer dir  -->
            <mkdir dir="M:/sf/app/homescreen"/>
            <delete dir="M:/sf/app/homescreen" failonerror="false"/>
            <!-- Don't use hg archive with tags, as we can have wildcards in the tags... -->
            <exec executable="hg" dir="M:">
                <arg value="clone"/>
                <arg value="-U"/>
                <arg value="//v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/homescreen/"/>
                <arg value="M:/sf/app/homescreen"/>
            </exec>
            
            <hlm:scm xmlns:hlm="http://www.nokia.com/helium" verbose="true" scmUrl="scm:hg://v800008/Builds01/mercurial_master_prod/sfl/MCL/sf/app/homescreen/">
                <!--hlm:checkout basedir="M:/sf/app/homescreen"/-->
                <hlm:update basedir="M:/sf/app/homescreen">
                     <hlm:tag name="default"/>
                </hlm:update>
            </hlm:scm>
                <exec executable="hg" dir="M:/sf/app/homescreen" outputproperty="sf.sourcesync.17.checksum">
                <arg value="identify"/>
                <arg value="-i"/>
            </exec>
        </sequential>
    </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