Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » EOL polishing script setup
EOL polishing script setup [message #1071193] Fri, 19 July 2013 14:28 Go to next message
Erik Baumbart is currently offline Erik BaumbartFriend
Messages: 2
Registered: July 2013
Junior Member
Hello everyone,

I created an editor with custom Java figures defined in the .emf file and it works pretty well. Now I want to customize the generated GMF graph with custom connection lines, but the polishing script I wrote has zero effect.

The .eol file is located in the model folder right next to the .ecore and .emf files. I right-click either the .emf or the .ecore file and generate the editor or GMF tool, graph and model. Nothing happens.

Then I tried this script from the tutorial and put it at the same location.

var frame = new Native("javax.swing.JFrame");
frame.setBounds(300,300,300,300);
frame.title = "Opened from EOL";
frame.visible = true;


The script is working when I start it from the application launcher but nothing happens during the editor generation.

What am I doing wrong?
Re: EOL polishing script setup [message #1072231 is a reply to message #1071193] Mon, 22 July 2013 10:57 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2154
Registered: July 2009
Location: York, UK
Senior Member

Hi Erik,

Is the name of your script Ecore2GMF.eol?

Cheers,
Dimitris
Previous Topic:[Emfatic] bidirectional aggregation
Next Topic:[EGL] Abort processing / throw error or something like that
Goto Forum:
  


Current Time: Fri Mar 29 07:43:28 GMT 2024

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

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

Back to the top