Re: [Math] Issues 764 and 823

2012-07-16 Thread Phil Steitz
On 7/16/12 5:17 PM, Gilles Sadowski wrote: > On Mon, Jul 16, 2012 at 04:39:41PM -0700, Phil Steitz wrote: >> On 7/16/12 2:46 PM, Gilles Sadowski wrote: >>> Hi. >>> >>> Referring to the discussion here: >>> https://issues.apache.org/jira/browse/MATH-764 >>> https://issues.apache.org/jira/browse/

Re: svn commit: r1362325 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/tar/test/LargeTarTestCase.java

2012-07-16 Thread Gary Gregory
Thanks Sebb. Gary 2012/7/16 > Author: sebb > Date: Tue Jul 17 00:37:54 2012 > New Revision: 1362325 > > URL: http://svn.apache.org/viewvc?rev=1362325&view=rev > Log: > Unused import > > Modified: > > commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/tar/test/LargeTarT

Re: [Math] Issues 764 and 823

2012-07-16 Thread Gilles Sadowski
On Mon, Jul 16, 2012 at 04:39:41PM -0700, Phil Steitz wrote: > On 7/16/12 2:46 PM, Gilles Sadowski wrote: > > Hi. > > > > Referring to the discussion here: > > https://issues.apache.org/jira/browse/MATH-764 > > https://issues.apache.org/jira/browse/MATH-823 > > > > Do we agree: > > * To add ne

Re: [math] basic utilities for probability - isProbability(double) and isSampleSpace(double[])

2012-07-16 Thread Ted Dunning
I ask about trivial routines like isProbability(). Why is that any better than just saying Preconditions.checkArgument(p >= 0 && p <= 1); or checkState if it isn't an argument? I would argue that checkArgument is more transparent. On Mon, Jul 16, 2012 at 4:53 PM, Gilles Sadowski < gil..

Re: [math] basic utilities for probability - isProbability(double) and isSampleSpace(double[])

