Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RCP Integration (BIRT)"

(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...)
(No difference)

Revision as of 14:33, 15 April 2010

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