Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Maven Layout and Eclipse plugins(How to generate an eclipse plugin and update site using the maven source ayout)
Maven Layout and Eclipse plugins [message #1734318] Tue, 07 June 2016 06:32 Go to next message
Steve Hostettler is currently offline Steve HostettlerFriend
Messages: 81
Registered: June 2016
Member
Hello,

As our project heavely relies on Maven and we are constrained by coding conventions, I would like to use the maven source layout. This works fine for the web editor but I also do need the eclipse plugins (and if possible the update site).

I came accross several examples using Maven but all of them use the plain layout.

Is there any kind of technical limitations on using the maven source layout and generating an eclipse plugin? Can you point me to such an example?


Many thanks in advance,
Re: Maven Layout and Eclipse plugins [message #1734390 is a reply to message #1734318] Tue, 07 June 2016 19:57 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
No there is not and no I don't know of an example.
Maybe you are the first one really trying this


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Maven Layout and Eclipse plugins [message #1734391 is a reply to message #1734390] Tue, 07 June 2016 19:57 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Ps maybe the tycho user mailing list is the better place to ask

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Maven Layout and Eclipse plugins [message #1734418 is a reply to message #1734391] Wed, 08 June 2016 08:21 Go to previous messageGo to next message
Steve Hostettler is currently offline Steve HostettlerFriend
Messages: 81
Registered: June 2016
Member
Ok Thank you I will ask the Tycho community about it.
Re: Maven Layout and Eclipse plugins [message #1734419 is a reply to message #1734418] Wed, 08 June 2016 08:36 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
p.s.:

maybe the xtext generator is a bit buggy about the config of the source folders but you may be able to change that

e.g. like

runtime = {
					srcGen = "../org.xtext.example.mydsl/src-gen2"
					enabled = true
				}
				runtimeTest = {
					srcGen = "../org.xtext.example.mydsl.tests/src-gen2"
					enabled = true
				}
				eclipsePlugin = {
					srcGen = "../org.xtext.example.mydsl.ui/src-gen2"
					enabled = true
				}
				eclipsePluginTest = {
					srcGen = "../org.xtext.example.mydsl.ui.tests/src-gen2"
					enabled = true
				}


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:compile operation
Next Topic:[SOLVED] "NullPointerException (..) missing value converter"
Goto Forum:
  


Current Time: Fri Apr 19 20:54:03 GMT 2024

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

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

Back to the top