2012-07-16 Thread Gilles Sadowski
Hi. On Mon, Jul 16, 2012 at 04:15:46PM -0700, Ted Dunning wrote: > Why is this not just a special case of what Preconditions in guava. What do you mean? And whom do you ask the question? Regards, Gilles > On Mon, Jul 16, 2012 at 4:04 PM, ori ziv wrote: > > > * I updated the files (at > > htt

Re: [Math] Issues 764 and 823

2012-07-16 Thread Phil Steitz
On 7/16/12 2:46 PM, Gilles Sadowski wrote: > Hi. > > Referring to the discussion here: > https://issues.apache.org/jira/browse/MATH-764 > https://issues.apache.org/jira/browse/MATH-823 > > Do we agree: > * To add new constructors to the distribution classes (in package >"o.a.c.m.distributi

[continuum] BUILD FAILURE: Apache Commons - Commons Compress - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-07-16 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23894&projectId=64 Build statistics: State: Failed Previous State: Ok Started at: Mon 16 Jul 2012 23:20:17 + Finished at: Mon 16 Jul 2012 23:21:02 + Total time: 44s Build Trigger: Schedule Build N

Re: [math] basic utilities for probability - isProbability(double) and isSampleSpace(double[])

2012-07-16 Thread Ted Dunning
Why is this not just a special case of what Preconditions in guava. On Mon, Jul 16, 2012 at 4:04 PM, ori ziv wrote: > * I updated the files (at > http://dl.dropbox.com/u/4481581/commons-math-suggestions.zip) > * I added the checkProbability method . Do you think that the > isProbability should n

Re: [math] basic utilities for probability - isProbability(double) and isSampleSpace(double[])

2012-07-16 Thread ori ziv
* I updated the files (at http://dl.dropbox.com/u/4481581/commons-math-suggestions.zip) * I added the checkProbability method . Do you think that the isProbability should not be public? * I added an exception with a customized message. * I didn't spot yet a place in CM that could use this is/check

Re: [VFS] Next release should be 3.0 or 2.1?

2012-07-16 Thread sebb
On 16 July 2012 21:31, Gary Gregory wrote: > Hi All: > > With the addition of many new methods to the FileObject interface and other > TAR changes reported by Clirr [1], the next release will break BC for VFS > providers (those not provided by VFS itself.) > > For normal call sites of the interfac

[Math] Issues 764 and 823

2012-07-16 Thread Gilles Sadowski
Hi. Referring to the discussion here: https://issues.apache.org/jira/browse/MATH-764 https://issues.apache.org/jira/browse/MATH-823 Do we agree: * To add new constructors to the distribution classes (in package "o.a.c.m.distribution") that take a "RandomGenerator" (in package "o.a.c.m.

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Benedikt Ritter
Hi Simo, 2012/7/16 Simone Tripodi : > Impressive feedbacks Gary, thanks a lot! > >> -1 with "mvn clear site" for >> https://repository.apache.org/content/repositories/orgapachecommons-054/commons-dbutils/commons-dbutils/1.5/commons-dbutils-1.5-src.zip >> : >> >> [ERROR] Failed to execute goal >> o

Re: [pool][dbcp] Move AbandonedObjectPool in v 2's?

2012-07-16 Thread Phil Steitz
On 7/15/12 10:46 AM, Phil Steitz wrote: > On 7/15/12 1:12 AM, Mark Thomas wrote: >> On 15/07/2012 01:38, Phil Steitz wrote: >>> Sorry if this has been discussed already and I can't find the >>> thread; but we should do this now if we want to do it - i.e., move >>> DBCP's AbandonedObjectPool into [p

[vfs] Implementing a provider for GridFS

2012-07-16 Thread Craig Skinfill
I'm looking to implement a provider for Gridfs (http://www.mongodb.org/display/DOCS/GridFS) and its unclear if a FileSystem represents a single "filesystem" or is used for all filesystems that are gridfs based. Meaning, if I have two gridfs systems and I want to copy a file from gridfs://hostA/te

Re: [pool] Question / potential improvement on KeyedObjectPool

2012-07-16 Thread Liviu Tudor
Hi Phil, Sorry to get onto this so late! I've just checked out the source code in order to provide a patch at the same time as the JIRA ticket being created, however, I see [pool] now is moving to pool2 -- my initial suggestion was based on pool-1.6.0 (which is what I use in my application). Are

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Gary Gregory
On Mon, Jul 16, 2012 at 12:04 PM, Simone Tripodi wrote: > Impressive feedbacks Gary, thanks a lot! > YW! > > > -1 with "mvn clear site" for > > > https://repository.apache.org/content/repositories/orgapachecommons-054/commons-dbutils/commons-dbutils/1.5/commons-dbutils-1.5-src.zip > > : > > > >

Re: [CANCEL][VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Simone Tripodi
> Ticket raised and patch provided for issue Gary found with site plugin > failing ( https://issues.apache.org/jira/browse/DBUTILS-93 ). > already applied, thanks -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99sof

Re: [CANCEL][VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Stevo Slavić
Ticket raised and patch provided for issue Gary found with site plugin failing ( https://issues.apache.org/jira/browse/DBUTILS-93 ). PMD seems to be wrong with evaluating that those private methods are not used while they are. Maybe it's getting confused by varargs in them. Regards, Stevo. On Mo

[CANCEL][VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Simone Tripodi
Hi all, due to Gary's raised issue, the current VOTE is cancelled. Thanks a lot everybody took part to the release, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Jul 16, 2012 at 2:43 PM, Simo

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Simone Tripodi
Impressive feedbacks Gary, thanks a lot! > -1 with "mvn clear site" for > https://repository.apache.org/content/repositories/orgapachecommons-054/commons-dbutils/commons-dbutils/1.5/commons-dbutils-1.5-src.zip > : > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.0:

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

2012-07-16 Thread sebb
On 16 July 2012 16:44, Stevo Slavić wrote: > Maybe just remove release profile activation from build arguments. Thanks, that seems to solve the problem. However, it probably means that either the VFS build needs updating, or Commons Parent, or both. > Regards, > Stevo. > > On Mon, Jul 16, 2012

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

2012-07-16 Thread Stevo Slavić
Maybe just remove release profile activation from build arguments. Regards, Stevo. On Mon, Jul 16, 2012 at 5:38 PM, sebb wrote: > On 16 July 2012 16:36, sebb wrote: > > On 16 July 2012 16:09, Gary Gregory wrote: > >> Can someone please adjust Continuum for VFS to say Java 6? > > > > Added a p

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

2012-07-16 Thread sebb
On 16 July 2012 16:36, sebb wrote: > On 16 July 2012 16:09, Gary Gregory wrote: >> Can someone please adjust Continuum for VFS to say Java 6? > > Added a project build definition to override the group one Still fails. What is the Maven command-line needed to build test and deploy VFS? >> How a

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

2012-07-16 Thread sebb
On 16 July 2012 16:09, Gary Gregory wrote: > Can someone please adjust Continuum for VFS to say Java 6? Added a project build definition to override the group one > How about doc'ing this on the wiki? Where? > Thank you! > Gary > > On Mon, Jul 16, 2012 at 10:27 AM, Continuum@vmbuild > wrote:

[continuum] BUILD FAILURE: Apache Commons - Commons VFS - Local Maven 2 Build Definition (Java 1.6)

2012-07-16 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23879&projectId=129 Build statistics: State: Failed Previous Build: No previous build. Started at: Mon 16 Jul 2012 15:35:12 + Finished at: Mon 16 Jul 2012 15:35:45 + Total time: 33s Build Trigger: F

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

2012-07-16 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23878&projectId=129 Build statistics: State: Failed Previous State: Failed Started at: Mon 16 Jul 2012 15:20:53 + Finished at: Mon 16 Jul 2012 15:21:44 + Total time: 50s Build Trigger: Schedule Bu

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

2012-07-16 Thread Gary Gregory
Can someone please adjust Continuum for VFS to say Java 6? How about doc'ing this on the wiki? Thank you! Gary On Mon, Jul 16, 2012 at 10:27 AM, Continuum@vmbuild wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=23876&projectId=129 > > Build statistics:

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Gary Gregory
Hi Simo: Nice push to get DBU moving! -1 with "mvn clear site" for https://repository.apache.org/content/repositories/orgapachecommons-054/commons-dbutils/commons-dbutils/1.5/commons-dbutils-1.5-src.zip : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:site (default

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Elijah Zupancic
+1 -Elijah On Mon, Jul 16, 2012 at 6:29 AM, Bill Speirs wrote: > +1 > > Bill- > > On Mon, Jul 16, 2012 at 8:44 AM, Simone Tripodi > wrote: > >> My own +1 >> >> -Simo >> >> http://people.apache.org/~simonetripodi/ >> http://simonetripodi.livejournal.com/ >> http://twitter.com/simonetripodi >> ht

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

2012-07-16 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23876&projectId=129 Build statistics: State: Failed Previous State: Failed Started at: Mon 16 Jul 2012 14:27:17 + Finished at: Mon 16 Jul 2012 14:27:52 + Total time: 34s Build Trigger: Schedule Bu

[GUMP@vmgump]: Project commons-jelly-tags-jmx (in module commons-jelly) failed

2012-07-16 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-jelly-tags-jmx has an issue affecting its community integration. T

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Bill Speirs
+1 Bill- On Mon, Jul 16, 2012 at 8:44 AM, Simone Tripodi wrote: > My own +1 > > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Mon, Jul 16, 2012 at 2:43 PM, Simone Tripodi > wrote: >

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

2012-07-16 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-scxml-test has an issue affecting its community integration. This

Re: [VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Simone Tripodi
My own +1 -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Jul 16, 2012 at 2:43 PM, Simone Tripodi wrote: > Hi all guys, > > I am opening the current [VOTE] thread to release Apache > commons-db

[VOTE] Release Apache Commons-DbUtils 1.5 based on RC1

2012-07-16 Thread Simone Tripodi
Hi all guys, I am opening the current [VOTE] thread to release Apache commons-dbutils-1.5 based on RC1. Release Notes: http://people.apache.org/builds/commons/dbutils/1.5/RC1/RELEASE-NOTES.txt Tag: https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_5_RC1/ Site:

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

2012-07-16 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

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

2012-07-16 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-digester3 has an issue affecting its community integration. This i

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

2012-07-16 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-exec-test has an issue affecting its community integration. This i