Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 118017 [Regression]Embedded image using <image> tag in text item doesn't work and throws TokenMgrError.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 118017 [Regression]Embedded image using <image> tag in text item doesn't work and throws TokenMgrError.

Summary 

Bugzilla Bug (s) Resolved:
118017 [Regression]Embedded image using <image> tag in text item doesn't work and throws TokenMgrError.

Description:
If the image has no _expression_, such as embedded image, we can omits the end tag of image and close the image at the start tag, as <image/>. Update the template parser to support this kind of tags.

 
Test Description:
Unit Test, add a test case in TemplateParserTest.java.
 
Files Edited:
cvs ci -m "add support for <image/> in template" -l
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/Parser.jjt" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserConstants.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/Parser.jj" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/Parser.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TextItemDesign.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TemplateExecutor.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/executor/template/TemplateParserTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserTreeConstants.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedEmitter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserTokenManager.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TemplateParser.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TextTemplate.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top