let's explicitly specifies encoding for javac
This commit is contained in:
parent
e83cf6f04b
commit
4089a7885d
|
|
@ -164,6 +164,7 @@
|
|||
|
||||
<javadoc sourcefiles="src/checkstyle/com/puppycrawl/tools/checkstyle/api/TokenTypes.java"
|
||||
classpathref="javadoc.classpath"
|
||||
encoding="iso-8859-1"
|
||||
failonerror="yes">
|
||||
<doclet name="com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet"
|
||||
path="target/checkstyle">
|
||||
|
|
@ -201,6 +202,7 @@
|
|||
destdir="target/tests"
|
||||
deprecation="on" debug="on"
|
||||
classpathref="tests.buildpath"
|
||||
encoding="iso-8859-1"
|
||||
includeAntRuntime="false"/>
|
||||
</target>
|
||||
|
||||
|
|
@ -567,6 +569,7 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required.
|
|||
Use="true"
|
||||
Footer="<a target="_top" href="./{@docRoot}/../index.html">Back to the Checkstyle Home Page</a>"
|
||||
useExternalFile="yes"
|
||||
encoding="iso-8859-1"
|
||||
failonerror="yes" >
|
||||
<fileset dir="src/checkstyle">
|
||||
<exclude name="**/Generated*.java" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue