Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RCP Integration (BIRT)

Revision as of 14:33, 15 April 2010 by Lmarchal.smaeur.com (Talk | contribs) (New page: To integrate the BIRT viewer in an RCP application, you need to add all BIRT dependencies to your plugins and in your .product file for the build. Depending on your product configuration...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To integrate the BIRT viewer in an RCP application, you need to add all BIRT dependencies to your plugins and in your .product file for the build.

Depending on your product configuration type (feature based, or plugin based) it can be tricky to find out all these needed dependencies, this article will help you make the BIRT WebViewer work in your application.

Plugin Dependencies

The first step is to add the BIRT dependencies to your plugin, so you can access and use the WebViewer and the BIRT APIs in your plugin.

Add these dependencies :


Build

Plugin Based Product

If your product is based on plugins, you can automate the dependencies analysis.

  • open your .product file with the product editor
  • Go to the Dependencies tab
  • Add the

Feature Based Product

Back to the top