ktmprabhu / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Update to Xtext and Xtend 2.4.0 #255

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If eclipse has Xtext and Xtend 2.4.0 then many projects can not be build.

Original issue reported on code.google.com by fabio.filippelli on 10 Apr 2013 at 9:38

GoogleCodeExporter commented 8 years ago
This a bit related to issue #237 where I want to investigate migration to 
current versions of Xtext, Xtend and Graphiti. 

The problem is that the current offical Juno Eclipse update already includes 
the Xtext 2.4 and Xtend 2.4 release although it is not that backward compatible 
as one would expect from stuff that is installed by using "Check for updates". 
So best to uninstall the 2.4 versions of Xtext, Xtend, MWE2 and reinstall the 
2.3.1 version.

When I will have managed to fix the build for the Kepler branch, I will apply 
the changes to the Juno branch (the current master) as well.  

Original comment by de.abg.r...@gmail.com on 10 Apr 2013 at 5:30

GoogleCodeExporter commented 8 years ago

Original comment by de.abg.r...@gmail.com on 17 May 2013 at 1:09

GoogleCodeExporter commented 8 years ago

Original comment by de.abg.r...@gmail.com on 20 May 2013 at 1:35

GoogleCodeExporter commented 8 years ago
migrated completely to Kepler now

Original comment by de.abg.r...@gmail.com on 14 Jul 2013 at 11:37

GoogleCodeExporter commented 8 years ago
Getting the error during Xtext migration from 1.0.1 to 2.3.0

I followed all following process for migrate the xtext version.
1.  Delete the old plug-ins and update the latest plug-ins in target platform.
2.  Update the Plug-in Dependencies and Import Statements.
3.  Introduction of the Qualified Name.
4.  Changes in the index and in find references.
5.  Rewritten Node Model.
6.  AutoEditStrategy.
7.  Other Noteworthy API Changes
To consider the above steps, I started the work with Eclipse-4.2, Which has a 
xtext-2.3.0 dependency. Successfully I completed the all above steps and 
removed the compilation error.

Problem: After that I start the testing and getting below error Messages:
[XtextLinkingDiagnostic: null:6 Couldn't resolve reference to Material 
'MPS_RECUR'., 
XtextLinkingDiagnostic: null:9 Couldn't resolve reference to Cstic 
'NUM_OF_ALLOC'., 
XtextLinkingDiagnostic: null:15 Couldn't resolve reference to Cstic 
'INSTANCE_NUM'., 
XtextLinkingDiagnostic: null:14 Couldn't resolve reference to Class 'ALLOC'.]

Original comment by hirdes...@gmail.com on 16 Oct 2013 at 2:27