[jboss-jira] [JBoss JIRA] Created: (JBREM-924) Compilation errors in non ISO-8859-1 systems
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Mon Mar 3 03:33:57 EST 2008
Compilation errors in non ISO-8859-1 systems
--------------------------------------------
Key: JBREM-924
URL: http://jira.jboss.com/jira/browse/JBREM-924
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.4.0.Beta1 (Pinto)
Environment: Fedora 8, LANG=ko_KR.UTF-8
Reporter: Trustin Lee
Priority: Trivial
Fix For: 2.4.0.Beta2 (Pinto)
Attachments: remoting2-encoding.diff
The default encoding of my machine is UTF-8, but it seems like Remoting 2 trunk source code is encoded in ISO-8859-1. When I run 'ant tests', it bails out with a compilation error that there's a unmappable character in the source code. The solution of this problem is to specify the encoding of the source code explicitly in the build script and the IDE settings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list