common/diamonds/sf-run-analysis.xml.ftl
changeset 199 7bcb8b1ad9a6
child 252 f7fc039dd3a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/diamonds/sf-run-analysis.xml.ftl	Thu Jun 18 09:23:08 2009 +0100
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<diamonds-build>
+  <schema>10</schema>
+
+  <faults>
+    <total severity="error">${ant['sf.job.totalyarperrors']}</total>
+    <total severity="warning">0</total>
+    <total severity="warning_rvct_bad">0</total>
+    <total severity="warning_rvct_other">0</total>
+    <total severity="codescanner_high">0</total>
+    <total severity="codescanner_medium">0</total>
+    <total severity="codescanner_low">0</total>
+  </faults>
+  
+  <files>
+    <#list files as f>
+    <file>
+      <type>log</type>
+      <name>${f.name}</name>
+      <url>file:///${f.path}</url>
+    </file>
+    </#list>
+  </files>
+  
+</diamonds-build>
\ No newline at end of file