Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Problem with classDiagram.gmfmap
Problem with classDiagram.gmfmap [message #472075] Wed, 12 December 2007 21:03 Go to next message
Eclipse UserFriend
Originally posted by: martin.nadeau.scg.ulaval.ca

Hi,

I've been testing for a while GMF but i'm pretty new to UML2Tools.

I'm trying to open de classDiagram.gmfmap (1.14) and classDiagram.gmfgen
(1.31) and i got errors.

it seems that some file are missing :
org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagram.gmfgraph
org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfgraph

Do I need to check out these files from GMF Project and UML2 Project?
Why these file are not where there are supposed to be in UML2Tool CVS?

Note: I checked out UML2Tool project only 4 hours ago!
Re: Problem with classDiagram.gmfmap [message #472077 is a reply to message #472075] Thu, 13 December 2007 11:39 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Martin,

Uml2Tools is a project that depends on other Eclipse projects - GMF, EMF,
UML2 and so on. It means that it is nessesary to have these projects installed
on your Eclipse platform. This fact is mentioned on UML2Tools download page
- http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools, 'Build
Dependencies' part. There are links to all the required projects on the download
page.

Have you installed all these prerequisites?

Best wishes,
Tatiana.

> Hi,
>
> I've been testing for a while GMF but i'm pretty new to UML2Tools.
>
> I'm trying to open de classDiagram.gmfmap (1.14) and
> classDiagram.gmfgen (1.31) and i got errors.
>
> it seems that some file are missing :
> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
> am.gmfgraph
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
> raph
>
> Do I need to check out these files from GMF Project and UML2 Project?
> Why these file are not where there are supposed to be in UML2Tool CVS?
>
> Note: I checked out UML2Tool project only 4 hours ago!
>
Re: Problem with classDiagram.gmfmap [message #472080 is a reply to message #472077] Thu, 13 December 2007 15:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.nadeau.scg.ulaval.ca

Hello Tatiana,

Yes, it's all installed. I just want to look at GMFMap content. When i
click on this file, i get these messages:

resource
org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore does
resource
org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
am.gmfgraph not exist
resource
org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
raph not exist

So it seems that these files are not where they are supposed to be. I
found two of them and copied them at the right place but i can't find
basic.gmfgraph. I can load this Resource but i always get the same
error. It seems i really need to copy it to the
plugin/org.eclipse.gmf.graphdef/models folder.

Can you tell me where i can get this file?

Thanks
Martin

Tatiana Fesenko wrote:
> Hello Martin,
>
> Uml2Tools is a project that depends on other Eclipse projects - GMF,
> EMF, UML2 and so on. It means that it is nessesary to have these
> projects installed on your Eclipse platform. This fact is mentioned on
> UML2Tools download page -
> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools, 'Build
> Dependencies' part. There are links to all the required projects on the
> download page.
> Have you installed all these prerequisites?
>
> Best wishes,
> Tatiana.
>
>> Hi,
>>
>> I've been testing for a while GMF but i'm pretty new to UML2Tools.
>>
>> I'm trying to open de classDiagram.gmfmap (1.14) and
>> classDiagram.gmfgen (1.31) and i got errors.
>>
>> it seems that some file are missing :
>> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
>> am.gmfgraph
>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
>> raph
>>
>> Do I need to check out these files from GMF Project and UML2 Project?
>> Why these file are not where there are supposed to be in UML2Tool CVS?
>>
>> Note: I checked out UML2Tool project only 4 hours ago!
>>
>
>
Re: Problem with classDiagram.gmfmap [message #472169 is a reply to message #472080] Mon, 24 December 2007 13:55 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Martin,

I have one assumption concerning your problem. basic.gmfgraph file and code
geneneration related functionality is located in GMF-SDK. Please make sure
you have GMF-SDK, not GMF-Runtime installed. I hope it will help.

Best wishes,
Tatiana.

> Hello Tatiana,
>
> Yes, it's all installed. I just want to look at GMFMap content. When
> i click on this file, i get these messages:
>
> resource
> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore does
> resource
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
> am.gmfgraph not exist
> resource
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
> raph not exist
> So it seems that these files are not where they are supposed to be. I
> found two of them and copied them at the right place but i can't find
> basic.gmfgraph. I can load this Resource but i always get the same
> error. It seems i really need to copy it to the
> plugin/org.eclipse.gmf.graphdef/models folder.
>
> Can you tell me where i can get this file?
>
> Thanks
> Martin
> Tatiana Fesenko wrote:
>
>> Hello Martin,
>>
>> Uml2Tools is a project that depends on other Eclipse projects - GMF,
>> EMF, UML2 and so on. It means that it is nessesary to have these
>> projects installed on your Eclipse platform. This fact is mentioned
>> on
>> UML2Tools download page -
>> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools,
>> 'Build
>> Dependencies' part. There are links to all the required projects on
>> the
>> download page.
>> Have you installed all these prerequisites?
>> Best wishes,
>> Tatiana.
>>> Hi,
>>>
>>> I've been testing for a while GMF but i'm pretty new to UML2Tools.
>>>
>>> I'm trying to open de classDiagram.gmfmap (1.14) and
>>> classDiagram.gmfgen (1.31) and i got errors.
>>>
>>> it seems that some file are missing :
>>> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
>>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDia
>>> gr am.gmfgraph
>>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gm
>>> fg raph
>>>
>>> Do I need to check out these files from GMF Project and UML2
>>> Project? Why these file are not where there are supposed to be in
>>> UML2Tool CVS?
>>>
>>> Note: I checked out UML2Tool project only 4 hours ago!
>>>
Re: Problem with classDiagram.gmfmap [message #611636 is a reply to message #472075] Thu, 13 December 2007 11:39 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Martin,

Uml2Tools is a project that depends on other Eclipse projects - GMF, EMF,
UML2 and so on. It means that it is nessesary to have these projects installed
on your Eclipse platform. This fact is mentioned on UML2Tools download page
- http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools, 'Build
Dependencies' part. There are links to all the required projects on the download
page.

Have you installed all these prerequisites?

Best wishes,
Tatiana.

> Hi,
>
> I've been testing for a while GMF but i'm pretty new to UML2Tools.
>
> I'm trying to open de classDiagram.gmfmap (1.14) and
> classDiagram.gmfgen (1.31) and i got errors.
>
> it seems that some file are missing :
> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
> am.gmfgraph
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
> raph
>
> Do I need to check out these files from GMF Project and UML2 Project?
> Why these file are not where there are supposed to be in UML2Tool CVS?
>
> Note: I checked out UML2Tool project only 4 hours ago!
>
Re: Problem with classDiagram.gmfmap [message #611639 is a reply to message #472077] Thu, 13 December 2007 15:00 Go to previous message
Eclipse UserFriend
Originally posted by: martin.nadeau.scg.ulaval.ca

Hello Tatiana,

Yes, it's all installed. I just want to look at GMFMap content. When i
click on this file, i get these messages:

resource
org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore does
resource
org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
am.gmfgraph not exist
resource
org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
raph not exist

So it seems that these files are not where they are supposed to be. I
found two of them and copied them at the right place but i can't find
basic.gmfgraph. I can load this Resource but i always get the same
error. It seems i really need to copy it to the
plugin/org.eclipse.gmf.graphdef/models folder.

Can you tell me where i can get this file?

Thanks
Martin

Tatiana Fesenko wrote:
> Hello Martin,
>
> Uml2Tools is a project that depends on other Eclipse projects - GMF,
> EMF, UML2 and so on. It means that it is nessesary to have these
> projects installed on your Eclipse platform. This fact is mentioned on
> UML2Tools download page -
> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools, 'Build
> Dependencies' part. There are links to all the required projects on the
> download page.
> Have you installed all these prerequisites?
>
> Best wishes,
> Tatiana.
>
>> Hi,
>>
>> I've been testing for a while GMF but i'm pretty new to UML2Tools.
>>
>> I'm trying to open de classDiagram.gmfmap (1.14) and
>> classDiagram.gmfgen (1.31) and i got errors.
>>
>> it seems that some file are missing :
>> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
>> am.gmfgraph
>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
>> raph
>>
>> Do I need to check out these files from GMF Project and UML2 Project?
>> Why these file are not where there are supposed to be in UML2Tool CVS?
>>
>> Note: I checked out UML2Tool project only 4 hours ago!
>>
>
>
Re: Problem with classDiagram.gmfmap [message #614534 is a reply to message #472080] Mon, 24 December 2007 13:55 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Martin,

I have one assumption concerning your problem. basic.gmfgraph file and code
geneneration related functionality is located in GMF-SDK. Please make sure
you have GMF-SDK, not GMF-Runtime installed. I hope it will help.

Best wishes,
Tatiana.

> Hello Tatiana,
>
> Yes, it's all installed. I just want to look at GMFMap content. When
> i click on this file, i get these messages:
>
> resource
> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore does
> resource
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDiagr
> am.gmfgraph not exist
> resource
> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gmfg
> raph not exist
> So it seems that these files are not where they are supposed to be. I
> found two of them and copied them at the right place but i can't find
> basic.gmfgraph. I can load this Resource but i always get the same
> error. It seems i really need to copy it to the
> plugin/org.eclipse.gmf.graphdef/models folder.
>
> Can you tell me where i can get this file?
>
> Thanks
> Martin
> Tatiana Fesenko wrote:
>
>> Hello Martin,
>>
>> Uml2Tools is a project that depends on other Eclipse projects - GMF,
>> EMF, UML2 and so on. It means that it is nessesary to have these
>> projects installed on your Eclipse platform. This fact is mentioned
>> on
>> UML2Tools download page -
>> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools,
>> 'Build
>> Dependencies' part. There are links to all the required projects on
>> the
>> download page.
>> Have you installed all these prerequisites?
>> Best wishes,
>> Tatiana.
>>> Hi,
>>>
>>> I've been testing for a while GMF but i'm pretty new to UML2Tools.
>>>
>>> I'm trying to open de classDiagram.gmfmap (1.14) and
>>> classDiagram.gmfgen (1.31) and i got errors.
>>>
>>> it seems that some file are missing :
>>> org.eclipse.uml2tools/plugin/org.eclipse.uml2.uml/model/UML. ecore
>>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ classDia
>>> gr am.gmfgraph
>>> org.eclipse.uml2tools/plugin/org.eclipse.gmfgraphdef/models/ basic.gm
>>> fg raph
>>>
>>> Do I need to check out these files from GMF Project and UML2
>>> Project? Why these file are not where there are supposed to be in
>>> UML2Tool CVS?
>>>
>>> Note: I checked out UML2Tool project only 4 hours ago!
>>>
Previous Topic:visual stuff
Next Topic:How to extend UML without profile
Goto Forum:
  


Current Time: Sat Apr 20 06:20:55 GMT 2024

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

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

Back to the top