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: [email protected] For additional commands, e-mail: [email protected]
