sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Set source encoding #99

Closed vboerchers closed 7 years ago

vboerchers commented 7 years ago

Honor Maven property 'project.build.sourceEncoding' when running javadoc

The Maven property project.build.sourceEncoding, which parametrizes javac is now also used for running javadoc (instead of platform default character encoding).

Add a error log message if the javadoc run has failed.

It may make sense to also add a message if the javadoc run succeeded. Please comment!

New command line option -e

Also added a new switch '-e ' to the command line utility which sets the same system property.

This fix is related to: Could not make javadoc work #89