buildframework/helium/tools/metadata/metadata.ant.xml
changeset 217 0f5e3a7fb6af
parent 1 be27ed110b50
child 587 85df38eb4012
--- a/buildframework/helium/tools/metadata/metadata.ant.xml	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/tools/metadata/metadata.ant.xml	Thu Mar 04 15:10:37 2010 +0200
@@ -20,6 +20,7 @@
 
 ============================================================================
 -->
+<!--* @package framework -->
 <project name="metadata" xmlns:hlm="http://www.nokia.com/helium">
     <description>
     Metadata related ant macros and targets
@@ -31,14 +32,15 @@
         <attribute name="file" />
         <sequential>
             <mkdir dir="@{output-dir}" />
-            <fmpp sourceFile="${helium.dir}/tools/common/templates/log/build_status.xml.ftl"
+            <var name="email.status.template" value="${build.status.email.template}" />
+            <fmpp sourceFile="${helium.dir}/tools/common/templates/log/build_status_orm.xml.ftl"
                          outputfile="@{output-dir}/@{file}.status.xml">
                 <freemarkerLinks expandProperties="yes">
                     macro: ${helium.dir}/tools/common/templates/macro
                 </freemarkerLinks>
                 <data expandProperties="yes">
                     dbPath: @{dbfile}
-                    logfile: @{file}
+                    logpath: @{file}
                     ant: antProperties()
                 </data>
             </fmpp>
@@ -49,7 +51,7 @@
                 </freemarkerLinks>
                 <data expandProperties="yes">
                     dbPath: @{dbfile}
-                    logfile: @{file}
+                    logpath: @{file}
                     ant: antProperties()
                 </data>
             </fmpp>