Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Prevent DirectoryCleaner to clean up 'xtend-gen' directory
Prevent DirectoryCleaner to clean up 'xtend-gen' directory [message #716843] Thu, 18 August 2011 14:59 Go to next message
Michael Burkhardt is currently offline Michael BurkhardtFriend
Messages: 64
Registered: July 2009
Member
Hi 'generators',


how do I prevent the DirectoryCleaner (component of MWE2 workflow) to clean up the ${model}/xtend-gen directory?

In the current workflow it is required to put every piece of source code under version control. I found configuration for ${model}/src-gen and ${ui}/src-gen, but it seems there is no configuration for ${model}/xtend-src directory.

Currently, I run experiments with Eclipse 3.7.0 and XText 2.0.0 to check out new features and compatibily.


Ciao, Micha
Re: Prevent DirectoryCleaner to clean up 'xtend-gen' directory [message #716845 is a reply to message #716843] Thu, 18 August 2011 15:10 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
Hi,

the cleaning is done by the builder. we use a patched Xtend2BuilderParticipant
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352473

~Christian


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Prevent DirectoryCleaner to clean up 'xtend-gen' directory [message #716881 is a reply to message #716845] Thu, 18 August 2011 16:55 Go to previous messageGo to next message
Michael Burkhardt is currently offline Michael BurkhardtFriend
Messages: 64
Registered: July 2009
Member
How did you patch this? I use the XText 2.0.0 out of the box.
Re: Prevent DirectoryCleaner to clean up 'xtend-gen' directory [message #716893 is a reply to message #716881] Thu, 18 August 2011 17:35 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
Taking Xtend.UI plugin source code. Patch the builder and export the
plugin.


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Could not run GenerateJadl.mwe
Next Topic:Unable to incorporate default IValueConverters
Goto Forum:
  


Current Time: Fri Mar 29 11:05:39 GMT 2024

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

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

Back to the top