Using P2 on RCP featured Plugin can't see Install/Update Menu [message #760305] |
Thu, 01 December 2011 19:59 |
Nicolas Messages: 23 Registered: October 2011 |
Junior Member |
|
|
hi, I have a RCP Application created, first as plugin-based, then change radio button to feature-based
create an Feature project and bind each other,
in the core application <myapp.core>, use Dependecies in <myapp>.product to add feature proyect <myApp_feature>
in <myApp_feature> use plugins tab in plugin.xml file to add <myapp.core>
My app runs, within eclipse , as eclipse app, and run after use of export wizard, from <myapp>.product
I follow tutorials from:
Lars Vogel http://www.vogella.de/articles/EclipseP2Update/article.html
Ralf ebert http://www.ralfebert.de/blog/eclipsercp/p2_updates_tutorial_36/
and also make some changes according this forum post:
http://www.eclipse.org/forums/index.php/m/760146/#msg_760146
But I still can't see Install/Update menu.
Following the instruction in last post, the goal should be as easy as:
1) add feature "org.eclipse.equinox.p2.user.ui" to my <myApp_feature> in "Included Features" tab.
2) add this line, in ANY menu that I have.
in my case :
// Ayuda
ayudaMenu.add(preferencesAction);
ayudaMenu.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
ayudaMenu.add(new Separator());
ayudaMenu.add(aboutAction);
So, what I could be doing wrong !
What about feature "org.eclipse.equinox.p2.rcp.feature", shoul I need it or not ?
I almost forgot, using Eclipse 3.7 (Indigo), with Windows 7.
Best Regards
[Updated on: Thu, 01 December 2011 20:05] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04964 seconds