Fix freemarker.core.ParseException: Encountered { at line 25, column 15 in linksForDiamonds.xml.ftl
authorDario Sestito <darios@symbian.org>
Tue, 17 Nov 2009 17:40:54 +0000
changeset 774 5e3079346235
parent 773 6a54b486a5b4
child 775 c429f766ba6f
Fix freemarker.core.ParseException: Encountered { at line 25, column 15 in linksForDiamonds.xml.ftl
common/diamonds/linksForDiamonds.xml.ftl
--- a/common/diamonds/linksForDiamonds.xml.ftl	Tue Nov 17 15:10:38 2009 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Tue Nov 17 17:40:54 2009 +0000
@@ -22,14 +22,14 @@
       <name>Build Logs</name>
       <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip</url>
     </file>
-	<#if ${ant['sf.spec.bccheck.enable.ha']} == "true">
+	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
 	  <file>
         <type>log</type>
         <name>Binary Compatibility Report (Headerfiles)</name>
 		<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml</url>	  
 	  </file>
 	</#if>
-	<#if ${ant['sf.spec.bccheck.enable.la']} == "true">
+	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
 	  <file>
         <type>log</type>
         <name>Binary Compatibility Report (Libraries)</name>