[math] On the contract of FieldElement.divide(T)

2012-02-25 Thread Sébastien Brisard
Hi, I know that CM3 should be in a frozen state now, but while working with FieldElement this morning, I've noticed that the contract of divide(T) states that an ArithmeticException *should* be thrown if the parameter is zero. However, for this boundary case - BigFraction.divide(BigFraction) thro

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

2012-02-25 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-vfs2-test has an issue affecting its community integration. This i

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

2012-02-25 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-configuration-test (in module apache-commons) failed

2012-02-25 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-configuration-test has an issue affecting its community integrati

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

2012-02-25 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

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

2012-02-25 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-lang3-test has an issue affecting its community integration. This

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

2012-02-25 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-digester3 (in module apache-commons) failed

2012-02-25 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

Re: svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread sebb
On 26 February 2012 01:14, Gary Gregory wrote: > On Feb 25, 2012, at 19:18, sebb wrote: > >> On 25 February 2012 14:46, Gary Gregory wrote: >>> On Sat, Feb 25, 2012 at 9:23 AM, sebb wrote: >>> On 25 February 2012 14:11, Gary Gregory wrote: > On Fri, Feb 24, 2012 at 8:23 PM, sebb wrot

Re: svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread Gary Gregory
On Feb 25, 2012, at 19:18, sebb wrote: > On 25 February 2012 14:46, Gary Gregory wrote: >> On Sat, Feb 25, 2012 at 9:23 AM, sebb wrote: >> >>> On 25 February 2012 14:11, Gary Gregory wrote: On Fri, Feb 24, 2012 at 8:23 PM, sebb wrote: > On 25 February 2012 00:47, wrote: >>

Re: svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread sebb
On 25 February 2012 14:46, Gary Gregory wrote: > On Sat, Feb 25, 2012 at 9:23 AM, sebb wrote: > >> On 25 February 2012 14:11, Gary Gregory wrote: >> > On Fri, Feb 24, 2012 at 8:23 PM, sebb wrote: >> > >> >> On 25 February 2012 00:47,   wrote: >> >> > Author: ggregory >> >> > Date: Sat Feb 25 00

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

2012-02-25 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=19328&projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Sat 25 Feb 2012 22:23:02 + Finished at: Sat 25 Feb 2012 22:24:09 + Total time: 1m 6s Build Trigger: Schedule B

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

2012-02-25 Thread Simone Tripodi
yahoo, yet another `invalid target release: 1.6` that is not so nice - do I have to contact INFRA? TIA, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Feb 25, 2012 at 10:22 PM, Continuum@vmbuil

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

2012-02-25 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=19326&projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Sat 25 Feb 2012 21:20:14 + Finished at: Sat 25 Feb 2012 21:22:00 + Total time: 1m 45s Build Trigger: Schedule

Re: [lang] Java 6 now

