-
Notifications
You must be signed in to change notification settings - Fork 15
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
Call all generators from mwe2 #75
base: master
Are you sure you want to change the base?
Conversation
I'm in the process of reviewing this. It's one huge commit ;) Unfortunately, I have to merge it manually, probably due to changes in Xtend, which cause confliucting changes in the generated code. |
And could you tell me please, why you have removed the spell checking support? Do you build against Xtext stable? |
Yes, spell checking was disabled because of Xtext stable (and should not be integrated back). Let me know if you have any further questions. |
&apos will appear.
override the title page layout, add page header and page footer.
Fixes various issues with xdoc on winodws systems.
Ignore generated files
Added update site project to pom Made tests compile (tests still fail) Cleanup of gitignore files
Do not execute tests as they fail atm (will be fixed later).
Added more checkedFileSets to the mwe2 fornax plugin.
Removed generated lexer sources from git.
due to wring lexer usage. Moved common.g to xdoc.lexer package as it is not only used for generation.
I'm currently setting up a tycho build, which should include an xdoc project. I noticed that it is only possible to call the pdf generator from an mwe2 workflow (which is then called by the fornax plugin). I wanted the build to create html and eclipse help as well. Therefore I added support for all three generators being called by mwe2.
As a user I can now call the Xdoc generator workflow like this:
var modelPath = "xdoc"
var document = "My Document"
Workflow {
}