Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » exporting plugin and extensions issues
exporting plugin and extensions issues [message #68631] Wed, 22 July 2009 09:41 Go to next message
gloria guitteaud is currently offline gloria guitteaudFriend
Messages: 14
Registered: July 2009
Junior Member
Hello,


I hava a extension for a popup menu in my plugin. When I launch a eclipse
instance to test the plugin, the popop menu is added as I want. But, if I
export the plugin, the extension desappear.

Can somebody tell me what I should do to keep my popup menu extension when
I export the plugin?

thank

Gloria.
Re: exporting plugin and extensions issues [message #68725 is a reply to message #68631] Wed, 22 July 2009 09:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: aurelien.pupier.esial.net

gloria guitteaud a écrit :
> Hello,
>
>
> I hava a extension for a popup menu in my plugin. When I launch a
> eclipse instance to test the plugin, the popop menu is added as I want.
> But, if I export the plugin, the extension desappear.
> Can somebody tell me what I should do to keep my popup menu extension
> when I export the plugin?
> thank
>
> Gloria.
>
Hi gloria,

it can come from several kind of issues :
- the plugin.xml is not include in the bin build properties (Is your another Extension points works?)
- dependence is not satisfied (Other of your feature works?)
- there is an exception : look in your error log

Aurelien
Re: exporting plugin and extensions issues [message #68781 is a reply to message #68725] Wed, 22 July 2009 12:46 Go to previous messageGo to next message
gloria guitteaud is currently offline gloria guitteaudFriend
Messages: 14
Registered: July 2009
Junior Member
hello Aurelien,

I didn't have no error log, the exportation ran successfully.

Then, I tried to include the 'bin' folder in the binary build before
exportation and worked very well.

So I thank you a lot.

Gloria
Re: exporting plugin and extensions issues [message #599774 is a reply to message #68631] Wed, 22 July 2009 09:56 Go to previous messageGo to next message
Aurélien Pupier is currently offline Aurélien PupierFriend
Messages: 637
Registered: July 2009
Location: Grenoble, FRANCE
Senior Member

gloria guitteaud a écrit :
> Hello,
>
>
> I hava a extension for a popup menu in my plugin. When I launch a
> eclipse instance to test the plugin, the popop menu is added as I want.
> But, if I export the plugin, the extension desappear.
> Can somebody tell me what I should do to keep my popup menu extension
> when I export the plugin?
> thank
>
> Gloria.
>
Hi gloria,

it can come from several kind of issues :
- the plugin.xml is not include in the bin build properties (Is your another Extension points works?)
- dependence is not satisfied (Other of your feature works?)
- there is an exception : look in your error log

Aurelien


Aurélien Pupier - Red Hat
Senior Software Engineer in Fuse Tooling team
Re: exporting plugin and extensions issues [message #599799 is a reply to message #68725] Wed, 22 July 2009 12:46 Go to previous messageGo to next message
gloria guitteaud is currently offline gloria guitteaudFriend
Messages: 14
Registered: July 2009
Junior Member
hello Aurelien,

I didn't have no error log, the exportation ran successfully.

Then, I tried to include the 'bin' folder in the binary build before
exportation and worked very well.

So I thank you a lot.

Gloria
Re: exporting plugin and extensions issues [message #1730159 is a reply to message #68781] Thu, 21 April 2016 21:45 Go to previous message
Leonardo Bravo is currently offline Leonardo BravoFriend
Messages: 3
Registered: March 2015
Junior Member
I had the same problem and the solution was to move from JavaSE-1.8 to JavaSE.1.7
Previous Topic:How to get focus to an editor?
Next Topic:Standalone junit tests in plug-in projects and transitive dependencies
Goto Forum:
  


Current Time: Fri Apr 26 09:14:08 GMT 2024

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

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

Back to the top