Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [EEF] Update to tutorial
[EEF] Update to tutorial [message #1397604] Thu, 10 July 2014 00:07 Go to next message
Nigel Daniels is currently offline Nigel DanielsFriend
Messages: 40
Registered: May 2011
Member
Hi,

I'm new to EEF and I would like to trial it in my project. However I am
stuck at the end of the tutorial, is there an update to the tutorial on
the Wiki anywhere? I have been able to follow it until it suggests
editing the default EMF editor. Where the tutorial says:

> The original code :
>
> /**
> * This is the property sheet page.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated
> */
> protected PropertySheetPage propertySheetPage;
> becomes
>
> /**
> * This is the property sheet page.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated NOT
> */
> protected TabbedPropertySheetPage propertySheetPage;

I actually see:

/**
* This is the property sheet page.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected List<PropertySheetPage> propertySheetPages = new
ArrayList<PropertySheetPage>();

Similarly the getProprtiesSheetPage() method differs. Is there a guide
for more up to date versions of EMF?

Thanks for any help. Nigel.
Re: [EEF] Update to tutorial [message #1639260 is a reply to message #1397604] Fri, 27 February 2015 14:45 Go to previous messageGo to next message
emilio incerto is currently offline emilio incertoFriend
Messages: 3
Registered: May 2012
Location: l'aquila
Junior Member
I'm having the same problem, Sad

[Updated on: Fri, 27 February 2015 14:45]

Report message to a moderator

Re: [EEF] Update to tutorial [message #1691566 is a reply to message #1397604] Wed, 08 April 2015 08:22 Go to previous message
Franck MIMET is currently offline Franck MIMETFriend
Messages: 28
Registered: August 2014
Junior Member
Hi,

I agree with you concerning the tutorial.

I was interested in this project, but I'm not sure to use it: I could not evaluate it directly with the tutorials.
They are 3 years old, and need to be updated, because not in line with the EMF generation.

In another side, I don't want to spend times at first contact with a new project...

Perhaps has this project been abandoned ?

Regards,
Franck
Previous Topic:[ECP] Additional label alignment option "Top"?
Next Topic:[Texo] DAO configuration and JSON customization
Goto Forum:
  


Current Time: Thu Apr 25 07:25:00 GMT 2024

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

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

Back to the top