[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: RCP and Feature updates

For 3.01 I had to create a feature that contained everything MY feature requires for a base RCP platform. Then I was able to deal with my application as two features, the one I wrote and my RCP base feature. Without that base feature I had the same kind of complaints about required things that were in fact already in place.

Thanks Steve.

Were you able to create a product from your base RCP feature and successfully export and run it?

I have created a feature that refers to one plugin that defines a base RCP app (just hooks into software update and help -- no views, no editors).

When I create a product based on the FEATURE and export it, I get an error when I try to run the RCP app because it can't find my application class. However, if I start with the PLUGIN that the feature is based on, I can create a product, export it, and it runs fine. What could I be doing wrong?

Also, when you created your base feature, did you go through the process of moving all the "required" plugins into the "included" list, as is mentioned in the post I originally referred to? (http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg00403.html)

Thanks again,
Dan