xtext and xcore with gradle [message #1766523] |
Thu, 22 June 2017 15:25 |
anil chalil 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?
|
|
|
Powered by
FUDForum. Page generated in 0.01802 seconds