Allow to copy all the files in the summary directory to the bishare to allow link for BRAG to work in Diamonds. PDK_3.0.a
authorArnaud Lenoir
Fri, 09 Oct 2009 15:52:33 +0100
changeset 636 4709730d5226
parent 635 d05877b45699
child 638 84fc7d5ec18f
Allow to copy all the files in the summary directory to the bishare to allow link for BRAG to work in Diamonds.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Fri Oct 09 15:16:55 2009 +0100
+++ b/common/build.postbuild.xml	Fri Oct 09 15:52:33 2009 +0100
@@ -524,8 +524,9 @@
         </java>
         <!-- Make sure that the summary directory is available to display the BRAG link -->
         <mkdir  dir="${publish.dir}/summary/"/>
-        <copy file="${build.log.dir}/summary/_brag.xml" toDir="${publish.dir}/summary/"/>
-        <copy file="${build.log.dir}/summary/brag.xsl" toDir="${publish.dir}/summary/"/>
+        <copy todir="${publish.dir}/summary/" preservelastmodified="true" failonerror="false">
+           <fileset dir="${build.log.dir}/summary/"><include name="*.*"/></fileset>
+        </copy>
         <if>
             <istrue value="${sf.spec.publish.enable}"/>
             <then>