buildframework/helium/tools/rombuild/imaker.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 588 c7c26511138f
--- a/buildframework/helium/tools/rombuild/imaker.ant.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/tools/rombuild/imaker.ant.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -92,7 +92,7 @@
         <!-- FMPP template to generate a buildinfo makefile.
         @type string
         -->
-        <property name="rombuild.buildinfo.template" location="${helium.dir}/tools/common/templates/imaker/image_conf_buildinfo.mk.ftl" />
+        <property name="rombuild.buildinfo.template" location="${helium.dir}/tools/rombuild/templates/image_conf_buildinfo.mk.ftl" />
         <!-- Location of the output file.
         @type string
         @scope private
@@ -146,7 +146,9 @@
             <hlm:imakerconfigurationset refid="imaker.rom.config" />
         </hlm:imaker>
         <if>
-            <available file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
+            <not>
+                <available file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
+            </not>
             <then>
                 <echo message="WARNING: Nothing to build." file="${roms.log.dir}/${build.id}${imaker.rom.name}.roms.log" />
             </then>