diff -r 382728cd25d2 -r cdfb88270be0 common/diamonds/sf-run-analysis.xml.ftl --- a/common/diamonds/sf-run-analysis.xml.ftl Mon Oct 19 17:55:16 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ - - - - 10 - -<#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']} - - - - - log - BRAG Summary - file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml - - - log - Raptor summary - file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv - - <#list files as f> - - log - ${f.name} - file:///${f.path} - - - - - \ No newline at end of file