|
|
|
|
|
|
|
Re: BIRT-Designer: Adding custom plugins [message #1623658 is a reply to message #1622911] |
Thu, 19 February 2015 03:31   |
Eclipse User |
|
|
|
I found out that newer RCP Designers version are using org.eclipse.equinox.simpleconfigurator and detect only the plugins listed in org.eclipse.equinox.simpleconfigurator/bundles.info.
I added my plugins there and put them on autostart with using 'true' as the 4th parameter and runlevel 3.
Furthermore I found here under the chapter "Problems on Configuration, Start-Up, and Shutdown" the information that the plugins org.eclipse.core.runtime, org.eclipse.equinox.ds, org.eclipse.equinox.event must also be set on autostart= true and started with runlevels 2, 3 and 3.
The plugins are all present in the RCP Designer, but with different settings.
So I changed the settings in the bundles.info
org.eclipse.core.runtime,3.10.0.v20140318-2214,plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar,2,true
org.eclipse.equinox.ds,1.4.200.v20131126-2331,plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar,3,true
org.eclipse.equinox.event,1.3.100.v20140115-1647,plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar,3,true
With this changes my problem is solved 
Thank you!
[Updated on: Thu, 19 February 2015 03:37] by Moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03584 seconds