Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread Henri Yandell
svn list https://svn.apache.org/repos/private/committers/tools/releases compare_dirs.pl grab_releases.sh sign_and_hash.shverify_archive_equivalence.sh gpg-sign-allmultisign.shsymlinks.sh

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread Phil Steitz
On 8/1/11 11:23 PM, Henri Yandell wrote: svn list https://svn.apache.org/repos/private/committers/tools/releases compare_dirs.pl grab_releases.sh sign_and_hash.shverify_archive_equivalence.sh gpg-sign-all multisign.sh

Re: Incubator PMC/Board report for August 2011 (dev@commons.apache.org)

2011-08-02 Thread Olivier Lamy
Thanks guys. I have just signed off. 2011/8/1 Simone Tripodi simonetrip...@apache.org: Hi Christian, thanks a lot for taking care of it, looks much better of what I reported!!! Moreover, if last time we reported late, looks like this time we are the first! :D Thanks a lot, have a nice

Re: [lang] LANG-686 Recursive call of replaceEachRepeatedly

2011-08-02 Thread Henri Yandell
On Sat, Jul 30, 2011 at 2:27 AM, Henri Yandell flame...@gmail.com wrote: On Fri, Jul 29, 2011 at 8:27 AM, Gary Gregory garydgreg...@gmail.com wrote: Hi Hen, I am not really comfortable knowing that a SOE can be a normal code path. It would have to be Javadoc'd to boot. I can see catching

[LANG] Proposing 3.0.1

2011-08-02 Thread Henri Yandell
I'd like to release 3.0.1 of Lang. It would contain the following 11 fixes:

Re: [LANG] Proposing 3.0.1

2011-08-02 Thread Jörg Schaible
Hi Hen, Henri Yandell wrote: I'd like to release 3.0.1 of Lang. It would contain the following 11 fixes:

Re: [LANG] Proposing 3.0.1

2011-08-02 Thread Henri Yandell
Here's a generated site: http://people.apache.org/~bayard/commons-lang-3.0.1-SNAPSHOT-site/ Review the additions in the clirr report. Note the checkstyle and findbugs reports have items that need cleanup prior to release. Hen On Tue, Aug 2, 2011 at 12:27 AM, Henri Yandell

Re: Nightly snapshots

2011-08-02 Thread Emmanuel Bourg
I've done some tests of snapshot deployment, here are my observations: - Continuum is not properly configured to deploy Maven snapshots. If we want to use it we'll have to request some help from the infra team. - Snapshots for several projects using the old groupId commons-* can't be

Re: [logging] logging vs slf4j

2011-08-02 Thread Emmanuel Bourg
Le 28/07/2011 22:01, Henri Yandell a écrit : Personally I'm happy for commons-logging to die. :) Yeah let's use java.util.logging instead :) Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

RE: [math] Adding a new class to handle Matrix with 3 columns/rows

