Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Migration from eclipse 3.x
Migration from eclipse 3.x [message #894759] Tue, 10 July 2012 12:20 Go to next message
Luiz E. is currently offline Luiz E.Friend
Messages: 100
Registered: September 2010
Senior Member
Hi all!
In my company, we have an Eclipse 3.7 (now, 3.Cool RCP app up and running, and now, we want to migrate to Eclipse 4.2.
Where do we start?
This is the actual structure of our app

http://i.imgur.com/LwHar.png

Any help is appreciated.
Thanks in advance
Re: Migration from eclipse 3.x [message #894832 is a reply to message #894759] Tue, 10 July 2012 17:04 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

Best place to start is with the migration guide:
http://www.eclipse.org/eclipse/development/porting/eclipse_4_2_porting_guide.php

Pay particular attention to the incompatibilities:
http://www.eclipse.org/eclipse/development/porting/4.2/incompatibilities.php

You'll also want to spend sometime with the application framework to have a better understanding:
http://wiki.eclipse.org/Eclipse4/RCP

Lastly, review your dependencies! Just because your code is Eclipse4 compatible does not mean your application will work successfully in Eclipse4. All of the projects that you depend on will also have to be Eclipse4 compatible (specifically with their Views [now MPart's] and the like).
Re: Migration from eclipse 3.x [message #894836 is a reply to message #894832] Tue, 10 July 2012 17:13 Go to previous messageGo to next message
Luiz E. is currently offline Luiz E.Friend
Messages: 100
Registered: September 2010
Senior Member
Well, the two first links aren't helpful...only a few gotchas that I already knew (e.g, keyring, achitecture, etc)
I'll take a deep look inside this wiki about Eclipse 4 RCP...
What I really need is some 'migration tutorial' like 'change the views so they implement MPart', for example
I'll keep looking and testing...if you (or anyone) found something, please, let me know Very Happy
Re: Migration from eclipse 3.x [message #894874 is a reply to message #894836] Tue, 10 July 2012 20:56 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Natively runing on e4 means that you have to completely restructure your
application. I think your best bet for now is that you use the compat
layer and run your unmodified e4 code.

Afterwards follow tutorials to see how e4 applications are developed.

Tom

Am 10.07.12 19:13, schrieb Luiz E.:
> Well, the two first links aren't helpful...only a few gotchas that I
> already knew (e.g, keyring, achitecture, etc)
> I'll take a deep look inside this wiki about Eclipse 4 RCP...
> What I really need is some 'migration tutorial' like 'change the views
> so they implement MPart', for example
> I'll keep looking and testing...if you (or anyone) found something,
> please, let me know :d
>
Re: Migration from eclipse 3.x [message #894980 is a reply to message #894836] Wed, 11 July 2012 10:30 Go to previous message
Jonas Helming is currently offline Jonas HelmingFriend
Messages: 699
Registered: July 2009
Senior Member
Am 10.07.2012 19:13, schrieb Luiz E.:
> Well, the two first links aren't helpful...only a few gotchas that I
> already knew (e.g, keyring, achitecture, etc)
> I'll take a deep look inside this wiki about Eclipse 4 RCP...
> What I really need is some 'migration tutorial' like 'change the views
> so they implement MPart', for example
> I'll keep looking and testing...if you (or anyone) found something,
> please, let me know :d
>
maybe this:
http://eclipsesource.com/blogs/2012/06/18/migrating-from-eclipse-3-x-to-eclipse-4-e4/
Previous Topic:Alternate row color
Next Topic:InjectorImpl Performance
Goto Forum:
  


Current Time: Thu Apr 25 19:05:30 GMT 2024

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

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

Back to the top