From 4089a7885d39fc9a5d43e2cfecf56a96c802fb3c Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Tue, 11 Jan 2005 14:52:32 +0000 Subject: [PATCH] let's explicitly specifies encoding for javac --- build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.xml b/build.xml index 20f7dfa5e..24f092ca4 100644 --- a/build.xml +++ b/build.xml @@ -164,6 +164,7 @@ @@ -201,6 +202,7 @@ destdir="target/tests" deprecation="on" debug="on" classpathref="tests.buildpath" + encoding="iso-8859-1" includeAntRuntime="false"/> @@ -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" >