2011-08-02 Thread Tanguy Yannick
For very big matrix (ie : beyond 500 or 1000 rows/columns), the computation is faster if you transpose the second matrix and then multiply. The two inner loops are inversed and it allows a significant gain for very big matrix (about 40% compared to Commons Math for 1000x1000 matrix,

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread Stefan Bodewig
On 2011-08-02, Mladen Turk wrote: http://people.apache.org/~mturk/daemon-1.0.7/ The svn tag is: https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_7_RC1/ The proposed 1.0.7 release is: [ ] Stable - go ahead and release as 1.0.7 Stable [ ] Broken - do not release

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread Christian Grobmeier
+1 Thanks Mladen! On Tue, Aug 2, 2011 at 7:06 AM, Mladen Turk mt...@apache.org wrote: The proposed Apache Commons Daemon 1.0.7 release is now available for voting. It can be obtained from: http://people.apache.org/~mturk/daemon-1.0.7/ The svn tag is:

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread Christian Grobmeier
On Tue, Aug 2, 2011 at 8:29 AM, Phil Steitz phil.ste...@gmail.com wrote: On 8/1/11 11:23 PM, Henri Yandell wrote: svn list https://svn.apache.org/repos/private/committers/tools/releases compare_dirs.pl                       grab_releases.sh                 sign_and_hash.sh                

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-08-02 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread luc . maisonobe
- Mail original - The proposed Apache Commons Daemon 1.0.7 release is now available for voting. It can be obtained from: http://people.apache.org/~mturk/daemon-1.0.7/ The svn tag is: https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_7_RC1/ The vote

[compress] Deflater#getBytesRead and friends

2011-08-02 Thread Stefan Bodewig
Hi, one of the main drivers for switching to Java5 was that the methods you use to determine the compressed and uncompressed sizes of data for ZIP archives used to return ints in Java 1.4 and new methods have been added that return longs. I've committed an ignored unit test inside the ZIP

Nexus vs rsync-repository releases

2011-08-02 Thread Emmanuel Bourg
Are we still going to deploy Maven artifacts by SCPing to m2-ibiblio-rsync-repository on people.apache.org? I've been discussing the permissions issue for the old groupIds on Nexus with the Infra team (i.e components using the old groupId commons-componentname need a specific configuration on

Re: Nexus vs rsync-repository releases

2011-08-02 Thread Mark Thomas
On 02/08/2011 15:23, Emmanuel Bourg wrote: Are we still going to deploy Maven artifacts by SCPing to m2-ibiblio-rsync-repository on people.apache.org? I've been discussing the permissions issue for the old groupIds on Nexus with the Infra team (i.e components using the old groupId

Re: Nexus vs rsync-repository releases

2011-08-02 Thread sebb
On 2 August 2011 15:29, Mark Thomas ma...@apache.org wrote: On 02/08/2011 15:23, Emmanuel Bourg wrote: Are we still going to deploy Maven artifacts by SCPing to m2-ibiblio-rsync-repository on people.apache.org? I've been discussing the permissions issue for the old groupIds on Nexus with the

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Digester - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10739projectId=75 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:13:08 + Finished at: Tue 2 Aug 2011 15:13:51 + Total time: 42s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons CLI - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10740projectId=67 Build statistics: State: Failed Previous State: Failed Started at: Tue 2 Aug 2011 15:13:58 + Finished at: Tue 2 Aug 2011 15:14:22 + Total time: 23s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons CLI - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10742projectId=67 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:42:31 + Finished at: Tue 2 Aug 2011 15:42:43 + Total time: 12s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons BeanUtils - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10745projectId=65 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:46:35 + Finished at: Tue 2 Aug 2011 15:47:48 + Total time: 1m 12s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons CLI - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10746projectId=67 Build statistics: State: Failed Previous State: Failed Started at: Tue 2 Aug 2011 15:47:50 + Finished at: Tue 2 Aug 2011 15:48:00 + Total time: 10s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Chain - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10748projectId=69 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:48:12 + Finished at: Tue 2 Aug 2011 15:48:24 + Total time: 11s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Codec - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10749projectId=70 Build statistics: State: Failed Previous State: Failed Started at: Tue 2 Aug 2011 15:48:25 + Finished at: Tue 2 Aug 2011 15:48:55 + Total time: 29s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Collections - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10750projectId=71 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:48:57 + Finished at: Tue 2 Aug 2011 15:49:42 + Total time: 45s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10751projectId=72 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:49:46 + Finished at: Tue 2 Aug 2011 15:51:07 + Total time: 1m 21s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons DbUtils - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10754projectId=74 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:59:04 + Finished at: Tue 2 Aug 2011 15:59:15 + Total time: 10s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Discovery - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10756projectId=76 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:59:33 + Finished at: Tue 2 Aug 2011 15:59:49 + Total time: 16s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons EL - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10757projectId=78 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 15:59:50 + Finished at: Tue 2 Aug 2011 16:00:00 + Total time: 10s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons FileUpload - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10760projectId=81 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:01:43 + Finished at: Tue 2 Aug 2011 16:02:01 + Total time: 18s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons IO - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10762projectId=83 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:02:27 + Finished at: Tue 2 Aug 2011 16:04:04 + Total time: 1m 37s Build Trigger: Forced Build

Is this really needed !? Was: [continuum] BUILD FAILURE: XXX

2011-08-02 Thread Mladen Turk
On 08/02/2011 06:00 PM, Continuum@vmbuild wrote: Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10757projectId=78 I see there is online report. Is there really a need for such high volume of messages to the developers list like there's not enough email

[continuum] BUILD FAILURE: Apache Commons - Commons JXPath - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10764projectId=94 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:04:21 + Finished at: Tue 2 Aug 2011 16:04:42 + Total time: 21s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Logging - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10766projectId=96 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:05:27 + Finished at: Tue 2 Aug 2011 16:05:41 + Total time: 14s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Primitives - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10768projectId=99 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:07:22 + Finished at: Tue 2 Aug 2011 16:07:44 + Total time: 21s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Validator - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10771projectId=106 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:08:26 + Finished at: Tue 2 Aug 2011 16:08:56 + Total time: 29s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Net - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10772projectId=107 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:08:57 + Finished at: Tue 2 Aug 2011 16:10:19 + Total time: 1m 21s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons JCI - Continue test if possible; use Java 1.5

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10773projectId=108 Build statistics: State: Failed Previous State: Failed Started at: Tue 2 Aug 2011 16:10:21 + Finished at: Tue 2 Aug 2011 16:12:02 + Total time: 1m 41s Build Trigger: Forced

[continuum] BUILD FAILURE: Apache Commons - Commons Javaflow (Sandbox) - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10775projectId=116 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:12:15 + Finished at: Tue 2 Aug 2011 16:12:27 + Total time: 12s Build Trigger: Forced Build

Re: Is this really needed !? Was: [continuum] BUILD FAILURE: XXX

2011-08-02 Thread Emmanuel Bourg
Le 02/08/2011 18:04, Mladen Turk a écrit : I see there is online report. Is there really a need for such high volume of messages to the developers list like there's not enough email messages already? Yesterday there was 30 messages like those, so I suppose the same number is going to hit us

[continuum] BUILD FAILURE: Apache Commons - Commons Lang - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10784projectId=136 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:16:25 + Finished at: Tue 2 Aug 2011 16:16:58 + Total time: 32s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-08-02 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10785projectId=206 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:17:00 + Finished at: Tue 2 Aug 2011 16:18:27 + Total time: 1m 27s Build Trigger: Forced Build

Re: [LANG] Proposing 3.0.1

2011-08-02 Thread Gary Gregory
I love that we are still rolling along here :) Gary On Aug 2, 2011, at 3:50, Henri Yandell flame...@gmail.com wrote: Here's a generated site: http://people.apache.org/~bayard/commons-lang-3.0.1-SNAPSHOT-site/ Review the additions in the clirr report. Note the checkstyle and findbugs

