Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » onefile="true" doesn't seem to work
onefile="true" doesn't seem to work [message #633612] Mon, 18 October 2010 14:42 Go to next message
Sorin Silaghi is currently offline Sorin SilaghiFriend
Messages: 16
Registered: October 2010
Junior Member
Here's the declaration of my diagram:

@gmf.diagram(onefile="true")
class Map {
    val Node[*] nodes;
    val Connection[*] connections;
}


but it doesn't seem to take into account onefile="true" as it still creates a model file.
Re: onefile="true" doesn't seem to work [message #633635 is a reply to message #633612] Mon, 18 October 2010 14:59 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Sorin,

I'm afraid I can't reproduce this. When I set onefile="true" it stores
both the model and the diagram data within the same model...

Cheers,
Dimitris

Sorin Silaghi wrote:
> Here's the declaration of my diagram:
>
> @gmf.diagram(onefile="true")
> class Map {
> val Node[*] nodes;
> val Connection[*] connections;
> }
>
> but it doesn't seem to take into account onefile="true" as it still
> creates a model file.
Re: onefile="true" doesn't seem to work [message #633640 is a reply to message #633612] Mon, 18 October 2010 15:50 Go to previous message
Sorin Silaghi is currently offline Sorin SilaghiFriend
Messages: 16
Registered: October 2010
Junior Member
Sorry you are right. I think I skipped this step:
Quote:
# Right click the generated .gmfgen model and select Eugenia->Synchronize GMF gen model
Previous Topic:Switch-case Return
Next Topic:switch-case null issue
Goto Forum:
  


Current Time: Thu Apr 25 16:59:48 GMT 2024

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

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

Back to the top