Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Maven plugin and incremental generation
icon5.gif  Maven plugin and incremental generation [message #1539771] Thu, 01 January 2015 04:44 Go to next message
Matt Bertolini is currently offline Matt BertoliniFriend
Messages: 10
Registered: August 2013
Junior Member
I have an language that uses Xbase and generates multiple java files for every input file. I am using the Maven plugin to do standalone generation but I can't seem to figure out how get incremental building to work. Every time the generator plugin runs it always generates code even if the input files have not changed. Is there anything special I have to do to make incremental generation to work? Am I missing something? Thanks.

[Updated on: Thu, 01 January 2015 04:45]

Report message to a moderator

Re: Maven plugin and incremental generation [message #1547147 is a reply to message #1539771] Mon, 05 January 2015 08:58 Go to previous messageGo to next message
Holger Schill is currently offline Holger SchillFriend
Messages: 75
Registered: July 2009
Member
Hi Matt,

the maven plugin does not have support for incremental code generation.
It is generating everything for every invocation.

Regards,
Holger

--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com


--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com
Re: Maven plugin and incremental generation [message #1547665 is a reply to message #1547147] Mon, 05 January 2015 15:20 Go to previous message
Matt Bertolini is currently offline Matt BertoliniFriend
Messages: 10
Registered: August 2013
Junior Member
That explains that. Very Happy I guess I misread the docs. Thanks for the reply.
Previous Topic:CompilationTestHelper does not validate
Next Topic:implement "continue" and "break" with Xbase
Goto Forum:
  


Current Time: Sat Apr 27 04:16:40 GMT 2024

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

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

Back to the top