migrate from eclipse 3.3 to 4 [message #896666] |
Thu, 19 July 2012 06:38  |
Eclipse User |
|
|
|
I have to migrate from eclipse europa to Juno RCP . the code in 3.3 is working fine.What would be the steps to move it.This is what I tried:
created new plugins in Juno and moved all the src to it.
edited manifests manually to have the same changes as 3.3 plugins
when I export the product, An exe is generated but when i click on exe, I get the attached log generated in configuration folder.
I am new to Eclipse RCP.please help.If there are good links which can be followed to migrate, please share.
[Updated on: Thu, 19 July 2012 06:41] by Moderator
|
|
|
Re: migrate from eclipse 3.3 to 4 [message #896714 is a reply to message #896666] |
Thu, 19 July 2012 09:20   |
Eclipse User |
|
|
|
I started using developing RCP apps on the Helios release, and I am not certain what issues exist when migrating from 3.3. However, you best bet is to use the compatibility layer for starters. A good resource is Lars' tutorial [1].
As I said, I started developing in 3.6, but your best bet (IMHO) is to take incremental steps. First, I would focus on getting the app to run in 3.6 or 3.7. Then make the transition into the 4.2 compatibility layer. As of now, it is not reccommended to mix 3.x and 4.x plugins, there are too many issues. This is something that is being worked on for the service releases and 4.3. Lastly, take a look at some of the other links below to start getting a better feel for 4.x.
Take care,
JD
[1] http://www.vogella.com/articles/Eclipse4CompatibilityLayer/article.html
[2] http://www.eclipse.org/eclipse/development/porting/eclipse_4_2_porting_guide.php
[3] http://wiki.eclipse.org/Eclipse4/Eclipse_SDK_4.0_FAQ
|
|
|
|
|
|
|
Re: migrate from eclipse 3.3 to 4 [message #899709 is a reply to message #899309] |
Thu, 02 August 2012 00:18  |
Eclipse User |
|
|
|
Hi Brian
Thanks for your response.
My issue is that even though i have a p2.inf with the following entries
I am not able to get Available software sites with default site mentioned in p2.inf.
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:0,location:file${#58}///C${#58}/Users/Desktop/myapp/JUNO/executable/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:1,location:file${#58}///C${#58}/Users/Desktop/myapp/JUNO/executable/repository);
my build.xml has p2.gathering=true
here i expect 'My Update Site' to be displayed automatically in Available software sites.Not sure if my understanding is correct.
Mine is a feature based product.Please let me know if you need any more details
Thanks
Ambika
|
|
|
Powered by
FUDForum. Page generated in 0.09711 seconds