Re: [LANG] Proposing 3.0.1

2011-08-02 Thread Jörg Schaible
Jörg Schaible wrote: [snip] I'd like to add first a getRawMessage() calling super.getMessage() to Contexted(Runtime)Exception as counter part to the getFormattedExceptionMessage(). I'll do it this evening. Done. - Jörg -

Re: Nexus vs rsync-repository releases

2011-08-02 Thread Henri Yandell
On Tue, Aug 2, 2011 at 7:23 AM, Emmanuel Bourg ebo...@apache.org wrote: Are we still going to deploy Maven artifacts by SCPing to m2-ibiblio-rsync-repository on people.apache.org? I've been discussing the permissions issue for the old groupIds on Nexus with the Infra team (i.e components

Re: Nexus vs rsync-repository releases

2011-08-02 Thread Phil Steitz
On 8/2/11 5:22 PM, Henri Yandell wrote: On Tue, Aug 2, 2011 at 7:23 AM, Emmanuel Bourg ebo...@apache.org wrote: Are we still going to deploy Maven artifacts by SCPing to m2-ibiblio-rsync-repository on people.apache.org? I've been discussing the permissions issue for the old groupIds on Nexus

[RESULT][VOTE][DAEMON] Release Apache Commons Daemon 1.0.7

2011-08-02 Thread Mladen Turk
With my implicit +1 we have 6 binding votes As such, Daemon 1.0.7 has been voted as stable. I'll copy the files to the dist, and make ANN later this week. Thanks to all who helped testing! Regards -- ^TM - To unsubscribe,

Re: Nexus vs rsync-repository releases

2011-08-02 Thread Henri Yandell
On Tue, Aug 2, 2011 at 9:30 PM, Phil Steitz phil.ste...@gmail.com wrote: On 8/2/11 5:22 PM, Henri Yandell wrote: On Tue, Aug 2, 2011 at 7:23 AM, Emmanuel Bourg ebo...@apache.org wrote: Are we still going to deploy Maven artifacts by SCPing to m2-ibiblio-rsync-repository on people.apache.org?

Re: Nexus vs rsync-repository releases

2011-08-02 Thread Jochen Wiedmann
On Tue, Aug 2, 2011 at 4:29 PM, Mark Thomas ma...@apache.org wrote: What benefits do we get by using Nexus A real lot of work saved. (Beleave me. I've been RM for the same projects with and without Nexus and it's really a difference.) -- Capitalism is the astounding belief that the most

Re: [LANG] Proposing 3.0.1

2011-08-02 Thread Henri Yandell
I've updated the site. * Checkstyle: A javadoc item that Matt has said he'll work on. * FindBugs: Complains about an NPE, however it's not true and is because FindBugs doesn't understand our Validate library. * PMD: Down to one item to do with equals + hashcode. Might be worth fixing, but no

[math] Utility classes for testing purposes

2011-08-02 Thread Sebastien Brisard
Hi, I'm finalizing unit tests for the conjugate gradient method, for which I'm using Hilbert matrices (see http://en.wikipedia.org/wiki/Hilbert_matrix). These matrices are nice because i. they are symmetric, positive definite, ii. they are ill-conditioned, iii. their inverse is known in

Re: [logging] logging vs slf4j

2011-08-02 Thread Henri Yandell
On Tue, Aug 2, 2011 at 1:59 AM, Emmanuel Bourg ebo...@apache.org wrote: Le 28/07/2011 22:01, Henri Yandell a écrit : Personally I'm happy for commons-logging to die. :) Yeah let's use java.util.logging instead :) Primarily that I don't get the feeling we have a major community of developers

Re: Nexus vs rsync-repository releases

2011-08-02 Thread Phil Steitz
On 8/2/11 10:36 PM, Jochen Wiedmann wrote: On Tue, Aug 2, 2011 at 4:29 PM, Mark Thomas ma...@apache.org wrote: What benefits do we get by using Nexus A real lot of work saved. (Beleave me. I've been RM for the same projects with and without Nexus and it's really a difference.) I am not so

Re: [math] Utility classes for testing purposes

2011-08-02 Thread Phil Steitz
On 8/2/11 10:48 PM, Sebastien Brisard wrote: Hi, I'm finalizing unit tests for the conjugate gradient method, for which I'm using Hilbert matrices (see http://en.wikipedia.org/wiki/Hilbert_matrix). These matrices are nice because i. they are symmetric, positive definite, ii. they are