RCP Eclipse Plugin running as Eclipse Application, but Export into running Host makes no changes [message #1815762] |
Thu, 10 October 2019 01:42  |
Eclipse User |
|
|
|
My problem is that my Eclipse plugin works in the intern starting Eclipse Application well. But when I Export this plugin into Running Host my Context entries are not shown. When I look at installed Software I find my plugin. What I´m doing wrong?
I use Eclipse for enterprise Java Developer Version: 2019-09 R (4.13.0)
And Eclipse for Eclipse Committers Version: 2019-09 R (4.13.0)
The contextmenu of run as Eclipse Application. This workes fine:
Sorry im not allowed to include image Links as newbe Look next post to EAContextMenu
Also the preferences are woring right, in run as Eclipse App:
Look next Post: EAPreferences
Now the time is coming to export this plugin:
Export... -> Deployable plug-ins and fragments -> check my Plugin-Project
Install into running host. Repository:
C:/workspace EE/.metadata/.plugins/org.eclipse.pde.core/install/
After restart I can not see the Contextmenu-entry or the preference-page...
The installation details show the plugin.
Look next Post: InstalationDatails.png
What do I wrong? Where is the Problem? Please check the uploaded plugin.xml.
I got since a month following Validation Message, when I run as Eclipse Application: Is this the Problem? How to solve it?
Look next Post: ValidationwhenstartingEclipseApplication.png
Thanks for your time and help.
Greetings
Kurt Ostwald
Need you more or other files? write me.
|
|
|
Re: RCP Eclipse Plugin running as Eclipse Application, but Export into running Host makes no changes [message #1815782 is a reply to message #1815762] |
Thu, 10 October 2019 10:33   |
Eclipse User |
|
|
|
The plugin.xml is missing from your bin includes in the builds.property. I don't see the MANIFEST.MF specified either. Look closely at the jar(s) you've exported to be sure the right things are there. Here's how one of my build.properties looks for one of my plugins:output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
about.html,\
plugin.properties,\
model/,\
about.ini,\
about.mappings,\
about.properties,\
oomph32.png Of course this is a model plugin with branding, so you'll not have all these things, but the plugin.xml, the META-INF folder and the "." are important.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.44630 seconds