--- a/common/diamonds/sf-run-analysis.xml.ftl Mon Jul 13 18:38:01 2009 +0100
+++ b/common/diamonds/sf-run-analysis.xml.ftl Wed Jul 15 11:40:44 2009 +0100
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
+
<diamonds-build>
<schema>10</schema>
+
+<#assign raptor_count=0/>
+<#list raptor_summary as raptor_item>
+<#assign raptor_count=raptor_count+1 />
+</#list>
<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_bad">${raptor_count}</total>
<total severity="warning_rvct_other">0</total>
<total severity="codescanner_high">0</total>
<total severity="codescanner_medium">0</total>
@@ -20,6 +26,11 @@
<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>
</files>
</diamonds-build>
\ No newline at end of file