[VOTE] Release Commons IO 2.4-RC2

2012-06-12 Thread Gary Gregory
Hello All: This is a VOTE to release Commons IO 2.4-RC2. Changes since RC1: - Fix a bug in the new code for IO-326: Add new FileUtils.sizeOf[Directory] APIs to return BigInteger. - IO-336: Yottabyte (YB) incorrectly defined in FileUtils. Thanks to rleavelle. Changes in this version include: Ne

Re: [Math] How to use a class from the "test" source tree?

2012-06-12 Thread sebb
On 12 June 2012 21:59, Gilles Sadowski wrote: > Hi. > > Is there a way for an application to depend on the classes defined in the > "test" subtree of the code repository? If the component releases the test jar, then it should be possible. But if the test code is more generally useful, perhaps it

[Math] How to use a class from the "test" source tree?

2012-06-12 Thread Gilles Sadowski
Hi. Is there a way for an application to depend on the classes defined in the "test" subtree of the code repository? Best, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-

[CANCEL][VOTE] Release Commons IO 2.4-RC1

2012-06-12 Thread Gary Gregory
This VOTE is canceled to apply Bruno's bug fix and new test case. Thank you Bruno! (Yes, attaching patches is the best way to go :) I'll cut a new RC. Gary On Tue, Jun 12, 2012 at 2:41 PM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br> wrote: > Hi Gary, > > > Looking at the FindBugs report,

Re: [VOTE] Release Commons IO 2.4-RC1

2012-06-12 Thread Bruno P. Kinoshita
Hi Gary, Looking at the FindBugs report, there is an item under "org.apache.commons.io.FileUtils" complaining about the return value of BigInteger.add being ignored. Indeed, looks like the value is not used, causing FileUtils.sizeOfDirectoryAsBigInteger (IO-326) to return always zero. I've

Re: svn commit: r1348721 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/OpenMapRealVector.java test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java

2012-06-12 Thread Sébastien Brisard
Hello Gilles, > [...] > >> I fully agree. We could also opt for a less correct, but more >> efficient solution: we do not store the sign of zero, and return NaN >> each time v / zero occurs. The result should be NaN anyway, because >> its sign is undecidable. This specificity would be clearly stat

Re: [proxy2] Create new utils module...

2012-06-12 Thread James Carman
Yes of course. It's just difficult to test things like invokers and what not without a ProxyFactory implementation. These should be moved to a utils module. This would also keep the API clean and free from dependencies. On Jun 12, 2012 2:01 PM, "Matt Benson" wrote: > On Mon, Jun 11, 2012 at 10:

Re: [proxy2] Create new utils module...

2012-06-12 Thread Matt Benson
On Mon, Jun 11, 2012 at 10:42 PM, James Carman wrote: > All, > > When trying to test some of the utility classes (such as > DuckTypinginvoker), it would be useful to have a ProxyFactory to play > with.  However, in "core", we don't have access to one since they've > been broken out into their own

[VOTE] Release Commons IO 2.4-RC1

2012-06-12 Thread Gary Gregory
Hello All: This is a VOTE to release Commons IO 2.4-RC1 Changes in this version include: New features: o IO-269: Tailer locks file from deletion/rename on Windows. Thanks to sebb. o IO-333: Export OSGi packages at version 1.x in addition to 2.x. Thanks to fmeschbe. o IO-320: Add XmlStreamRead

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

2012-06-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23148&projectId=97 Build statistics: State: Failed Previous State: Failed Started at: Tue 12 Jun 2012 15:22:34 + Finished at: Tue 12 Jun 2012 15:25:38 + Total time: 3m 3s Build Trigger: Schedule B

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

2012-06-12 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

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

2012-06-12 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: svn commit: r1348721 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/OpenMapRealVector.java test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java

2012-06-12 Thread Gilles Sadowski
On Tue, Jun 12, 2012 at 01:14:40PM +0200, Sébastien Brisard wrote: > 2012/6/12 Gilles Sadowski : > > Hello. > > > >> > [...] > >> > I agree. > >> > > >> >> > >> >> This does not solve the whole issue, however, because if the default > >> >> entry is zero, its sign is lost, and {finite value} / {zer

Re: svn commit: r1348721 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/OpenMapRealVector.java test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java

2012-06-12 Thread Sébastien Brisard
2012/6/12 Gilles Sadowski : > Hello. > >> > [...] >> > I agree. >> > >> >> >> >> This does not solve the whole issue, however, because if the default >> >> entry is zero, its sign is lost, and {finite value} / {zero} is of >> >> undetermined sign. Any idea regarding this point? >> > >> > I guess th

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

2012-06-12 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: svn commit: r1348721 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/OpenMapRealVector.java test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java

2012-06-12 Thread Gilles Sadowski
Hello. > > [...] > > I agree. > > > >> > >> This does not solve the whole issue, however, because if the default > >> entry is zero, its sign is lost, and {finite value} / {zero} is of > >> undetermined sign. Any idea regarding this point? > > > > I guess that we could also keep a flag for the sig

Re: svn commit: r1348024 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest.java test/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest

2012-06-12 Thread Mikkel Meyer Andersen
2012/6/12 Thomas Neidhart : > On Tue, Jun 12, 2012 at 8:13 AM, Mikkel Meyer Andersen wrote: > >> 2012/6/12 Thomas Neidhart : >> > On 06/08/2012 01:04 PM, m...@apache.org wrote: >> >> Author: mikl >> >> Date: Fri Jun  8 11:04:11 2012 >> >> New Revision: 1348024 >> >> >> >> URL: http://svn.apache.or

Re: svn commit: r1348024 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest.java test/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest

2012-06-12 Thread Thomas Neidhart
On Tue, Jun 12, 2012 at 8:13 AM, Mikkel Meyer Andersen wrote: > 2012/6/12 Thomas Neidhart : > > On 06/08/2012 01:04 PM, m...@apache.org wrote: > >> Author: mikl > >> Date: Fri Jun 8 11:04:11 2012 > >> New Revision: 1348024 > >> > >> URL: http://svn.apache.org/viewvc?rev=1348024&view=rev > >> Log

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

2012-06-12 Thread commons-graph development
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-graph has an issue affecting its community integration. This issue

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

2012-06-12 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-jxpath (in module apache-commons) failed

2012-06-12 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-jxpath has an issue affecting its community integration. This issu

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

2012-06-12 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

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

2012-06-12 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-math has an issue affecting its community integration. This issue