Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EWL] Wizards is not appearing in RCP Application
[EWL] Wizards is not appearing in RCP Application [message #885429] Wed, 13 June 2012 01:21 Go to next message
Robson Silva is currently offline Robson SilvaFriend
Messages: 6
Registered: March 2012
Junior Member
Hi, everybody.

I would like ask you a help once again.

I've created some wizards to my GMF application (using EuGENia) that
work properly when I run the project as an Eclipse Application.
Therefore, when I export it as an Eclipse Product, the wizards do not
appear in the resulting RCP application. I've added the plugin contaning
the EWL in the dependencies of the main application project.

[Updated on: Wed, 13 June 2012 02:18]

Report message to a moderator

Re: [EWL] Wizards is not appearing in RCP Application [message #885567 is a reply to message #885429] Wed, 13 June 2012 08:58 Go to previous messageGo to next message
Antonio Garcia-Dominguez is currently offline Antonio Garcia-DominguezFriend
Messages: 594
Registered: January 2010
Location: Birmingham, UK
Senior Member

Hi Robson,

Which version of Eclipse are you using? Is it Indigo, or Juno?

Just yesterday, I fixed a bug in which EWL wizards would not appear after right-clicking several times on a model. It's been happening since I switched to Juno, I think.

Please have a look at the Error Log view and check if there's something related to EWL in there.

Cheers,
Antonio
Re: [EWL] Wizards is not appearing in RCP Application [message #885760 is a reply to message #885567] Wed, 13 June 2012 14:43 Go to previous messageGo to next message
Horacio Hoyos is currently offline Horacio HoyosFriend
Messages: 240
Registered: October 2009
Location: Mexico
Senior Member

Hi Robson,

Make sure that you are exporting all the epsilon plugins to your RCP, i.e. add the epsilon plugins to your xxx.rcp.prodcut dependencies (or just the ones you need if you know what you are doing). Also, double check that your wizard sources are added to the build path of your plugins.

When you run as an Eclipse Application, the eclipse application is a "copy" of your current environment (actually in the Plugin-ins tab of your run configuration you can select which plugins to run), and plugins are loaded from the sources as in the workspace. When you export your RCP the resulting eclipse will only have the plugins you added to the dependencies (.product file) and plugins in the workspace would be built (only adding things in the build-path) and added as jars to your rcp. You can go to your rco folder and look at the plugins folder and see what is exactly being exported.

Regards,


Horacio Hoyos Rodriguez
Kinori Tech
Need professional support for Epsilon, EMF?
Go to: https://kinori.tech
Re: [EWL] Wizards is not appearing in RCP Application [message #885933 is a reply to message #885567] Wed, 13 June 2012 22:17 Go to previous messageGo to next message
Robson Silva is currently offline Robson SilvaFriend
Messages: 6
Registered: March 2012
Junior Member
Hi Antonio,

I'm using the Indigo version.
Version: Indigo Service Release 1
Build id: 20110916-0149

In the Error Log View no messages related to EWL appears.

Cheers,
Robson
Re: [EWL] Wizards is not appearing in RCP Application [message #885939 is a reply to message #885760] Wed, 13 June 2012 22:39 Go to previous messageGo to next message
Robson Silva is currently offline Robson SilvaFriend
Messages: 6
Registered: March 2012
Junior Member
Hi Horacio,

I'm exporting all the epsilon plugins to my RCP. Additionaly, I use the
option "Add Required Plug-ins" located in the "Dependencies" tab of the
xxx.product to add all other plugins.

I also checked that my wizard sources are added to the build path.
I also checked the exported .jar in the RCP plugins folder and the .ewl is there.
Therefore, the wizards is not available in any of RCP menus. Sad

Regards,
Robson
Re: [EWL] Wizards is not appearing in RCP Application [message #889898 is a reply to message #885939] Wed, 20 June 2012 07:55 Go to previous message
Antonio Garcia-Dominguez is currently offline Antonio Garcia-DominguezFriend
Messages: 594
Registered: January 2010
Location: Birmingham, UK
Senior Member

Well, I'm a bit at a loss. Could you provide us with a minimal example that reproduces the problem?
Previous Topic:[EUnit] - Some thoughts and considerations about mode testing with EUnit
Next Topic:how to set the property by only name?
Goto Forum:
  


Current Time: Fri Mar 29 13:36:46 GMT 2024

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

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

Back to the top