Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 19772 invoked from network); 4 Apr 2006 03:27:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2006 03:27:48 -0000 Received: (qmail 2297 invoked by uid 500); 4 Apr 2006 03:27:45 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 2237 invoked by uid 500); 4 Apr 2006 03:27:44 -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 2220 invoked by uid 99); 4 Apr 2006 03:27:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 20:27:44 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=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 paulex.yang@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; Mon, 03 Apr 2006 20:27:40 -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 k343a3AF148158 for ; Tue, 4 Apr 2006 13:36:04 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.250.237]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k343UMwU233312 for ; Tue, 4 Apr 2006 13:30:27 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11/8.13.3) with ESMTP id k343R3Te002828 for ; Tue, 4 Apr 2006 13:27:03 +1000 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av04.au.ibm.com (8.12.11/8.12.11) with ESMTP id k343R2Rr002805 for ; Tue, 4 Apr 2006 13:27:03 +1000 Received: from [127.0.0.1] ([9.181.106.208]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.53HF294) with ESMTP id 2006040411270058-9244 ; Tue, 4 Apr 2006 11:27:00 +0800 Message-ID: <4431E77D.3090101@gmail.com> Date: Tue, 04 Apr 2006 11:26:53 +0800 From: Paulex Yang User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: upgrade java.util to Java 5 compatible( was Re: [jira] Updated: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays) References: <001001c6572f$209e4300$0f01a8c0@LITTLEGUY> In-Reply-To: <001001c6572f$209e4300$0f01a8c0@LITTLEGUY> X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.53HF294 | January 28, 2005) at 04/04/2006 11:27:00, Serialize by Router on D23M0011/23/M/IBM(Release 6.53HF294 | January 28, 2005) at 04/04/2006 11:27:02, Serialize complete at 04/04/2006 11:27:02 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 Great. So I just change subject of this thread, to make it easier to be noticed, if anyone interests or objects:). And welcome anyone else to join us on this package, especially pls. shout on Wiki/ mailing list/JIRA if you have relevant work ready to contribute or working on;). It's good idea of Nathan to subscribe the wiki page for LUNI[1] and get update. And of course, I will also try my best to make the relevant component page up-to-date about my work. [1]http://wiki.apache.org/harmony/LUNI Nathan Beyer wrote: > No problem, I just noticed a few "low hanging fruit" in java.util that I > thought I could bang out quickly. I don't always get large amounts of time > to focus on larger pieces, so sometimes I just try to knock out little > things. > > I'm still working on some java.lang stuff, specifically upgrading Character > to Unicode 4 support. I'll definitely keep the wiki page more up-to-date > with any larger items. > > As for actual code to contribute to java.util right now, I only have a husk > of a UUID class that I started a few weeks ago, but nothing else. I did peek > at the java.util.Formatter and quickly filed it under "massive project", so > I'm glad to hear someone's interested in it. > > -Nathan > > -----Original Message----- > From: Paulex Yang [mailto:paulex.yang@gmail.com] > Sent: Monday, April 03, 2006 5:41 AM > To: harmony-dev@incubator.apache.org > Subject: Re: [jira] Updated: (HARMONY-294) [classlib][luni] Implement the > toString methods in java.util.Arrays > > Hi, Nathan > > I noticed you have almost completed to java.lang upgrade and started on > java.util, congrats! > > Recently I'm working on the java.io package upgrade, but my work blocks > on java.util.Formatter, so I'm also very interested in util package > implementation. Not sure if we can work together (I suppose you have > same interest on this package, pls. shout if you don't or you already > have codes ready to contribute;-)). > > And if you have no objection, I think a rough plan will be very helpful. > I've updated the component status wiki page and listed the gaps about > java.util between harmony and Java 5 spec, so that we can prioritize, > estimate the workload for each item, and volunteer. Hopefully I expect > we can work together to complete this package before end of next month. > (of course, I will be great appreciated if the Java 5 compiler option > can be set to build system asap). Your comments are appreciated, and for > sure, same welcome to anyone other's comments. > > Specific to java.util.Formatter(as I mentioned, which is the top > priority to me:)), I estimated this class (with some accessories like > exceptions, helpers etc) needs a couple of days to fully implement. So > I'm just not sure if this is already on your ToDo list and on somewhat > high priority. If not, I'm glad to volunteer on it. > > Nathan Beyer (JIRA) wrote: > >> [ http://issues.apache.org/jira/browse/HARMONY-294?page=all ] >> >> Nathan Beyer updated HARMONY-294: >> --------------------------------- >> >> Attachment: Arrays_toString_patch.txt >> >> >> >>> [classlib][luni] Implement the toString methods in java.util.Arrays >>> ------------------------------------------------------------------- >>> >>> Key: HARMONY-294 >>> URL: http://issues.apache.org/jira/browse/HARMONY-294 >>> Project: Harmony >>> Type: Improvement >>> >>> >> >> >>> Components: Classlib >>> Reporter: Nathan Beyer >>> Attachments: Arrays_toString_patch.txt >>> >>> Patch that implements the Java 5 'toString' methods in java.util.Arrays. >>> >>> >> >> > > > -- Paulex Yang 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