# HG changeset patch # User Shabe Razvi # Date 1255971377 -3600 # Node ID cdfb88270be0d5720e775c6570f9676d002e327e # Parent 382728cd25d2fe5841cbf3c61239e4c5c2302772# Parent 9fe5b8f5bf5f26dbb90050b8249a8e75b3173c2b Merge diff -r 382728cd25d2 -r cdfb88270be0 common/build.postbuild.xml --- a/common/build.postbuild.xml Mon Oct 19 17:55:16 2009 +0100 +++ b/common/build.postbuild.xml Mon Oct 19 17:56:17 2009 +0100 @@ -77,12 +77,15 @@ - - - + + + + + + @@ -372,6 +375,7 @@ + @@ -506,11 +510,18 @@ - + ant: antProperties() raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) - files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) + + + + + + + + ant: antProperties() @@ -521,9 +532,9 @@ - + - + @@ -786,10 +797,15 @@ - + + + + + + diff -r 382728cd25d2 -r cdfb88270be0 common/diamonds/config.xml.ftl --- a/common/diamonds/config.xml.ftl Mon Oct 19 17:55:16 2009 +0100 +++ b/common/diamonds/config.xml.ftl Mon Oct 19 17:56:17 2009 +0100 @@ -42,7 +42,7 @@ - + @@ -73,7 +73,7 @@ - + \ No newline at end of file diff -r 382728cd25d2 -r cdfb88270be0 common/diamonds/linksForDiamonds.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/linksForDiamonds.xml.ftl Mon Oct 19 17:56:17 2009 +0100 @@ -0,0 +1,21 @@ + + + 14 + + + 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 + Build BOM + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_BOM.zip + + + log + Build Logs + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip + + + \ No newline at end of file diff -r 382728cd25d2 -r cdfb88270be0 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:56:17 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 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 diff -r 382728cd25d2 -r cdfb88270be0 sf-package/symbian3_props.ant.xml --- a/sf-package/symbian3_props.ant.xml Mon Oct 19 17:55:16 2009 +0100 +++ b/sf-package/symbian3_props.ant.xml Mon Oct 19 17:56:17 2009 +0100 @@ -1,6 +1,6 @@ - +