common/build.postbuild.xml
changeset 636 4709730d5226
parent 628 90be37e95e2f
child 638 84fc7d5ec18f
equal deleted inserted replaced
635:d05877b45699 636:4709730d5226
   522             <arg value="-OUT"/>
   522             <arg value="-OUT"/>
   523             <arg value="${temp.build.dir}/bragForDiamonds.xml"/>
   523             <arg value="${temp.build.dir}/bragForDiamonds.xml"/>
   524         </java>
   524         </java>
   525         <!-- Make sure that the summary directory is available to display the BRAG link -->
   525         <!-- Make sure that the summary directory is available to display the BRAG link -->
   526         <mkdir  dir="${publish.dir}/summary/"/>
   526         <mkdir  dir="${publish.dir}/summary/"/>
   527         <copy file="${build.log.dir}/summary/_brag.xml" toDir="${publish.dir}/summary/"/>
   527         <copy todir="${publish.dir}/summary/" preservelastmodified="true" failonerror="false">
   528         <copy file="${build.log.dir}/summary/brag.xsl" toDir="${publish.dir}/summary/"/>
   528            <fileset dir="${build.log.dir}/summary/"><include name="*.*"/></fileset>
       
   529         </copy>
   529         <if>
   530         <if>
   530             <istrue value="${sf.spec.publish.enable}"/>
   531             <istrue value="${sf.spec.publish.enable}"/>
   531             <then>
   532             <then>
   532                 <!-- Try to obtain the diamonds ID for this build -->
   533                 <!-- Try to obtain the diamonds ID for this build -->
   533                 <if>
   534                 <if>