[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] Simply running a report in RCP
|
- From: Martin Schmitz <info@xxxxxxxxxx>
- Date: Tue, 28 Oct 2008 17:01:20 +0100
- Newsgroups: eclipse.birt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.17 (Windows/20080914)
Hello,
I have a big problem understnading BIRT. I have an epmty report just
with a label. I want to start this report with an action from navigator.
The action shows up, when no dependecy to BIRT is set, so the action
dows northing. When activating the following code:
WebViewer.display(fileTemp.getAbsolutePath(), WebViewer.PDF, true);
and adding org.eclipse.birt.report.viewer it compiles just fine. When I
export this as a feature and want to include it in our existing
application, the action is not visible. The whole plugin is no more
loaded because of any f...ing dependencies.
Is there any easy way to find the missing dependencies or how is the
easiest way to include pdf-rendering reports in my RCP.
I am using Ganymede 3.4SR1 with Birt 2.3.1.
Thank you very much
Martin