# HG changeset patch # User Maciej Seroka # Date 1258470638 0 # Node ID 6a54b486a5b4bcccc81622772061a217571bbb37 # Parent d4a7ae89c97fcf2938ca8b97dfb00633931cdea8 Added Static BC reports for Platform Builds diff -r d4a7ae89c97f -r 6a54b486a5b4 common/build.postbuild.xml --- a/common/build.postbuild.xml Tue Nov 17 13:52:46 2009 +0000 +++ b/common/build.postbuild.xml Tue Nov 17 15:10:38 2009 +0000 @@ -627,6 +627,7 @@ + @@ -653,6 +654,14 @@ + + + + + + + + diff -r d4a7ae89c97f -r 6a54b486a5b4 common/common_props.ant.xml --- a/common/common_props.ant.xml Tue Nov 17 13:52:46 2009 +0000 +++ b/common/common_props.ant.xml Tue Nov 17 15:10:38 2009 +0000 @@ -104,7 +104,7 @@ - + diff -r d4a7ae89c97f -r 6a54b486a5b4 common/diamonds/linksForDiamonds.xml.ftl --- a/common/diamonds/linksForDiamonds.xml.ftl Tue Nov 17 13:52:46 2009 +0000 +++ b/common/diamonds/linksForDiamonds.xml.ftl Tue Nov 17 15:10:38 2009 +0000 @@ -22,5 +22,19 @@ 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 + <#if ${ant['sf.spec.bccheck.enable.ha']} == "true"> + + log + Binary Compatibility Report (Headerfiles) + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml + + + <#if ${ant['sf.spec.bccheck.enable.la']} == "true"> + + log + Binary Compatibility Report (Libraries) + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\libraries_report.xml + + \ No newline at end of file