Bug 139093

Summary: birt-runtime.zip examples needs some additional jars related to charts
Product: z_Archived Reporter: Rima Kanguri <rkanguri>
Component: BIRTAssignee: Xiaoying Gu <bluesoldier>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P1 CC: whe
Version: 2.0.0   
Target Milestone: 2.1.0 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Rima Kanguri CLA 2006-04-27 19:02:56 EDT
birt-runtime.zip example needs some additional jars

For the chart API to work we need to copy the following jars
org.eclipse.birt.chart.engine_2.1.0.jar (we need to rename it to chartengineapi.jar)
org.eclipse.emf.common_2.2.0.jar
org.eclipse.emf.ecore.xml_2.2.0.jar
org.eclipse.emf.ecore_2.2.0.jar

Copy the above jars to following locations.
1) WebViewerExample/Web-Inf/lib

2) ReportEngine/lib

in birtruntime.zip archive.
Comment 1 Sue Lee CLA 2006-04-27 21:53:45 EDT
It's Engine bug. We get the build result from Engine when build web viewer.
Comment 2 Sue Lee CLA 2006-04-27 22:28:02 EDT
Because these jars are not part of EngineSDK, top level build script will deal with them.
Comment 3 Xiaoying Gu CLA 2006-04-28 21:34:54 EDT
Fixed.