common/build.xml
changeset 46 68c06bb4fbe2
parent 37 d835e951a925
child 47 99442c2e6951
--- a/common/build.xml	Wed Apr 08 16:20:10 2009 +0100
+++ b/common/build.xml	Thu Apr 09 11:14:30 2009 +0100
@@ -85,7 +85,18 @@
         <if>
             <istrue value="${sf.spec.baseline.enable}" />
             <then>
+            
+                <!-- record baseline information in BOM file -->
+                <delete file="${ant['build.drive']}/output/BOM/baseline.txt" quiet="true"/>
+                <exec executable="cmd" output="${ant['build.drive']}/output/BOM/baseline.txt">
+                    <arg value="/c"/>
+                    <arg value="echo"/>
+                    <arg value="${sf.spec.baseline.location}"/>
+                </exec>
+                
+                <!-- run interal target preparation-getenv -->
                 <runtarget target="preparation-getenv"/>
+                
             </then>
         </if>