# HG changeset patch # User Dario Sestito # Date 1258479654 0 # Node ID 5e30793462352068cd1235457ac049eacf263d51 # Parent 6a54b486a5b4bcccc81622772061a217571bbb37 Fix freemarker.core.ParseException: Encountered { at line 25, column 15 in linksForDiamonds.xml.ftl diff -r 6a54b486a5b4 -r 5e3079346235 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 @@ 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"> + <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${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"> + <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> log Binary Compatibility Report (Libraries)