diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-s60-create-cenrep.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-s60-create-cenrep.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + Target sf-s60-create-cenrep + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-s60-create-cenrep

+ +

Location

+

D:\maintools\sf-config\sf-platform\build.xml:482: +

+ +

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 + + + + +