Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon][Eugenia]Multiple compartments problem
[Epsilon][Eugenia]Multiple compartments problem [message #384899] Sat, 23 August 2008 14:03 Go to next message
Kimon Polychroniadis is currently offline Kimon PolychroniadisFriend
Messages: 30
Registered: July 2009
Member
Hello,

I seem to be having a problem with inclusion relationships. In previous
versions of EuGENia, I didnt have any problem but now I get an error
message. The class is the following:

@gmf.diagram
@gmf.node(label="name")
class MyModel{
attr String name;
@gmf.compartment
val StaticView[*] structuralElements;
@gmf.compartment
val DynamicView[*] dynamicElements;
@gmf.compartment
val OrganizationalView[*] organizationalElements;
@gmf.compartment
val MyModel[*] modelViews;
}

The error message is "Node is referenced from multiple containers with
different 'List Layout' values".

Could you give me any hint on what is the problem?

Best regards,
Kimon
Re: [Epsilon][Eugenia]Multiple compartments problem [message #385192 is a reply to message #384899] Tue, 26 August 2008 18:34 Go to previous messageGo to next message
Kimon Polychroniadis is currently offline Kimon PolychroniadisFriend
Messages: 30
Registered: July 2009
Member
O/H Kimon Polychroniadis έγραψε:
> Hello,
>
> I seem to be having a problem with inclusion relationships. In previous
> versions of EuGENia, I didnt have any problem but now I get an error
> message. The class is the following:
>
> @gmf.diagram
> @gmf.node(label="name")
> class MyModel{
> attr String name;
> @gmf.compartment
> val StaticView[*] structuralElements;
> @gmf.compartment
> val DynamicView[*] dynamicElements;
> @gmf.compartment
> val OrganizationalView[*] organizationalElements;
> @gmf.compartment
> val MyModel[*] modelViews;
> }
>
> The error message is "Node is referenced from multiple containers with
> different 'List Layout' values".
>
> Could you give me any hint on what is the problem?
>
> Best regards,
> Kimon
No ideas so far?? :(

K.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #385196 is a reply to message #385192] Wed, 27 August 2008 10:04 Go to previous messageGo to next message
Louis Rose is currently offline Louis RoseFriend
Messages: 440
Registered: July 2009
Location: York, United Kingdom
Senior Member
Kimon Polychroniadis wrote:
> O/H Kimon Polychroniadis έγραψε:
>> Hello,
>>
>> I seem to be having a problem with inclusion relationships. In
>> previous versions of EuGENia, I didnt have any problem but now I get
>> an error message. The class is the following:
>>
>> @gmf.diagram
>> @gmf.node(label="name")
>> class MyModel{
>> attr String name;
>> @gmf.compartment
>> val StaticView[*] structuralElements;
>> @gmf.compartment
>> val DynamicView[*] dynamicElements;
>> @gmf.compartment
>> val OrganizationalView[*] organizationalElements;
>> @gmf.compartment
>> val MyModel[*] modelViews;
>> }
>>
>> The error message is "Node is referenced from multiple containers with
>> different 'List Layout' values".
>>
>> Could you give me any hint on what is the problem?
>>
>> Best regards,
>> Kimon
> No ideas so far?? :(
>
> K.

Hi Kimon,

Apologies for the delay; Dimitrios is on vacation, and I've been unwell
this week. I shall take a look at this now, and determine what the
problem is.

Many thanks,
Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #385200 is a reply to message #385196] Wed, 27 August 2008 11:45 Go to previous messageGo to next message
Louis Rose is currently offline Louis RoseFriend
Messages: 440
Registered: July 2009
Location: York, United Kingdom
Senior Member
Louis Rose wrote:
> Kimon Polychroniadis wrote:
>> O/H Kimon Polychroniadis έγραψε:
>>> Hello,
>>>
>>> I seem to be having a problem with inclusion relationships. In
>>> previous versions of EuGENia, I didnt have any problem but now I get
>>> an error message. The class is the following:
>>>
>>> @gmf.diagram
>>> @gmf.node(label="name")
>>> class MyModel{
>>> attr String name;
>>> @gmf.compartment
>>> val StaticView[*] structuralElements;
>>> @gmf.compartment
>>> val DynamicView[*] dynamicElements;
>>> @gmf.compartment
>>> val OrganizationalView[*] organizationalElements;
>>> @gmf.compartment
>>> val MyModel[*] modelViews;
>>> }
>>>
>>> The error message is "Node is referenced from multiple containers
>>> with different 'List Layout' values".
>>>
>>> Could you give me any hint on what is the problem?
>>>
>>> Best regards,
>>> Kimon
>> No ideas so far?? :(
>>
>> K.
>
> Hi Kimon,
>
> Apologies for the delay; Dimitrios is on vacation, and I've been unwell
> this week. I shall take a look at this now, and determine what the
> problem is.
>
> Many thanks,
> Louis.

Hi Kimon,

I've been able to reproduce the problem - it seems to be originating
from the GMF validation of the generator model.

For the source your provided above, I believe it is safe to ignore this
error message, and generate the diagram editor.

When Dimitrios is back from his vacation, we will investigate further
and see if there is a better solution to this problem.

Let us know if encounter any further problems.

Many thanks,
Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #385202 is a reply to message #385200] Wed, 27 August 2008 12:40 Go to previous messageGo to next message
Kimon Polychroniadis is currently offline Kimon PolychroniadisFriend
Messages: 30
Registered: July 2009
Member
You are right, the diagram editor seems to work just fine, despite the
error messages..!!

Thank you very much for your help,
K.

O/H Louis Rose έγραψε:
> Louis Rose wrote:
>> Kimon Polychroniadis wrote:
>>> O/H Kimon Polychroniadis έγραψε:
>>>> Hello,
>>>>
>>>> I seem to be having a problem with inclusion relationships. In
>>>> previous versions of EuGENia, I didnt have any problem but now I get
>>>> an error message. The class is the following:
>>>>
>>>> @gmf.diagram
>>>> @gmf.node(label="name")
>>>> class MyModel{
>>>> attr String name;
>>>> @gmf.compartment
>>>> val StaticView[*] structuralElements;
>>>> @gmf.compartment
>>>> val DynamicView[*] dynamicElements;
>>>> @gmf.compartment
>>>> val OrganizationalView[*] organizationalElements;
>>>> @gmf.compartment
>>>> val MyModel[*] modelViews;
>>>> }
>>>>
>>>> The error message is "Node is referenced from multiple containers
>>>> with different 'List Layout' values".
>>>>
>>>> Could you give me any hint on what is the problem?
>>>>
>>>> Best regards,
>>>> Kimon
>>> No ideas so far?? :(
>>>
>>> K.
>>
>> Hi Kimon,
>>
>> Apologies for the delay; Dimitrios is on vacation, and I've been
>> unwell this week. I shall take a look at this now, and determine what
>> the problem is.
>>
>> Many thanks,
>> Louis.
>
> Hi Kimon,
>
> I've been able to reproduce the problem - it seems to be originating
> from the GMF validation of the generator model.
>
> For the source your provided above, I believe it is safe to ignore this
> error message, and generate the diagram editor.
>
> When Dimitrios is back from his vacation, we will investigate further
> and see if there is a better solution to this problem.
>
> Let us know if encounter any further problems.
>
> Many thanks,
> Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #385284 is a reply to message #385202] Sat, 30 August 2008 07:18 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Kimon,

I've seen this message before but in all cases it was - as Louis
suggested - safe to just ignore it. I'll investigate a bit more on its
meaning in the next few days.

Cheers,
Dimitrios

Kimon Polychroniadis wrote:
> You are right, the diagram editor seems to work just fine, despite the
> error messages..!!
>
> Thank you very much for your help,
> K.
>
> O/H Louis Rose έγραψε:
>> Louis Rose wrote:
>>> Kimon Polychroniadis wrote:
>>>> O/H Kimon Polychroniadis έγραψε:
>>>>> Hello,
>>>>>
>>>>> I seem to be having a problem with inclusion relationships. In
>>>>> previous versions of EuGENia, I didnt have any problem but now I
>>>>> get an error message. The class is the following:
>>>>>
>>>>> @gmf.diagram
>>>>> @gmf.node(label="name")
>>>>> class MyModel{
>>>>> attr String name;
>>>>> @gmf.compartment
>>>>> val StaticView[*] structuralElements;
>>>>> @gmf.compartment
>>>>> val DynamicView[*] dynamicElements;
>>>>> @gmf.compartment
>>>>> val OrganizationalView[*] organizationalElements;
>>>>> @gmf.compartment
>>>>> val MyModel[*] modelViews;
>>>>> }
>>>>>
>>>>> The error message is "Node is referenced from multiple containers
>>>>> with different 'List Layout' values".
>>>>>
>>>>> Could you give me any hint on what is the problem?
>>>>>
>>>>> Best regards,
>>>>> Kimon
>>>> No ideas so far?? :(
>>>>
>>>> K.
>>>
>>> Hi Kimon,
>>>
>>> Apologies for the delay; Dimitrios is on vacation, and I've been
>>> unwell this week. I shall take a look at this now, and determine what
>>> the problem is.
>>>
>>> Many thanks,
>>> Louis.
>>
>> Hi Kimon,
>>
>> I've been able to reproduce the problem - it seems to be originating
>> from the GMF validation of the generator model.
>>
>> For the source your provided above, I believe it is safe to ignore
>> this error message, and generate the diagram editor.
>>
>> When Dimitrios is back from his vacation, we will investigate further
>> and see if there is a better solution to this problem.
>>
>> Let us know if encounter any further problems.
>>
>> Many thanks,
>> Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #385299 is a reply to message #385284] Sat, 30 August 2008 07:49 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
As a general remark about the latest EuGENia-related posts, I should
remind that posts about Epsilon should be prefixed with [Epsilon] only
and not with [Epsilon][xxx] (where xxx a language or tool provided by
Epsilon) as indicated in www.eclipse.org/gmt/epsilon.

This is dictated by the structure of the GMT project and the newsgroup
policy (http://wiki.eclipse.org/index.php/GMT).

Cheers,
Dimitrios


Dimitrios Kolovos wrote:
> Hi Kimon,
>
> I've seen this message before but in all cases it was - as Louis
> suggested - safe to just ignore it. I'll investigate a bit more on its
> meaning in the next few days.
>
> Cheers,
> Dimitrios
>
> Kimon Polychroniadis wrote:
>> You are right, the diagram editor seems to work just fine, despite the
>> error messages..!!
>>
>> Thank you very much for your help,
>> K.
>>
>> O/H Louis Rose έγραψε:
>>> Louis Rose wrote:
>>>> Kimon Polychroniadis wrote:
>>>>> O/H Kimon Polychroniadis έγραψε:
>>>>>> Hello,
>>>>>>
>>>>>> I seem to be having a problem with inclusion relationships. In
>>>>>> previous versions of EuGENia, I didnt have any problem but now I
>>>>>> get an error message. The class is the following:
>>>>>>
>>>>>> @gmf.diagram
>>>>>> @gmf.node(label="name")
>>>>>> class MyModel{
>>>>>> attr String name;
>>>>>> @gmf.compartment
>>>>>> val StaticView[*] structuralElements;
>>>>>> @gmf.compartment
>>>>>> val DynamicView[*] dynamicElements;
>>>>>> @gmf.compartment
>>>>>> val OrganizationalView[*] organizationalElements;
>>>>>> @gmf.compartment
>>>>>> val MyModel[*] modelViews;
>>>>>> }
>>>>>>
>>>>>> The error message is "Node is referenced from multiple containers
>>>>>> with different 'List Layout' values".
>>>>>>
>>>>>> Could you give me any hint on what is the problem?
>>>>>>
>>>>>> Best regards,
>>>>>> Kimon
>>>>> No ideas so far?? :(
>>>>>
>>>>> K.
>>>>
>>>> Hi Kimon,
>>>>
>>>> Apologies for the delay; Dimitrios is on vacation, and I've been
>>>> unwell this week. I shall take a look at this now, and determine
>>>> what the problem is.
>>>>
>>>> Many thanks,
>>>> Louis.
>>>
>>> Hi Kimon,
>>>
>>> I've been able to reproduce the problem - it seems to be originating
>>> from the GMF validation of the generator model.
>>>
>>> For the source your provided above, I believe it is safe to ignore
>>> this error message, and generate the diagram editor.
>>>
>>> When Dimitrios is back from his vacation, we will investigate further
>>> and see if there is a better solution to this problem.
>>>
>>> Let us know if encounter any further problems.
>>>
>>> Many thanks,
>>> Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #620063 is a reply to message #384899] Tue, 26 August 2008 18:34 Go to previous message
Kimon Polychroniadis is currently offline Kimon PolychroniadisFriend
Messages: 30
Registered: July 2009
Member
O/H Kimon Polychroniadis έγραψε:
> Hello,
>
> I seem to be having a problem with inclusion relationships. In previous
> versions of EuGENia, I didnt have any problem but now I get an error
> message. The class is the following:
>
> @gmf.diagram
> @gmf.node(label="name")
> class MyModel{
> attr String name;
> @gmf.compartment
> val StaticView[*] structuralElements;
> @gmf.compartment
> val DynamicView[*] dynamicElements;
> @gmf.compartment
> val OrganizationalView[*] organizationalElements;
> @gmf.compartment
> val MyModel[*] modelViews;
> }
>
> The error message is "Node is referenced from multiple containers with
> different 'List Layout' values".
>
> Could you give me any hint on what is the problem?
>
> Best regards,
> Kimon
No ideas so far?? :(

K.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #620434 is a reply to message #385192] Wed, 27 August 2008 10:04 Go to previous message
Louis Rose is currently offline Louis RoseFriend
Messages: 440
Registered: July 2009
Location: York, United Kingdom
Senior Member
Kimon Polychroniadis wrote:
> O/H Kimon Polychroniadis έγραψε:
>> Hello,
>>
>> I seem to be having a problem with inclusion relationships. In
>> previous versions of EuGENia, I didnt have any problem but now I get
>> an error message. The class is the following:
>>
>> @gmf.diagram
>> @gmf.node(label="name")
>> class MyModel{
>> attr String name;
>> @gmf.compartment
>> val StaticView[*] structuralElements;
>> @gmf.compartment
>> val DynamicView[*] dynamicElements;
>> @gmf.compartment
>> val OrganizationalView[*] organizationalElements;
>> @gmf.compartment
>> val MyModel[*] modelViews;
>> }
>>
>> The error message is "Node is referenced from multiple containers with
>> different 'List Layout' values".
>>
>> Could you give me any hint on what is the problem?
>>
>> Best regards,
>> Kimon
> No ideas so far?? :(
>
> K.

Hi Kimon,

Apologies for the delay; Dimitrios is on vacation, and I've been unwell
this week. I shall take a look at this now, and determine what the
problem is.

Many thanks,
Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #620441 is a reply to message #385196] Wed, 27 August 2008 11:45 Go to previous message
Louis Rose is currently offline Louis RoseFriend
Messages: 440
Registered: July 2009
Location: York, United Kingdom
Senior Member
Louis Rose wrote:
> Kimon Polychroniadis wrote:
>> O/H Kimon Polychroniadis έγραψε:
>>> Hello,
>>>
>>> I seem to be having a problem with inclusion relationships. In
>>> previous versions of EuGENia, I didnt have any problem but now I get
>>> an error message. The class is the following:
>>>
>>> @gmf.diagram
>>> @gmf.node(label="name")
>>> class MyModel{
>>> attr String name;
>>> @gmf.compartment
>>> val StaticView[*] structuralElements;
>>> @gmf.compartment
>>> val DynamicView[*] dynamicElements;
>>> @gmf.compartment
>>> val OrganizationalView[*] organizationalElements;
>>> @gmf.compartment
>>> val MyModel[*] modelViews;
>>> }
>>>
>>> The error message is "Node is referenced from multiple containers
>>> with different 'List Layout' values".
>>>
>>> Could you give me any hint on what is the problem?
>>>
>>> Best regards,
>>> Kimon
>> No ideas so far?? :(
>>
>> K.
>
> Hi Kimon,
>
> Apologies for the delay; Dimitrios is on vacation, and I've been unwell
> this week. I shall take a look at this now, and determine what the
> problem is.
>
> Many thanks,
> Louis.

Hi Kimon,

I've been able to reproduce the problem - it seems to be originating
from the GMF validation of the generator model.

For the source your provided above, I believe it is safe to ignore this
error message, and generate the diagram editor.

When Dimitrios is back from his vacation, we will investigate further
and see if there is a better solution to this problem.

Let us know if encounter any further problems.

Many thanks,
Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #620445 is a reply to message #385200] Wed, 27 August 2008 12:40 Go to previous message
Kimon Polychroniadis is currently offline Kimon PolychroniadisFriend
Messages: 30
Registered: July 2009
Member
You are right, the diagram editor seems to work just fine, despite the
error messages..!!

Thank you very much for your help,
K.

O/H Louis Rose έγραψε:
> Louis Rose wrote:
>> Kimon Polychroniadis wrote:
>>> O/H Kimon Polychroniadis έγραψε:
>>>> Hello,
>>>>
>>>> I seem to be having a problem with inclusion relationships. In
>>>> previous versions of EuGENia, I didnt have any problem but now I get
>>>> an error message. The class is the following:
>>>>
>>>> @gmf.diagram
>>>> @gmf.node(label="name")
>>>> class MyModel{
>>>> attr String name;
>>>> @gmf.compartment
>>>> val StaticView[*] structuralElements;
>>>> @gmf.compartment
>>>> val DynamicView[*] dynamicElements;
>>>> @gmf.compartment
>>>> val OrganizationalView[*] organizationalElements;
>>>> @gmf.compartment
>>>> val MyModel[*] modelViews;
>>>> }
>>>>
>>>> The error message is "Node is referenced from multiple containers
>>>> with different 'List Layout' values".
>>>>
>>>> Could you give me any hint on what is the problem?
>>>>
>>>> Best regards,
>>>> Kimon
>>> No ideas so far?? :(
>>>
>>> K.
>>
>> Hi Kimon,
>>
>> Apologies for the delay; Dimitrios is on vacation, and I've been
>> unwell this week. I shall take a look at this now, and determine what
>> the problem is.
>>
>> Many thanks,
>> Louis.
>
> Hi Kimon,
>
> I've been able to reproduce the problem - it seems to be originating
> from the GMF validation of the generator model.
>
> For the source your provided above, I believe it is safe to ignore this
> error message, and generate the diagram editor.
>
> When Dimitrios is back from his vacation, we will investigate further
> and see if there is a better solution to this problem.
>
> Let us know if encounter any further problems.
>
> Many thanks,
> Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #621681 is a reply to message #385202] Sat, 30 August 2008 07:18 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Kimon,

I've seen this message before but in all cases it was - as Louis
suggested - safe to just ignore it. I'll investigate a bit more on its
meaning in the next few days.

Cheers,
Dimitrios

Kimon Polychroniadis wrote:
> You are right, the diagram editor seems to work just fine, despite the
> error messages..!!
>
> Thank you very much for your help,
> K.
>
> O/H Louis Rose έγραψε:
>> Louis Rose wrote:
>>> Kimon Polychroniadis wrote:
>>>> O/H Kimon Polychroniadis έγραψε:
>>>>> Hello,
>>>>>
>>>>> I seem to be having a problem with inclusion relationships. In
>>>>> previous versions of EuGENia, I didnt have any problem but now I
>>>>> get an error message. The class is the following:
>>>>>
>>>>> @gmf.diagram
>>>>> @gmf.node(label="name")
>>>>> class MyModel{
>>>>> attr String name;
>>>>> @gmf.compartment
>>>>> val StaticView[*] structuralElements;
>>>>> @gmf.compartment
>>>>> val DynamicView[*] dynamicElements;
>>>>> @gmf.compartment
>>>>> val OrganizationalView[*] organizationalElements;
>>>>> @gmf.compartment
>>>>> val MyModel[*] modelViews;
>>>>> }
>>>>>
>>>>> The error message is "Node is referenced from multiple containers
>>>>> with different 'List Layout' values".
>>>>>
>>>>> Could you give me any hint on what is the problem?
>>>>>
>>>>> Best regards,
>>>>> Kimon
>>>> No ideas so far?? :(
>>>>
>>>> K.
>>>
>>> Hi Kimon,
>>>
>>> Apologies for the delay; Dimitrios is on vacation, and I've been
>>> unwell this week. I shall take a look at this now, and determine what
>>> the problem is.
>>>
>>> Many thanks,
>>> Louis.
>>
>> Hi Kimon,
>>
>> I've been able to reproduce the problem - it seems to be originating
>> from the GMF validation of the generator model.
>>
>> For the source your provided above, I believe it is safe to ignore
>> this error message, and generate the diagram editor.
>>
>> When Dimitrios is back from his vacation, we will investigate further
>> and see if there is a better solution to this problem.
>>
>> Let us know if encounter any further problems.
>>
>> Many thanks,
>> Louis.
Re: [Epsilon][Eugenia]Multiple compartments problem [message #621687 is a reply to message #385284] Sat, 30 August 2008 07:49 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
As a general remark about the latest EuGENia-related posts, I should
remind that posts about Epsilon should be prefixed with [Epsilon] only
and not with [Epsilon][xxx] (where xxx a language or tool provided by
Epsilon) as indicated in www.eclipse.org/gmt/epsilon.

This is dictated by the structure of the GMT project and the newsgroup
policy (http://wiki.eclipse.org/index.php/GMT).

Cheers,
Dimitrios


Dimitrios Kolovos wrote:
> Hi Kimon,
>
> I've seen this message before but in all cases it was - as Louis
> suggested - safe to just ignore it. I'll investigate a bit more on its
> meaning in the next few days.
>
> Cheers,
> Dimitrios
>
> Kimon Polychroniadis wrote:
>> You are right, the diagram editor seems to work just fine, despite the
>> error messages..!!
>>
>> Thank you very much for your help,
>> K.
>>
>> O/H Louis Rose έγραψε:
>>> Louis Rose wrote:
>>>> Kimon Polychroniadis wrote:
>>>>> O/H Kimon Polychroniadis έγραψε:
>>>>>> Hello,
>>>>>>
>>>>>> I seem to be having a problem with inclusion relationships. In
>>>>>> previous versions of EuGENia, I didnt have any problem but now I
>>>>>> get an error message. The class is the following:
>>>>>>
>>>>>> @gmf.diagram
>>>>>> @gmf.node(label="name")
>>>>>> class MyModel{
>>>>>> attr String name;
>>>>>> @gmf.compartment
>>>>>> val StaticView[*] structuralElements;
>>>>>> @gmf.compartment
>>>>>> val DynamicView[*] dynamicElements;
>>>>>> @gmf.compartment
>>>>>> val OrganizationalView[*] organizationalElements;
>>>>>> @gmf.compartment
>>>>>> val MyModel[*] modelViews;
>>>>>> }
>>>>>>
>>>>>> The error message is "Node is referenced from multiple containers
>>>>>> with different 'List Layout' values".
>>>>>>
>>>>>> Could you give me any hint on what is the problem?
>>>>>>
>>>>>> Best regards,
>>>>>> Kimon
>>>>> No ideas so far?? :(
>>>>>
>>>>> K.
>>>>
>>>> Hi Kimon,
>>>>
>>>> Apologies for the delay; Dimitrios is on vacation, and I've been
>>>> unwell this week. I shall take a look at this now, and determine
>>>> what the problem is.
>>>>
>>>> Many thanks,
>>>> Louis.
>>>
>>> Hi Kimon,
>>>
>>> I've been able to reproduce the problem - it seems to be originating
>>> from the GMF validation of the generator model.
>>>
>>> For the source your provided above, I believe it is safe to ignore
>>> this error message, and generate the diagram editor.
>>>
>>> When Dimitrios is back from his vacation, we will investigate further
>>> and see if there is a better solution to this problem.
>>>
>>> Let us know if encounter any further problems.
>>>
>>> Many thanks,
>>> Louis.
Previous Topic:[Eugenie].emf file association gone weird
Next Topic:[Epsilon]EWL Wizards problem
Goto Forum:
  


Current Time: Tue Mar 19 08:36:02 GMT 2024

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

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

Back to the top