|
Helium API | ||||||
prev next | frames no frames |
Location
d:\maintools\sf-config\sf-platform\build.xml:497:
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 |