2012-02-25 Thread Henri Yandell
On Sat, Feb 25, 2012 at 8:00 AM, Gary Gregory wrote: > On Sat, Feb 25, 2012 at 10:00 AM, James Carman > wrote: > >> Gary, >> >> In this case, we're dealing with a veto to a code modification, which >> is allowed.  Here's the information with respect to code modification >> vetoes (http://www.apach

Re: [graph] Doubts on DFS algorithm implementation

2012-02-25 Thread Claudio Squarcella
Hi, On 25/02/2012 19:51, James Carman wrote: The code shouldn't "visit" each of the connected nodes during the iteration. It should only visit the "popped" node and then add all un-visited, connected nodes to the stack. Hopefully we've implemented this so that all we have to do to switch from

Re: [VOTE] Release Apache Commons Daemon 1.0.10 based on RC2

2012-02-25 Thread Mladen Turk
On 02/25/2012 07:50 PM, Gary Gregory wrote: On Fri, Feb 24, 2012 at 12:15 PM, sebb wrote: I've discovered the problem - Daemon 1.0.9 has not been deployed to Maven Central. So... don't we need to do that /now/ so we can see what Clirr says when you download and run a src package? It won'

Re: [graph] Doubts on DFS algorithm implementation

2012-02-25 Thread James Carman
The code shouldn't "visit" each of the connected nodes during the iteration. It should only visit the "popped" node and then add all un-visited, connected nodes to the stack. Hopefully we've implemented this so that all we have to do to switch from dfs to bfs is to swap out the collection used.

Re: [VOTE] Release Apache Commons Daemon 1.0.10 based on RC2

2012-02-25 Thread Gary Gregory
On Fri, Feb 24, 2012 at 12:15 PM, sebb wrote: > On 24 February 2012 17:00, Mladen Turk wrote: > > On 02/24/2012 04:17 PM, Gary Gregory wrote: > >> > >> On Fri, Feb 24, 2012 at 8:41 AM, Mladen Turk wrote: > >> > >> > >> I downloaded > >> > >> > http://people.apache.org/~mturk/daemon-1.0.10/sourc

Re: [graph] Doubts on DFS algorithm implementation

2012-02-25 Thread Simone Tripodi
Hi Marco, IIRC the vertex order should be guarded by the vertexStack - maybe it is just the handler be called in the wrong way. Do you have/can you provide please testcases? TIA, -SImo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripod

[graph] Doubts on DFS algorithm implementation

2012-02-25 Thread Marco Speranza
Hi all. I've a little doubt on DFS algorithm implemented in the DefaultVisitAlgorithmsSelector. I think that the visit doesn't serch in depth but in a breadth way. here is a little code snippet: [ ... ] while ( visitingGraph && !vertexStack.isEmpty() ) { V v = vertexStack.

Re: svn commit: r1245061 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMathLiteralArrays.java

2012-02-25 Thread Luc Maisonobe
Hi all, Le 23/02/2012 16:45, Jörg Schaible a écrit : > Gilles Sadowski wrote: > >> URL: http://svn.apache.org/viewvc?rev=1245061&view=rev >> Log: >> Removed unneeded clone. >> >> The clone did not protect the array used, only the reference >> ones.

Should a vote about a commons wide checkstyle config be submitted to the PMC (was Re: Common checkstyle)

2012-02-25 Thread Benedikt Ritter
Hi, for some reason this discussion ended without a result. Maybe it is time to summarize what has been discussed so far. This all goes back to a commit by Gary, that fixed several check style issues in VFS [1]. The following discussion between Gary and Ralph and others [2] showed, that ther

Re: [lang] Java 6 now

2012-02-25 Thread Gary Gregory
On Sat, Feb 25, 2012 at 10:00 AM, James Carman wrote: > Gary, > > In this case, we're dealing with a veto to a code modification, which > is allowed. Here's the information with respect to code modification > vetoes (http://www.apache.org/foundation/voting.html#Veto): > > "A code-modification pro

Re: [lang] Java 6 now

2012-02-25 Thread Christian Grobmeier
On Sat, Feb 25, 2012 at 3:32 PM, Gary Gregory wrote: > On Sat, Feb 25, 2012 at 9:19 AM, sebb wrote: > >> On 25 February 2012 14:05, Gary Gregory wrote: >> > Because we are using (still) some Java 6 code for this recent >> contribution. >> >> > Ready, set, ... go? >> >> -1 >> >> Completely unnece

Re: [lang] Java 6 now

2012-02-25 Thread James Carman
Gary, In this case, we're dealing with a veto to a code modification, which is allowed. Here's the information with respect to code modification vetoes (http://www.apache.org/foundation/voting.html#Veto): "A code-modification proposal may be stopped dead in its tracks by a -1 vote by a qualified

Re: svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread Gary Gregory
On Sat, Feb 25, 2012 at 9:23 AM, sebb wrote: > On 25 February 2012 14:11, Gary Gregory wrote: > > On Fri, Feb 24, 2012 at 8:23 PM, sebb wrote: > > > >> On 25 February 2012 00:47, wrote: > >> > Author: ggregory > >> > Date: Sat Feb 25 00:47:00 2012 > >> > New Revision: 1293496 > >> > > >> > UR

Re: [lang] Java 6 now

2012-02-25 Thread Gary Gregory
On Sat, Feb 25, 2012 at 9:19 AM, sebb wrote: > On 25 February 2012 14:05, Gary Gregory wrote: > > Right now, in trunk, we have: > > > > DescriptionResourcePathLocationType > > The method getInstance(Locale) is undefined for the type > > DateFormatSymbolsFastDateParser.java >

Re: svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread sebb
On 25 February 2012 14:11, Gary Gregory wrote: > On Fri, Feb 24, 2012 at 8:23 PM, sebb wrote: > >> On 25 February 2012 00:47,   wrote: >> > Author: ggregory >> > Date: Sat Feb 25 00:47:00 2012 >> > New Revision: 1293496 >> > >> > URL: http://svn.apache.org/viewvc?rev=1293496&view=rev >> > Log: >>

Re: svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread Gary Gregory
On Fri, Feb 24, 2012 at 8:23 PM, sebb wrote: > On 25 February 2012 00:47, wrote: > > Author: ggregory > > Date: Sat Feb 25 00:47:00 2012 > > New Revision: 1293496 > > > > URL: http://svn.apache.org/viewvc?rev=1293496&view=rev > > Log: > > Update plugins. > > > > Modified: > >commons/proper/

Re: [VOTE] Release Apache Commons Daemon 1.0.10 based on RC2

2012-02-25 Thread Jörg Schaible
Hi Mladen, Mladen Turk wrote: > Fixed a typo in RC1 which caused compile failure in case there > were no sys/capability.h header on the system. > The new set of artefacts [1] and site [2] are at usual place > based on tag [3] > > > Please vote (vote will remain open for at least 72 hours). > >

Re: svn commit: r1293564 - /commons/sandbox/graph/trunk/src/benchmarks/java/org/apache/commons/graph/spanning/MinimumSpanningTreeBenchmarkTestCase.java

2012-02-25 Thread Simone Tripodi
good! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ 2012/2/25 : > Author: cs > Date: Sat Feb 25 09:52:29 2012 > New Revision: 1293564 > > URL: http://svn.apache.org/viewvc?rev=1293564&view=rev > Log:

Re: [Math] Toward releasing 3.0 ?

2012-02-25 Thread sebb
On 25 February 2012 09:59, Gilles Sadowski wrote: > Hello. > >> > >> > How do we proceed from here in order to release 3.0? Cf. ticket MATH-746, >> > "Things to do before releasing 3.0". >> >> Sorry for being late on this. >> >> > >> > Can we start to talk about an expected release date? >> >> I g

Re: [Math] Toward releasing 3.0 ?

2012-02-25 Thread Gilles Sadowski
Hello. > > > > How do we proceed from here in order to release 3.0? Cf. ticket MATH-746, > > "Things to do before releasing 3.0". > > Sorry for being late on this. > > > > > Can we start to talk about an expected release date? > > I guess you did a wonderful job for closing everything. As it