Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » error in the compilation.
error in the compilation. [message #161329] Mon, 19 November 2007 09:44 Go to next message
Eclipse UserFriend
I have checked out the example project "org.eclipse.gmf.examples.mindmap"
from the CVS location "dev.eclipse.org". From this project, I generate a
RCP source code from this project. But some error occurs so that I cannot
test this RCP. The error is located in the class
"MindmapDiagramEditorPlugin" within the package
"org.eclipse.gmf.examples.mindmap.diagram.part". And it is about the
unresovable of the following package.

import
org.eclipse.gmf.examples.mindmap.provider.MindmapItemProvide rAdapterFactory;

I am using is enropa 3.3.1.1 and the latest GMF. I have tried other
examples such as taipa, but the same problem happened. Does anyone have
some idea of this case? Thanks.
Re: error in the compilation. [message #161346 is a reply to message #161329] Mon, 19 November 2007 10:12 Go to previous messageGo to next message
Eclipse UserFriend
Hi Michael,

You need to generate the *.edit plugin from the EMF genmodel.

Best regards,
Boris

Michael wrote:
> I have checked out the example project
> "org.eclipse.gmf.examples.mindmap" from the CVS location
> "dev.eclipse.org". From this project, I generate a RCP source code from
> this project. But some error occurs so that I cannot test this RCP. The
> error is located in the class "MindmapDiagramEditorPlugin" within the
> package "org.eclipse.gmf.examples.mindmap.diagram.part". And it is about
> the unresovable of the following package.
> import
> org.eclipse.gmf.examples.mindmap.provider.MindmapItemProvide rAdapterFactory;
>
>
> I am using is enropa 3.3.1.1 and the latest GMF. I have tried other
> examples such as taipa, but the same problem happened. Does anyone have
> some idea of this case? Thanks.
Re: error in the compilation. [message #161373 is a reply to message #161346] Mon, 19 November 2007 10:30 Go to previous messageGo to next message
Eclipse UserFriend
Hi Boris:
I am such a novice to GMF that do not even know how to generate the
*.edit plug in. Would you please remind me how to do that?
Thank you a lot
Michael



Boris Blajer wrote:
> Hi Michael,
>
> You need to generate the *.edit plugin from the EMF genmodel.
>
> Best regards,
> Boris
>
> Michael wrote:
>
>> I have checked out the example project
>> "org.eclipse.gmf.examples.mindmap" from the CVS location
>> "dev.eclipse.org". From this project, I generate a RCP source code
>> from this project. But some error occurs so that I cannot test this
>> RCP. The error is located in the class "MindmapDiagramEditorPlugin"
>> within the package "org.eclipse.gmf.examples.mindmap.diagram.part".
>> And it is about the unresovable of the following package. import
>> org.eclipse.gmf.examples.mindmap.provider.MindmapItemProvide rAdapterFactory;
>>
>>
>> I am using is enropa 3.3.1.1 and the latest GMF. I have tried other
>> examples such as taipa, but the same problem happened. Does anyone
>> have some idea of this case? Thanks.
Re: error in the compilation. [message #161427 is a reply to message #161373] Mon, 19 November 2007 11:09 Go to previous messageGo to next message
Eclipse UserFriend
Hi Michael,

In this particular case, you may simply check out the plugin
org.eclipse.gmf.examples.mindmap.edit from the same location where you
checked out all other plugins.

Best regards,
Boris


Michael wrote:
> Hi Boris:
> I am such a novice to GMF that do not even know how to generate the
> *.edit plug in. Would you please remind me how to do that?
> Thank you a lot
> Michael
>
>
>
> Boris Blajer wrote:
>> Hi Michael,
>>
>> You need to generate the *.edit plugin from the EMF genmodel.
>>
>> Best regards,
>> Boris
>>
>> Michael wrote:
>>
>>> I have checked out the example project
>>> "org.eclipse.gmf.examples.mindmap" from the CVS location
>>> "dev.eclipse.org". From this project, I generate a RCP source code
>>> from this project. But some error occurs so that I cannot test this
>>> RCP. The error is located in the class "MindmapDiagramEditorPlugin"
>>> within the package "org.eclipse.gmf.examples.mindmap.diagram.part".
>>> And it is about the unresovable of the following package. import
>>> org.eclipse.gmf.examples.mindmap.provider.MindmapItemProvide rAdapterFactory;
>>>
>>>
>>> I am using is enropa 3.3.1.1 and the latest GMF. I have tried other
>>> examples such as taipa, but the same problem happened. Does anyone
>>> have some idea of this case? Thanks.
Re: error in the compilation. [message #163171 is a reply to message #161427] Wed, 28 November 2007 14:24 Go to previous messageGo to next message
Eclipse UserFriend
I get it . Thanks.
"Boris Blajer" <boris.blajer@borland.com> wrote in message
news:fhscgg$uiv$1@build.eclipse.org...
> Hi Michael,
>
> In this particular case, you may simply check out the plugin
> org.eclipse.gmf.examples.mindmap.edit from the same location where you
> checked out all other plugins.
>
> Best regards,
> Boris
>
>
> Michael wrote:
>> Hi Boris:
>> I am such a novice to GMF that do not even know how to generate the
>> *.edit plug in. Would you please remind me how to do that?
>> Thank you a lot
>> Michael
>>
>>
>>
>> Boris Blajer wrote:
>>> Hi Michael,
>>>
>>> You need to generate the *.edit plugin from the EMF genmodel.
>>>
>>> Best regards,
>>> Boris
>>>
>>> Michael wrote:
>>>
>>>> I have checked out the example project
>>>> "org.eclipse.gmf.examples.mindmap" from the CVS location
>>>> "dev.eclipse.org". From this project, I generate a RCP source code from
>>>> this project. But some error occurs so that I cannot test this RCP. The
>>>> error is located in the class "MindmapDiagramEditorPlugin" within the
>>>> package "org.eclipse.gmf.examples.mindmap.diagram.part". And it is
>>>> about the unresovable of the following package. import
>>>> org.eclipse.gmf.examples.mindmap.provider.MindmapItemProvide rAdapterFactory;
>>>>
>>>> I am using is enropa 3.3.1.1 and the latest GMF. I have tried other
>>>> examples such as taipa, but the same problem happened. Does anyone have
>>>> some idea of this case? Thanks.
Re: error in the compilation. [message #163224 is a reply to message #161346] Thu, 29 November 2007 04:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I have a similar problem, I have checked out
org.eclipse.gmf.examples.mindmap.* but half the packages seem to have a
complile error in their source just when it is checked out.

I am using eclipse 3.3.0 with JDK1.6.0_02 - does anyone else have this
problem or have any solution?

Thanks in advance,

Mark
Re: error in the compilation. [message #163259 is a reply to message #163224] Thu, 29 November 2007 08:34 Go to previous messageGo to next message
Eclipse UserFriend
I think you should go to the mindmap.genmodel and right click the root of
this file and choose 'generate all'.
"Mark Melia" <mark.melia@gmail.com> wrote in message
news:cd0a2ce3f6591559500cb6b3ecbeefdf$1@www.eclipse.org...
> Hi,
>
> I have a similar problem, I have checked out
> org.eclipse.gmf.examples.mindmap.* but half the packages seem to have a
> complile error in their source just when it is checked out.
> I am using eclipse 3.3.0 with JDK1.6.0_02 - does anyone else have this
> problem or have any solution?
>
> Thanks in advance,
>
> Mark
>
Re: error in the compilation. [message #163287 is a reply to message #163259] Thu, 29 November 2007 09:17 Go to previous message
Eclipse UserFriend
Thanks for the reply, I was actually using the wrong java version. doh!

Mark
Previous Topic:RE: Web-based UI
Next Topic:How to change icon in RCP application?
Goto Forum:
  


Current Time: Wed Sep 17 03:29:10 EDT 2025

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

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

Back to the top