[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: RCP product export

It seems that there is the product export pb be related to the plugin generated.. These ones are generated in the old fashion form, ie like directories...instead of .jar as from now.
So we need :
* first to generate the product with product export
* the suppress manually the plugin corresponding to our application into the plugin directory
* then generate the plugin with the "Export Feature and Fragment..." and put the result into the plugin directory...
After that, it works with me...
regards
Xavier



Xavier a écrit :
Hello,
I'm working with Eclipse 3.1RC1... On an application, I have built a product which works fine inside Eclipse, but not once exported by the product export tooling.
When I launch the product , I get the following :


!ENTRY org.eclipse.osgi 2005-06-01 09:44:09.355
!MESSAGE An error occured while automatically activating bundle MyAppliRCP (2).
!STACK 0
org.osgi.framework.BundleException: The activator com.correlane.MyAppliPlugin for bundle MyAppliRCP is invalid



Does someone have a clue to solve the pb?

regards
Xavier