Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute Xtext generator in the build #11

Closed
GoogleCodeExporter opened this issue Apr 27, 2016 · 2 comments
Closed

Execute Xtext generator in the build #11

GoogleCodeExporter opened this issue Apr 27, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Currently the content of the src-gen and xtend-gen folder is checked in. It is 
generally a bad practice to check in generated code. However, checking in 
xtend-gen is currently mandatory due to limitations on compiling Xtend sources 
in a headless build. But the contents of src-gen can be derived.

To do:
- Configure the Fornax Workflow plugin to execute the GenerateXspray.mwe2 
workflow
- Configure the maven-clean-plugin
- Remove contents of src-gen from the repository
- Add .gitignore in src-gen


Original issue reported on code.google.com by karsten....@googlemail.com on 5 Sep 2011 at 7:53

@GoogleCodeExporter
Copy link
Author

Changed pom.xml from org.xspray.xtext
Removed src-gen content from org.xspray.xtext & org.xspray.xtext.ui

Original comment by karsten....@googlemail.com on 5 Sep 2011 at 7:55

  • Changed state: Fixed
  • Added labels: Component-Build

@GoogleCodeExporter
Copy link
Author

Original comment by karsten....@googlemail.com on 5 Sep 2011 at 7:55

  • Added labels: Type-Task
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant