Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » RCP problem
RCP problem [message #164750] Fri, 07 December 2007 09:05 Go to next message
Eclipse UserFriend
in each test I make to generate an RCP application out of my working gmf
projects (I simply rebuild the gmfgen choosing "rcp application" when
asked) I suddendly get an error here:
Messages.NavigatorActionProvider_OpenDiagramActionName (cannot be resolved)

this is weird I remember one of the first things I made with gmf (being a
total noob) was choosing RCP app and I obtained without problems a
reduced, very cool, eclipse environment with only my widgetry on it.
What I'm missing?
Re: RCP problem [message #164890 is a reply to message #164750] Mon, 10 December 2007 11:04 Go to previous message
Eclipse UserFriend
Originally posted by: jacob.barde.swri.org

Sounds like you generated your RCP-based code over the code-base of the
previous code generation (without RCP). As RCP doesn't use Navigator
(by default), previously generated code will have a few dangling and
"obsolete" classes are still trying to reference Navigator code.

e.g. package 'com.yourdomain.diagram.navigator' isn't generated by RCP
default gmfgen files (unless you specifically alter the gmfgen file to
have Navigator).

Most of the errors are probably trying to reference code in this package.


Paolo Russian wrote:
> in each test I make to generate an RCP application out of my working gmf
> projects (I simply rebuild the gmfgen choosing "rcp application" when
> asked) I suddendly get an error here:
> Messages.NavigatorActionProvider_OpenDiagramActionName (cannot be resolved)
>
> this is weird I remember one of the first things I made with gmf (being
> a total noob) was choosing RCP app and I obtained without problems a
> reduced, very cool, eclipse environment with only my widgetry on it.
> What I'm missing?
>
Previous Topic:How can I do a node non movable?
Next Topic:Open an editor from an action
Goto Forum:
  


Current Time: Thu Sep 25 22:56:37 EDT 2025

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

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

Back to the top