Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 20816 invoked from network); 20 Mar 2006 16:57:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2006 16:57:29 -0000 Received: (qmail 20887 invoked by uid 500); 20 Mar 2006 16:57:25 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 20798 invoked by uid 500); 20 Mar 2006 16:57:24 -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 20786 invoked by uid 99); 20 Mar 2006 16:57:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 08:57:23 -0800 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: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Mar 2006 08:57:22 -0800 Received: (qmail 3562 invoked from network); 20 Mar 2006 16:57:00 -0000 Received: from ool-43560634.dyn.optonline.net (HELO ?192.168.2.5?) (geir@67.86.6.52) by b014.internal.mobile-health-diary.com with SMTP; 20 Mar 2006 16:57:00 -0000 Message-ID: <441EDE83.3050701@pobox.com> Date: Mon, 20 Mar 2006 11:55:31 -0500 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [result] Re: [vote] Acceptance of HARMONY-39 : Contribution of beans, regex and math class library code References: <43E21900.1060508@pobox.com> <43F087F3.6000003@pobox.com> <441E3683.4030907@gmail.com> In-Reply-To: <441E3683.4030907@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 I just committed. There was some delay because of a missing CCLA. Sorry. I've committed the code as is from the JIRA. I'm going to do some basic cleanup and then look at hte patches to integrate. Looking at this (and 88?) I think that this "add patches" approach is a bad one, because it complicates what this JIRA is now. In the future, I think we should just create new JIRA's for add-ons (if the add-on contributor isn't the contributor of the original JIRA) and just link them so they are easy to keep track of... Richard Liang wrote: > Geir Magnusson Jr wrote: >> Despite a touch of trouble with the packaging of the contribution, it >> passed with flying colors ( or 'colours', for our UK friends...) >> >> +1 from : >> >> Geir >> Stefano >> Dims >> Tim >> Leo >> >> In it comes.... >> >> Geir Magnusson Jr wrote: >>> I have received the ACQs and the BCC for Harmony-39, so I can assert >>> that the critical provenance paperwork is in order (although not in >>> SVN yet). >>> >>> Please vote to accept or reject this codebase into the Apache Harmony >>> class library : >>> >>> [ ] + 1 Accept >>> [ ] -1 Reject (provide reason below >>> >>> Lets let this run 3 days unless a) someone states they need more time >>> or b) we get all committer votes before then. >>> >>> Go... >>> >>> geir >>> >>> >> > Hello Geir, > > As this contribution has been accepted for a long time, I'm wondering > when the source code could be put into Harmony SVN. > > I'm working on the implementation of java.text.DecimalFormat which has > enhancements on BigDecimal and BigInteger support. Now I just use this > contribution as external jars in Eclipse. >