Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 80217 invoked from network); 26 Aug 2006 15:09:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2006 15:09:38 -0000 Received: (qmail 77702 invoked by uid 500); 26 Aug 2006 15:09:35 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 77664 invoked by uid 500); 26 Aug 2006 15:09:35 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 77653 invoked by uid 99); 26 Aug 2006 15:09:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 08:09:35 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 202.81.18.152 is neither permitted nor denied by domain of richard.liangyx@gmail.com) Received: from [202.81.18.152] (HELO ausmtp04.au.ibm.com) (202.81.18.152) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 08:09:33 -0700 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp04.au.ibm.com (8.13.6/8.13.5) with ESMTP id k7QFGTGj214664 for ; Sun, 27 Aug 2006 01:16:29 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.250.242]) by sd0208e0.au.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k7QFCL6K122992 for ; Sun, 27 Aug 2006 01:12:26 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7QF8vlQ003885 for ; Sun, 27 Aug 2006 01:08:57 +1000 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av01.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7QF8upn003867 for ; Sun, 27 Aug 2006 01:08:57 +1000 Received: from [127.0.0.1] ([9.65.70.216]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.5.5HF262) with ESMTP id 2006082623084993-8420 ; Sat, 26 Aug 2006 23:08:49 +0800 Message-ID: <44F063F8.2000803@gmail.com> Date: Sat, 26 Aug 2006 23:08:40 +0800 From: Richard Liang User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib] Sun compiler change? References: <002701c6c8a1$db1f0190$0201a8c0@LITTLEGUY> In-Reply-To: <002701c6c8a1$db1f0190$0201a8c0@LITTLEGUY> X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 26/08/2006 23:08:55, Serialize by Router on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 26/08/2006 23:08:57, Serialize complete at 26/08/2006 23:08:57 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nathan Beyer wrote: > Is anyone else using the latest Sun JDK, v5.0 Update 8 on Windows? > > > > I'm seeing a compilation error in the LUNI that I don't see with 5.0 Update > 7. Here's the error I'm getting. > > > > compile: > > [mkdir] Created dir: > C:\dev\harmony\enhanced\classlib\trunk\build\classes > > [javac] Compiling 3173 source files to > C:\dev\harmony\enhanced\classlib\trun > > k\build\classes > > [javac] > C:\dev\harmony\enhanced\classlib\trunk\modules\luni\src\main\java\ja > > va\util\MiniEnumSet.java:78: inconvertible types > > [javac] found : java.util.Collection > > [javac] required: java.util.EnumSet > > [javac] EnumSet set = (EnumSet) collection; > > [javac] ^ > > > Yes, I got the same error using 1.5.0_08. Will have a look at it. :-) Best regards, Richard > > > When I compile in Eclipse 3.2 there's no error. > > > > -Nathan > > > -- Richard Liang China Software Development Lab, IBM --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org