Save the diamonds build ID in a file as soon as it is generated.
authorSimon Howkins <simonh@symbian.org>
Mon, 05 Oct 2009 18:22:28 +0100
changeset 591 0dd169f56564
parent 590 339b33d6402f
child 592 85da6704f82d
Save the diamonds build ID in a file as soon as it is generated.
common/build.xml
--- a/common/build.xml	Mon Oct 05 17:17:29 2009 +0100
+++ b/common/build.xml	Mon Oct 05 18:22:28 2009 +0100
@@ -211,6 +211,8 @@
         <then>
           <echo>[SF-DIAMONDS-TAG-BUILD]</echo>
           <runtarget target="diamonds"/>
+          <echo message="Save Diamonds build id value in a file"/>
+          <echo message="diamonds.build.id=${diamonds.build.id}" file="${build.log.dir}/diamonds_build_id.txt"/>
           <fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml">
             <data expandProperties="yes">
               ant: antProperties()