Helium API

Target sf-s60-create-cenrep

Location

d:\maintools\sf-config\sf-platform\build.xml:497:

Conditional execution

No conditions on target execution.


Description


Target external Dependency

Name
${helium.dir}/../ConfigurationTool/cli_build.cmd

Property dependencies

NameEdit status
User editable properties
build.driverecommended
Internal properties
build.iddiscouraged
build.log.dirdiscouraged
helium.dirnever


Target dependencies

sf-s60-create-cenrep dependencies


Source code

    <target name="sf-s60-create-cenrep">
        <echo message="INFO Generating CenRep"/>
        <exec executable="${helium.dir}/../ConfigurationTool/cli_build.cmd" dir="${build.drive}" failonerror="false" output="${build.log.dir}/${build.id}_create_cenrep.log">
		  <arg value="-master_conf"/>
		  <arg value="s60"/>
		  <arg value="-impl"/>
		  <arg value="/epoc32/rom/config/confml_data/s60"/>
		  <arg value="-confml"/>
		  <arg value="/epoc32/rom/config/confml_data/s60"/>
		  <arg value="-ignore_errors"/>
        </exec>
		
		<if><available file="${build.drive}/cli_build_error.log"/>
		<then>
            <echo message="INFO CenRep error log found, moving to ${build.log.dir}"/>
    		<move file="${build.drive}/cli_build_error.log" todir="${build.log.dir}" failonerror="false"/>
		</then>
		</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