common/build.postbuild.xml
changeset 1178 448665667824
parent 1172 94015cd3cb74
child 1183 6c7fc7463871
equal deleted inserted replaced
1173:7659931b2194 1178:448665667824
   760             <arg value="-IN"/>
   760             <arg value="-IN"/>
   761             <arg value="${build.log.dir}/summary/_BRAG.xml"/>
   761             <arg value="${build.log.dir}/summary/_BRAG.xml"/>
   762             <arg value="-XSL"/>
   762             <arg value="-XSL"/>
   763             <arg value="${sf.common.config.dir}/tools/brag/bragForDiamonds.xsl"/>
   763             <arg value="${sf.common.config.dir}/tools/brag/bragForDiamonds.xsl"/>
   764             <arg value="-OUT"/>
   764             <arg value="-OUT"/>
   765             <arg value="${temp.build.dir}/bragForDiamonds.xml"/>
   765             <arg value="${build.log.dir}/diamonds-status.xml"/>
   766         </java>
   766         </java>
   767         <if>
   767         <if>
   768             <istrue value="${sf.spec.publish.enable}"/>
   768             <istrue value="${sf.spec.publish.enable}"/>
   769             <then>
   769             <then>
   770                 <!-- Make sure that the summary directory is available to display the BRAG link -->
   770                 <!-- Make sure that the summary directory is available to display the BRAG link -->
   787                         <exec executable="python">
   787                         <exec executable="python">
   788                             <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
   788                             <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
   789                             <arg value="-u"/>
   789                             <arg value="-u"/>
   790                             <arg value="http://${diamonds.host}${diamonds.build.id}"/>
   790                             <arg value="http://${diamonds.host}${diamonds.build.id}"/>
   791                             <arg value="-f"/>
   791                             <arg value="-f"/>
   792                             <arg value="${temp.build.dir}/bragForDiamonds.xml"/>
   792                             <arg value="${build.log.dir}/diamonds-status.xml"/>
   793                         </exec>
   793                         </exec>
   794                     </then>
   794                     </then>
   795                     <else>
   795                     <else>
   796                         <echo message="diamonds.build.id is not known - unable to push any build specific information to diamonds server"/>
   796                         <echo message="diamonds.build.id is not known - unable to push any build specific information to diamonds server"/>
   797                     </else>
   797                     </else>