Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtext 2.11 is out
Xtext 2.11 is out [message #1753047] Wed, 01 February 2017 12:31 Go to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 83
Registered: January 2016
Location: Kiel
Member

Hi all,

Xtext and Xtend 2.11 have been released today.
Please find the release notes here:

https://www.eclipse.org/Xtext/releasenotes.html

Regards,
Sven
Re: Xtext 2.11 is out [message #1753053 is a reply to message #1753047] Wed, 01 February 2017 13:12 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi Sven

What is the relationship between Xtext 2.11 and the Simultaneous Release?

Presumably it's not going to be in Oxygen M5, will it be in M6?

Regards

Ed Willink
Re: Xtext 2.11 is out [message #1753071 is a reply to message #1753053] Wed, 01 February 2017 15:00 Go to previous messageGo to next message
Dennis Huebner is currently offline Dennis HuebnerFriend
Messages: 257
Registered: July 2009
Senior Member

Hi Ed,
we are about to add Xtext 2.11.0 to the aggregation repository.
Unfortunately there is at least one version constraint which prevents us adding 2.11.x version to the M5 common repository.

I'm afraid we will be able to add 2.11 only in M6

Regards,
Dennis.



+Dennis Huebner

Get professional support from the Xtext committers at www.typefox.io
Re: Xtext 2.11 is out [message #1753074 is a reply to message #1753071] Wed, 01 February 2017 16:35 Go to previous messageGo to next message
Andreas Dolk is currently offline Andreas DolkFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sven,

great news and congratulations for the new release.

When, do think, will the intellij plugins v 2.11.0 be available? As of now, there's no release on the xtend-idea repo on github.

Regards,
Andreas
Re: Xtext 2.11 is out [message #1753076 is a reply to message #1753071] Wed, 01 February 2017 16:35 Go to previous messageGo to next message
Andreas Dolk is currently offline Andreas DolkFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sven,

great news and congratulations for the new release.

When, do think, will the intellij plugins v 2.11.0 be available? As of now, there's no release on the xtend-idea repo on github.

Regards,
Andreas
Re: Xtext 2.11 is out [message #1753077 is a reply to message #1753071] Wed, 01 February 2017 16:35 Go to previous messageGo to next message
Andreas Dolk is currently offline Andreas DolkFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sven,

great news and congratulations for the new release.

When, do think, will the intellij plugins v 2.11.0 be available? As of now, there's no release on the xtend-idea repo on github.

Regards,
Andreas
Re: Xtext 2.11 is out [message #1753089 is a reply to message #1753077] Wed, 01 February 2017 19:13 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 83
Registered: January 2016
Location: Kiel
Member

Hi Andreas,

unfortunately, there is little interest in the intellij idea support of Xtext and high maintenance effort on the other side.
So we didn't come around to update them as part of this release. That said it would still be possible to update and publish them, but someone has to do it.
Contributions are very welcome!

Regards,
Sven
Re: Xtext 2.11 is out [message #1753103 is a reply to message #1753089] Wed, 01 February 2017 20:25 Go to previous messageGo to next message
Andreas Dolk is currently offline Andreas DolkFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sven,

oh, that's bad news. But when I create a new plugin with eclipse, it offers to generate IDEA plugins. Does this work already? Does it assemble installable IDEA plugins?

I'm about to propose xtend (for tests) and xtext based languages (to generate java code and sql scripts) on a big jee project and it would really be an asset to provide support for the IDEA users too.

Cheers,
Andreas

Re: Xtext 2.11 is out [message #1753143 is a reply to message #1753103] Thu, 02 February 2017 08:14 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 83
Registered: January 2016
Location: Kiel
Member

Yes, I know it is bad news and I am sorry about it.
We went for a deep native integration with IDEA, but unfortunately they break us on a regular basis (I don't blame them, as we also use internal APIs especially in the tests).
It turned out to require relatively high effort and very few contributors willing to work on it. Still there are some contributors and I am all open for more contributions in this area, of course! Wink
Personally, I think a more practical solution would be LSP support in IDEA, which would be not as native and deep but much less maintenance. (please vote here, if you agree: https://youtrack.jetbrains.com/issue/IDEABKL-7409)

Building an Xtext language for idea should work, though, and in case there are compatibility issues it should be possible to fix them through dependency injection.
But we haven't updated the plugins in the jetbrains repo, yet.
Re: Xtext 2.11 is out [message #1753159 is a reply to message #1753143] Thu, 02 February 2017 10:39 Go to previous messageGo to next message
Andreas Dolk is currently offline Andreas DolkFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sven,

yes, it works in general. I was able to build xtext-idea based on the 2.11 maintenance branch from github and successfully launch intellij with the entities example language (smoketest with IDEA 2016.1). Added the entities facet and I was able to write an entities source file and generate the code.

Unfortunately, and that's something you might want to have a look at: If I create a xtext 2.11 project from eclipse and tick the 'idea' checkbox, then it creates a idea plugin project with a broken gradle build, because gradle tries to get plugins from a non-existent plugins repository. Still looking for a workaround, but I'm not a gradle expert. Right now I have a working xtext-idea plugin on my disk and no idea on how to make the build use that instead of one from a remote plugin site.

And I upvoted on the jetbrains ticket!
Re: Xtext 2.11 is out [message #1753161 is a reply to message #1753159] Thu, 02 February 2017 10:49 Go to previous message
Akos Kitta is currently offline Akos KittaFriend
Messages: 25
Registered: November 2015
Junior Member
Andreas,

you could try to replace the URL with http://download.eclipse.org/modeling/tmf/xtext/idea/2.10.0/ in your Gradle build file. As I see, no repository is available for 2.11 yet. Hope this helps a bit.
Previous Topic:Xtext via Equinox without a UI component
Next Topic:Xtext web services validate
Goto Forum:
  


Current Time: Tue Apr 16 14:42:40 GMT 2024

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

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

Back to the top