common/build.finalize.xml
changeset 1250 cf7f8806ba43
parent 1249 96548ab09767
equal deleted inserted replaced
1249:96548ab09767 1250:cf7f8806ba43
    35       <format property="sf.build.finishedtime" pattern="yyyy-MM-dd HH:mm:ss" locale="en,UK"/>
    35       <format property="sf.build.finishedtime" pattern="yyyy-MM-dd HH:mm:ss" locale="en,UK"/>
    36     </tstamp>
    36     </tstamp>
    37     <echo message="finished&#x0009;${sf.build.finishedtime}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/>
    37     <echo message="finished&#x0009;${sf.build.finishedtime}${line.separator}" file="${build.log.dir}/bitinfo.txt" append="true"/>
    38     
    38     
    39     <!-- upload BIT info to database -->
    39     <!-- upload BIT info to database -->
    40     <exec executable="perl" dir="${sf.common.config.dir}/tools" failonerror="false">
    40     <if><istrue value="${sf.spec.publish.enable}"/><then>
       
    41       <exec executable="perl" dir="${sf.common.config.dir}/tools" failonerror="false">
    41         <arg value="bitops.pl"/>
    42         <arg value="bitops.pl"/>
    42         <arg value="-c"/>
    43         <arg value="-c"/>
    43         <arg value="-f"/>
    44         <arg value="-f"/>
    44         <arg value="${build.log.dir}/bitinfo.txt"/>
    45         <arg value="${build.log.dir}/bitinfo.txt"/>
    45     </exec>
    46       </exec>
       
    47     </then></if>
    46   </target>
    48   </target>
    47 	
    49 	
    48 </project>
    50 </project>