common/build.postbuild.xml
changeset 638 84fc7d5ec18f
parent 637 3effbd6728d4
parent 636 4709730d5226
child 640 5ad0657305e8
equal deleted inserted replaced
637:3effbd6728d4 638:84fc7d5ec18f
   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>