You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/08 12:49:42 UTC

svn commit: r812451 - /tomcat/sandbox/tomcat-oacc/trunk/build.xml

Author: rjung
Date: Tue Sep  8 10:49:42 2009
New Revision: 812451

URL: http://svn.apache.org/viewvc?rev=812451&view=rev
Log:
Backport r791805 from TC5.5.x

Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47149
Explicitly specify encoding for the source files when compiling

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/build.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/build.xml?rev=812451&r1=812450&r2=812451&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/build.xml Tue Sep  8 10:49:42 2009
@@ -110,6 +110,7 @@
            debug="${compile.debug}" deprecation="${compile.deprecation}"
            optimize="${compile.optimize}"
            excludes="**/CVS/**"
+           encoding="ISO-8859-1"
            source="${compile.source}"
            target="${compile.target}"
     	>



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