Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 4952 invoked from network); 6 Feb 2007 23:30:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 23:30:40 -0000 Received: (qmail 3250 invoked by uid 500); 6 Feb 2007 23:30:44 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 3184 invoked by uid 500); 6 Feb 2007 23:30:44 -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 3173 invoked by uid 99); 6 Feb 2007 23:30:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 15:30:44 -0800 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 flamefew@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 15:30:35 -0800 Received: by wr-out-0506.google.com with SMTP id 67so47693wri for ; Tue, 06 Feb 2007 15:30:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Wo06IZDDxKkBA0SodFnVSn32fmqSIg9gRA75H1ss2XDwykIuR4VuZuCzzxotyy3LwxCi7ofuMLY4umZ7YUrcjt7g/v6juADKza0mrN7yBrriBBDcdNzGcMtqpV0JQ5awV3EJm9vTMpfZ1tJYhG8JgEQbXA06DQnKLV2wUUJHQLc= Received: by 10.90.49.19 with SMTP id w19mr11347086agw.1170804614663; Tue, 06 Feb 2007 15:30:14 -0800 (PST) Received: by 10.90.51.20 with HTTP; Tue, 6 Feb 2007 15:30:14 -0800 (PST) Message-ID: <31cc37360702061530w61f50c95v8b16be409be61a8e@mail.gmail.com> Date: Tue, 6 Feb 2007 15:30:14 -0800 From: "Henri Yandell" To: "Jakarta Commons Developers List" , joerg.schaible@gmx.de Subject: End of vote Was: [VOTE] Lang 2.3 RC1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org 2.3-RC2 vote kicked off, so this vote is dead. * The unit test below was changed to a warning. * The proposal.html is no longer in the source. * The sources.jar and javadoc.jar are in the binary. * A couple of JIRA issues are dealt with. Hen On 2/1/07, J=F6rg Schaible wrote: > Correction: Tests did *not* run: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D %< =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > $ ant > ... > [junit] Tests run: 224, Failures: 0, Errors: 0, Time elapsed: 0,11 se= c > > test.time: > [junit] Running org.apache.commons.lang.time.TimeTestSuite > [junit] Tests run: 61, Failures: 1, Errors: 0, Time elapsed: 8,094 se= c > [junit] Test org.apache.commons.lang.time.TimeTestSuite FAILED > > test: > [echo] Running tests ... > > BUILD SUCCESSFUL > =3D=3D=3D=3D=3D=3D=3D=3D=3D %< =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Building with M1 fails therefore. Test report: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D %< =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Testsuite: org.apache.commons.lang.time.TimeTestSuite > Tests run: 61, Failures: 1, Errors: 0, Time elapsed: 8,938 sec > > Testcase: testLang312(org.apache.commons.lang.time.DateFormatUtilsTest): > FAILED > expected:<...9...> but was:<...8...> > junit.framework.ComparisonFailure: expected:<...9...> but was:<...8...> > at org.apache.commons.lang.time.DateFormatUtilsTest.testLang31 > (DateFormatUtilsTest.java:230) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > =3D=3D=3D=3D=3D=3D=3D=3D=3D %< =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > It's the part of the fixture that tests the JDK ... maybe this should not= be > asserted and better be replaced by a simple sysout? In the end you cannot > know what was changed/fixed by Sun in which JDK version (and if the > assumption is valid for other JDKs) and it does not make sense to rely ou= r > tests on such a behavior. > > - J=F6rg > > > J=F6rg Schaible wrote: > > > +1 > > > > Rebuild from the src package with Sun JDK 5 under Linux. > > > > Minor: I understand that the proposal is a historical document, but it > > claims that c-lang is build on top of JDK 1.2 ... that might be confusi= ng. > > > > - J=F6rg > > > > > > Henri Yandell wrote: > > > >> Next up - Lang 2.3. > >> > >> Here's the release candidate: > >> > >> http://people.apache.org/~bayard/commons-lang/commons-lang-2.3-rc1/ > >> > >> Clirr, Jardiff + Site included. > >> > >> [ ] +1 > >> [ ] -1 > >> > >> Vote to close on Monday if it gets that far. > >> > >> There is an open issue in JIRA currently: > >> > >> http://issues.apache.org/jira/browse/LANG-69 > >> > >> I'm keeping it open for a little bit longer in case anyone has any > >> opinions on my fix to this. > >> > >> Hen > > > > --------------------------------------------------------------------- > 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