Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtext and xcore with gradle
xtext and xcore with gradle [message #1766523] Thu, 22 June 2017 15:25
anil chalil is currently offline anil chalilFriend
Messages: 38
Registered: October 2010
Member
Hi,

I cloned this repository [url=https://github.com/itemis/itemis-blog/tree/xcore_gradle] which is used in this blog post mis.com/en/using-xtext-with-xcore-and-gradle] When i update xtextVersion from 2.10 to 2.12 it did not work. Then i compared dependencies of two different version and i add

compile group: 'org.eclipse.xtext', name: 'org.eclipse.xtext.ecore', version: '2.12.0'
to org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle

and below two line:
	xtextLanguages group: 'org.eclipse.emf', name: 'org.eclipse.emf.mwe2.lib', version: '2.9.1.201705291010'
	xtextLanguages group: 'org.eclipse.emf', name: 'org.eclipse.emf.codegen', version: '2.11.0'
to org.xtext.example.mydsl.parent/org.xtext.example.mydsl.model/build.gradle then it worked. Is this a bug? And also is what i did correct?
Previous Topic:xtext/xbase data flow analysis
Next Topic:Setting GeneratorConfig JavaSourceVersion
Goto Forum:
  


Current Time: Thu Apr 25 10:02:56 GMT 2024

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

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

Back to the top