common/build.xml
changeset 56 68c06bb4fbe2
parent 47 d835e951a925
child 57 99442c2e6951
equal deleted inserted replaced
55:4b303c38b677 56:68c06bb4fbe2
    83         <mkdir dir="${build.drive}/output/BOM"/>
    83         <mkdir dir="${build.drive}/output/BOM"/>
    84         
    84         
    85         <if>
    85         <if>
    86             <istrue value="${sf.spec.baseline.enable}" />
    86             <istrue value="${sf.spec.baseline.enable}" />
    87             <then>
    87             <then>
       
    88             
       
    89                 <!-- record baseline information in BOM file -->
       
    90                 <delete file="${ant['build.drive']}/output/BOM/baseline.txt" quiet="true"/>
       
    91                 <exec executable="cmd" output="${ant['build.drive']}/output/BOM/baseline.txt">
       
    92                     <arg value="/c"/>
       
    93                     <arg value="echo"/>
       
    94                     <arg value="${sf.spec.baseline.location}"/>
       
    95                 </exec>
       
    96                 
       
    97                 <!-- run interal target preparation-getenv -->
    88                 <runtarget target="preparation-getenv"/>
    98                 <runtarget target="preparation-getenv"/>
       
    99                 
    89             </then>
   100             </then>
    90         </if>
   101         </if>
    91         
   102         
    92         <if>
   103         <if>
    93             <istrue value="${sf.spec.sourcesync.enable}" />
   104             <istrue value="${sf.spec.sourcesync.enable}" />