Bug 139093 - birt-runtime.zip examples needs some additional jars related to charts
Summary: birt-runtime.zip examples needs some additional jars related to charts
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Windows 2000
: P1 blocker (vote)
Target Milestone: 2.1.0 RC2   Edit
Assignee: Xiaoying Gu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 19:02 EDT by Rima Kanguri CLA
Modified: 2006-04-28 21:34 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.