Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 72284 invoked from network); 19 Feb 2006 17:46:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Feb 2006 17:46:45 -0000 Received: (qmail 42132 invoked by uid 500); 19 Feb 2006 17:46:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 41827 invoked by uid 500); 19 Feb 2006 17:46:29 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 41746 invoked by uid 99); 19 Feb 2006 17:46:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2006 09:46:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [203.59.1.195] (HELO mail-ihug.icp-qv1-irony1.iinet.net.au) (203.59.1.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2006 09:46:25 -0800 Received: from 203-217-41-124.dyn.iinet.net.au (HELO [172.16.237.15]) ([203.217.41.124]) by mail-ihug.icp-qv1-irony1.iinet.net.au with ESMTP; 20 Feb 2006 01:45:59 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.02,128,1139155200"; d="scan'208"; a="368464605:sNHT16672426" Message-ID: <43F8AECF.1020804@apache.org> Date: Mon, 20 Feb 2006 04:45:51 +1100 From: Brett Porter User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [lang] doesn't build on Java 5 References: <871wxzy9as.fsf@www.samaflost.de> In-Reply-To: <871wxzy9as.fsf@www.samaflost.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That's just the first error. After that, there are a number of enum named variables (easy to fix), but also the "enum" package seems to be a problem. It could be changed to .enums, but that's not backwards compatible. IS that a reasonable change to make on trunk for c-l 3.0? - Brett Stefan Bodewig wrote: > Hi all, > > vmgump has switched to Java 5 (some will say finally) and commons-lang > fails there. The reason are accented characters in Entities.java. > > Starting with Java 5 you have to specify the source file encoding to > javac explicitly if you want to reach beyond ASCII (I'm not sure > whether this is a bug or an intentional feature). > > I see two options, either user \uABCD escapes or specify > encoding="ISO-8859-1" (or whatever) to your Ant javac task (not sure > how to do that for Maven). > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org