You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/07/10 00:49:59 UTC

svn commit: r792737 - /tomcat/tc6.0.x/trunk/test/build.xml

Author: kkolinko
Date: Thu Jul  9 22:49:59 2009
New Revision: 792737

URL: http://svn.apache.org/viewvc?rev=792737&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47149
Explicitly specify encoding for the source files
(followup to rev.792731, this file was missed when applying the fix)

Modified:
    tomcat/tc6.0.x/trunk/test/build.xml

Modified: tomcat/tc6.0.x/trunk/test/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/test/build.xml?rev=792737&r1=792736&r2=792737&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/test/build.xml (original)
+++ tomcat/tc6.0.x/trunk/test/build.xml Thu Jul  9 22:49:59 2009
@@ -53,7 +53,8 @@
          debug="${compile.debug}"
          deprecation="${compile.deprecation}"
          source="${compile.source}"
-         optimize="${compile.optimize}">
+         optimize="${compile.optimize}"
+         encoding="ISO-8859-1">
          <classpath refid="tomcat.test.classpath" />
          <include name="org/apache/catalina/tomcat/util/**" />
   </javac>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org