Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Want my RCP application to have simpleconfigurator in config.ini
Want my RCP application to have simpleconfigurator in config.ini [message #1059271] Tue, 14 May 2013 20:21 Go to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
I have inherited an headless PDE build for a 4.2.2 RCP app and I am trying
to figure out how to generate a config.ini with the simpleconfigutaor plugin
in the osgi.bundles property (instead of a long list of required plugins for
this property). Is there a link somewhere that describes the details for
this?
Re: Want my RCP application to have simpleconfigurator in config.ini [message #1404733 is a reply to message #1059271] Tue, 05 August 2014 11:00 Go to previous message
Matthieu Wipliez is currently offline Matthieu WipliezFriend
Messages: 30
Registered: March 2010
Member
Quote:
I have inherited an headless PDE build for a 4.2.2 RCP app and I am trying
to figure out how to generate a config.ini with the simpleconfigutaor plugin
in the osgi.bundles property (instead of a long list of required plugins for
this property). Is there a link somewhere that describes the details for
this?


Sorry for reviving this old thread, but I have a similar question. One way to have the simpleconfigurator plugin is by configuring your .product to use it explicitly:
<configurations>
  <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
  ...
  <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
</configurations>


However, from what I see, no products in EPP (see https://git.eclipse.org/c/epp/org.eclipse.epp.packages.git/tree/packages ) seem to need this. Is there another way to generate a config.ini using simpleconfigurator (without explicit configuration in the product)? If yes, how?
Previous Topic:RCP EOL
Next Topic: launch a different splash screen for rcp app during runtime
Goto Forum:
  


Current Time: Thu Apr 25 12:47:39 GMT 2024

Powered by FUDForum. Page generated in 0.03130 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top