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

Call all generators from mwe2 #75

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Conversation

ckulla
Copy link

@ckulla ckulla commented Feb 5, 2012

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 {

component = @org.eclipse.xtext.xdoc.generator.XdocGeneratorMWE auto-inject {
    htmlTargetDir = "target/html"   
    eclipseHelpTargetDir = "target/contents" 
    pdfTargetDir = "target/manual"
    pdfLatex = "/usr/texbin/pdflatex"
}

}

@RvonMassow
Copy link
Owner

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.

@RvonMassow
Copy link
Owner

And could you tell me please, why you have removed the spell checking support? Do you build against Xtext stable?

@ckulla
Copy link
Author

ckulla commented Feb 10, 2012

Yes, spell checking was disabled because of Xtext stable (and should not be integrated back). Let me know if you have any further questions.

ckullabosch and others added 27 commits September 18, 2012 15:51
override the title page layout, add page header and page footer.
Fixes various issues with xdoc on winodws systems.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants