RvonMassow / xDoc

Xtext documentation Language
33 stars 15 forks source link

specify encoding ISO-8859-1 (to make Xpand templates work) #74

Closed LorenzoBettini closed 12 years ago

LorenzoBettini commented 12 years ago

By explicitly specifying the encoding of the Xpand templates (ISO-8859-1) no problems will be experienced by Linux users

Signed-off-by: Lorenzo Bettini bettini@dsi.unifi.it

LorenzoBettini commented 12 years ago

I've also modified .gitignore in order to ignore target directories created by Maven/Tycho

LorenzoBettini commented 12 years ago

by the way, is the xpand generator still used? or is the new xtend2 based generator that is being used? I mean the test project has an error due to generate signature and I suspect I should even import the xpand generator project in the workspace?

RvonMassow commented 12 years ago

thanks, applied

LorenzoBettini commented 12 years ago

thanks! but is the xpand generator still used?

RvonMassow commented 12 years ago

It is still there but not used in the default setup. Currently, it depends on your personal likings wether you use the new Xtend 2 generator or the legacy Xpand generator for PDF generation. The Xpand generator is going to be deprecated, but as there are projects (like Xtext for instance) which are still using it, it is not possible to remove it without a deprecation phase.

LorenzoBettini commented 12 years ago

So to get pdf generation I need the Xpand generator? but then how to enable it? Sorry, but it is not very clear to me how to get an installable version of xdoc :)