buildframework/helium/tools/rombuild/imaker.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 588 c7c26511138f
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
    90     -->
    90     -->
    91     <target name="rombuild-imaker-create-buildinfo">
    91     <target name="rombuild-imaker-create-buildinfo">
    92         <!-- FMPP template to generate a buildinfo makefile.
    92         <!-- FMPP template to generate a buildinfo makefile.
    93         @type string
    93         @type string
    94         -->
    94         -->
    95         <property name="rombuild.buildinfo.template" location="${helium.dir}/tools/common/templates/imaker/image_conf_buildinfo.mk.ftl" />
    95         <property name="rombuild.buildinfo.template" location="${helium.dir}/tools/rombuild/templates/image_conf_buildinfo.mk.ftl" />
    96         <!-- Location of the output file.
    96         <!-- Location of the output file.
    97         @type string
    97         @type string
    98         @scope private
    98         @scope private
    99         -->
    99         -->
   100         <property name="rombuild.buildinfo.output" location="${build.drive}${env.EPOCROOT}epoc32/rom/config/image_conf_buildinfo.mk" />
   100         <property name="rombuild.buildinfo.output" location="${build.drive}${env.EPOCROOT}epoc32/rom/config/image_conf_buildinfo.mk" />
   144         <hlm:imaker epocroot="${build.drive}/" engineRefid="${imaker.engine}"
   144         <hlm:imaker epocroot="${build.drive}/" engineRefid="${imaker.engine}"
   145                         output="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" verbose="true">
   145                         output="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" verbose="true">
   146             <hlm:imakerconfigurationset refid="imaker.rom.config" />
   146             <hlm:imakerconfigurationset refid="imaker.rom.config" />
   147         </hlm:imaker>
   147         </hlm:imaker>
   148         <if>
   148         <if>
   149             <available file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
   149             <not>
       
   150                 <available file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
       
   151             </not>
   150             <then>
   152             <then>
   151                 <echo message="WARNING: Nothing to build." file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
   153                 <echo message="WARNING: Nothing to build." file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
   152             </then>
   154             </then>
   153         </if>
   155         </if>
   154         <hlm:metadatarecord database="${metadata.dbfile}">
   156         <hlm:metadatarecord database="${metadata.dbfile}">