buildframework/helium/tools/uda/uda.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
--- a/buildframework/helium/tools/uda/uda.ant.xml	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/uda/uda.ant.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -29,17 +29,18 @@
 
     <!-- Creates uda rom images according to configuration -->
     <target name="uda-roms" depends="rombuild-create-makefile">
+        <mkdir dir="${roms.log.dir}"/>
         <!-- get product path -->
-        <record name="${build.log.dir}/${build.id}_uda.log" action="start" />
+        <hlm:record name="${roms.log.dir}/${build.id}_uda.log" action="start" />
         <for list="${product.list}" delimiter="," param="product.name">
             <sequential>
                 <hlm:rombuildImakerMacro product="@{product.name}" target="${uda.makefile.target}" />
             </sequential>
         </for>
-        <record name="${build.log.dir}/${build.id}_uda.log" action="stop" />
+        <hlm:record name="${roms.log.dir}/${build.id}_uda.log" action="stop" />
         <hlm:metadatarecord database="${metadata.dbfile}">
             <hlm:textmetadatainput>
-                <fileset casesensitive="false" file="${build.log.dir}/${build.id}_uda.log" />
+                <fileset casesensitive="false" file="${roms.log.dir}/${build.id}_uda.log" />
                 <metadatafilterset refid="filterset.uda.roms" />
             </hlm:textmetadatainput>
         </hlm:metadatarecord>