Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Problem between Xbase 2.4.0 and 2.4.3
Problem between Xbase 2.4.0 and 2.4.3 [message #1219527] Wed, 04 December 2013 12:11 Go to next message
Jeff MAURY is currently offline Jeff MAURYFriend
Messages: 44
Registered: July 2009
Member
I have the following environnment:

Eclipse Kepler + Xtext 2.4.3 installed

Tycho build with a target platform embedding Xtext 2.4.0

When the Tycho build generates the Xtext code through the Fornax plugin, then I have compilation errors in my InternalXXXParser on methods of the object that is returned by getXFeatureCallAccess() method on the grammarAccess object.

In order to fix it, I may use 2.4.3 in all environnements. But my question is more about packaging: what if I deploy my code on a 2.4.0, should I request 2.4.3 as the minimum version ?
Do you think this normal that 2.4.3 is incompatible with 2.4.0 ?

Jeff
Re: Problem between Xbase 2.4.0 and 2.4.3 [message #1219552 is a reply to message #1219527] Wed, 04 December 2013 15:35 Go to previous message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Yes, you need to use the same version in all environments. The incompatibility is because Xbase is still provisional API and the grammar has changed between 2.4.0 and 2.4.3.
This must not happen with public API but provisional or internal one might change.
Btw. 2.5.0 (release Dec 11) will again require regeneration of Xbase languages. We plan to make the APIs public with 2.6.0 which we want to finish during the first half of 2014.
Thanks for your patience...
Sven
Previous Topic:[Xtext 2.4.3] What to do if 'keyword' can occur as an ID as well?
Next Topic:Problem while exporting eclipse product
Goto Forum:
  


Current Time: Thu Apr 25 01:53:40 GMT 2024

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

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

Back to the top