I finally found something I consider a workaround for the checkstyle report (I already use the 3.0-SNAPSHOT of the plugin) and the xdocs:

I'v changed the locale settings on my SuSE 9.1 system like that

export LANG=de_DE.utf8
export LC_CTYPE=de_DE.utf8

(setting of LC_CTYPE was necessary aswell)

and set the following Maven properties:

maven.docs.outputencoding=UTF-8
maven.xdoc.locale.default=de_DE.utf8

Now the German umlauts are displayed correctly within the checkstyle report and the documents generated out of the xdocs (like index.xml). However, other reports like Javadoc, Source Xref and Test Xref still suffer from wrong encoded characters.

Regards,
Gisbert Amm

Lukas Theussl wrote:
On Linux you also have to set the system encoding explicitly,
see http://maven.apache.org/maven-1.x/reference/plugins/xdoc/faq.html#problems-unicode
Arnaud HERITIER wrote:

For checkstyle it fixes only the locale.
It doesn't help for the encoding :-(

-----Message d'origine-----
De : Lukas Theussl [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 novembre 2005 00:03

For the checkstyle plugin this should be fixed in the current 3.0-SNAPSHOT (see http://jira.codehaus.org/browse/MPCHECKSTYLE-39 ), but it might still be a problem for other plugins.

Gisbert, which plugins/reports do you have problems with?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to