Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 84760 invoked from network); 23 Apr 2007 08:13:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 08:13:28 -0000 Received: (qmail 30471 invoked by uid 500); 23 Apr 2007 08:13:31 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 30410 invoked by uid 500); 23 Apr 2007 08:13:31 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 30401 invoked by uid 99); 23 Apr 2007 08:13:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 01:13:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wuyuehao@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 01:13:24 -0700 Received: by ug-out-1314.google.com with SMTP id z36so1070115uge for ; Mon, 23 Apr 2007 01:13:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YZ5mngjUTI15flT0WB8q0uYRzd4H40KwFRSEfWgnjBVbTNJdnBRsuZlsGyqrCFdmu0/dd0pgwJzrA+5W2OexGcRqGznzkpz5DKdCGdGcdeEoicUhEDeowQplTXE6emaFTexSSllYWXP93yZ73TDAcm/KljrCpwuu6eph1vEwQnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PKV2WtlKGIFLaCI0gokTBtu9U45TtgzJdf/eGkfSuM08JXbyLyn4Qm6UASdlOj1PvM9vcAW6rwMqkag4XYEwStzwKCu+Ic+pmWCsoR7aiX5/qyf09adMlvPyYsgarO5nyjvAdUc4yqL/xgFWZvfxCkHllqZCKJwakAt1UD8QZ18= Received: by 10.82.184.2 with SMTP id h2mr8369972buf.1177315982418; Mon, 23 Apr 2007 01:13:02 -0700 (PDT) Received: by 10.82.135.8 with HTTP; Mon, 23 Apr 2007 01:13:02 -0700 (PDT) Message-ID: <211709bc0704230113w5566d5a5j8dea56065939d15f@mail.gmail.com> Date: Mon, 23 Apr 2007 16:13:02 +0800 From: "Tony Wu" To: dev@harmony.apache.org Subject: Re: [classlib]complete java 6 api(Agreement and call for volunteers) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <211709bc0704172245w76779d23t4af4ae6b3d0b5752@mail.gmail.com> <5c8e69f0704190141h2ce4771bs68ea14dbda52457f@mail.gmail.com> <211709bc0704230002k5b09aeeal5c0c4ab0c2d4d43@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks, that's great! On 4/23/07, Rui Hu wrote: > I'm interesting at the top 3 components in > http://www.kaffe.org/~stuart/japi/htmlout/h-jdk6-harmony.html > So, I'll be the volunteer to finish the update of : > java.lang > java.lang.annotation > java.lang.instrument > > Thanks. > > On 4/23/07, Tony Wu wrote: > > > > It's great if we can get support from JIRA system. Before that, I > > would like to take jimmy's advice temporarily since it is compatible > > with existing pattern. IIRC someone has writtern a tool to parse the > > JIRA according to this pattern. > > > > On 4/23/07, Yang Paulex wrote: > > > 2007/4/19, LvJimmy,Jing : > > > > > > > > Sounds great :) > > > > > > > > 2007/4/18, Tony Wu : > > > > > Thanks Stepan and all the people who helped to boost, now we have a > > > > > branch for java 6 classlib. > > > > > > > > > > Before we start to complete the new feature, I think we should have > > an > > > > > agreement addition to Good issue resolution guideline[1]. > > > > > > > > > > I just draft 2 points here in order to use the little to get the > > big. > > > > > > > > > > 1. The suggested pattern of JIRA Summary is > > > > > [java6][classlib][$module]blabla.. so that it is easy for committers > > > > > to know where the patch should be applied. > > > > > > > > > > > > > Maybe [classlib][$module][Harmony6] is better? Personal suggestion :) > > > > > > > > > I suppose JIRA can be used to tracking versions for this purpose? But > > > seems the "affected version" cannot be changed when raising new JIRAs. > > Any > > > suggestions from JIRA gurus? > > > > > > > 2. Make your patch as small as possible so that it won't take much > > > > > time to understand. > > > > > > > > > > > > > Yes, committers will be busy :) > > > > > > > > > > > > > > > > > > > I'll start with io and nio_char module. I have created a page on > > > > > harmony wiki [2] to record the work. any volunteer on other modules? > > > > > > > > > > > > > I'm interested in nio and java.net :) > > > > > > > > > [1] > > > > > http://harmony.apache.org/issue_resolution_guideline.html > > > > > [2] > > > > > http://wiki.apache.org/harmony/ClasslibJava6 > > > > > > > > > > > > > > > -- > > > > > Tony Wu > > > > > China Software Development Lab, IBM > > > > > > > > > > > > > > > > > -- > > > > > > > > Best Regards! > > > > > > > > Jimmy, Jing Lv > > > > China Software Development Lab, IBM > > > > > > > > > > > > > > > > -- > > > Paulex Yang > > > China Software Development laboratory > > > IBM > > > > > > > > > -- > > Tony Wu > > China Software Development Lab, IBM > > > > > > -- > Robert Hu > China Software Development Lab, IBM > -- Tony Wu China Software Development Lab, IBM