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 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||
Location
+D:\maintools\sf-config\sf-platform\build.xml:482: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
| Name | +
|---|
| ${helium.dir}/../ConfigurationTool/cli_build.cmd | +
+
| Name | Edit status | +
|---|---|
| User editable properties | +|
| build.drive | recommended | +
| Internal properties | +|
| build.id | discouraged | +
| build.log.dir | discouraged | +
| helium.dir | never | +
+
+
+
+ <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 + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||