Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
authorArnaud Lenoir
Thu, 08 Oct 2009 19:19:44 +0100
changeset 626 22bb9a334b13
parent 625 4f9a01580199
child 628 90be37e95e2f
Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
common/diamonds/sf-run-analysis.xml.ftl
--- a/common/diamonds/sf-run-analysis.xml.ftl	Thu Oct 08 19:19:19 2009 +0100
+++ b/common/diamonds/sf-run-analysis.xml.ftl	Thu Oct 08 19:19:44 2009 +0100
@@ -20,6 +20,16 @@
   </faults>
   
   <files>
+    <file>
+      <type>log</type>
+      <name>BRAG Summary</name>
+      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml</url>
+    </file>
+    <file>
+      <type>log</type>
+      <name>Raptor summary</name>
+      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv</url>
+    </file>
     <#list files as f>
     <file>
       <type>log</type>
@@ -27,16 +37,6 @@
       <url>file:///${f.path}</url>
     </file>
     </#list>
-    <file>
-      <type>log</type>
-      <name>Raptor summary</name>
-      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv</url>
-    </file>
-    <file>
-      <type>log</type>
-      <name>BRAG Summary</name>
-      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml</url>
-    </file>
    </files>
   
 </diamonds-build>
\ No newline at end of file