consistently use iso-8859-1 encoding for all invocations of <javadoc> to avoid warnings on modern linux distros (which use UTF-8 as the default encoding)

This commit is contained in:
Lars Kühne 2007-02-12 19:18:34 +00:00
parent 5a6be4c757
commit 31d351a1e3
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required.
<javadoc sourcepath="src/checkstyle" destdir="${target.dir}/xdocs"
classpathref="build.classpath"
encoding="iso-8859-1"
source="${checkstyle.minimum.javaversion}"
failonerror="yes">
<doclet name="com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet"