diff -r 260b05585dc3 -r 1eaeee12c3d1 common/diamonds/sf-run-analysis-diamonds.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/sf-run-analysis-diamonds.xml.ftl Mon Oct 19 17:41:37 2009 +0100 @@ -0,0 +1,21 @@ + + + + 14 + +<#assign raptor_errors=0/> +<#assign raptor_warnings=0/> +<#list raptor_summary as raptor_item> +<#if raptor_item.category = "raptor_error"> + <#assign raptor_errors=raptor_errors+1 /> +<#elseif raptor_item.category = "raptor_warning"> + <#assign raptor_warnings=raptor_warnings+1 /> + + + + + ${raptor_errors} + ${raptor_warnings} + ${ant['sf.job.totalyarperrors']} + + \ No newline at end of file