[VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
Hi. Please have a look at the latest candidate (RC4), and vote for the release of Commons Math 3.1. -- Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_1_RC4/ Site: http://people.apache.org/builds/commons/math/3.1/RC4/ Binaries: https://repository.apache.org/

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Luc Maisonobe
Le 19/12/2012 11:03, Gilles Sadowski a écrit : > Hi. > > Please have a look at the latest candidate (RC4), and vote for the release > of Commons Math 3.1. > > -- > Tag: > https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_1_RC4/ > > Site: > http://people.apache.org/buil

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Oliver Heger
Build works fine with JDK 1.5 on Windows 7. Artifacts look good. Some reports (checkstyle, findbugs) show errors, but this does not seem to be problematic. Also the missing license headers in test files are no blockers IMHO. I am not sure about the clirr errors. There is nothing mentioned in

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gary Gregory
On Wed, Dec 19, 2012 at 3:10 PM, Luc Maisonobe wrote: > Le 19/12/2012 11:03, Gilles Sadowski a écrit : > > Hi. > > > > Please have a look at the latest candidate (RC4), and vote for the > release > > of Commons Math 3.1. > > > > -- > > Tag: > > > https://svn.apache.org/repos/asf/commons/pr

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

2012-12-19 Thread Oliver Heger
This seems to be a Java 1.5 problem related to generics. Build works fine with Java 6 and 7. As we depend on [lang] which now requires Java 1.6, I guess we have to switch to 1.6 anyway. Are there any objections? Oliver Am 18.12.2012 23:22, schrieb Continuum@vmbuild: Online report : http://

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Oliver Heger
Sent the main too early: The build takes pretty long on my old machine, and it eventually failed with two test failures: Results : Failed tests: testMath753Shape142(org.apache.commons.math3.distribution.GammaD istributionTest): shape = 142.0, scale = 1.0(..) test1[40](org.apache.commons.math

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Luc Maisonobe
Le 19/12/2012 22:04, Gary Gregory a écrit : > On Wed, Dec 19, 2012 at 3:10 PM, Luc Maisonobe wrote: > >> Le 19/12/2012 11:03, Gilles Sadowski a écrit : >>> Hi. >>> >>> Please have a look at the latest candidate (RC4), and vote for the >> release >>> of Commons Math 3.1. >>> >>> -- >>> Tag:

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gary Gregory
This is weird: C:\temp\rc>svn co https://people.apache.org/builds/commons/math/3.1/RC4/ Redirecting to URL 'https://people.apache.org/builds/commons/math/3.1/RC4': Redirecting to URL 'https://people.apache.org/builds/commons/math/3.1/RC4': svn: E195019: Redirect cycle detected for URL ' https://pe

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Bruno P. Kinoshita
Hi Gary,  I think you are using the site URL instead of the tag URL. Try the following: svn co https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_1_RC4/   HTH, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - > From: Gary Gregory > To:

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gary Gregory
On Wed, Dec 19, 2012 at 5:20 PM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br> wrote: > Hi Gary, > > I think you are using the site URL instead of the tag URL. Try the > following: > whops, thanks, long day... Gary > > svn co > https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
On Wed, Dec 19, 2012 at 09:10:32PM +0100, Luc Maisonobe wrote: > Le 19/12/2012 11:03, Gilles Sadowski a écrit : > > Hi. > > > > Please have a look at the latest candidate (RC4), and vote for the release > > of Commons Math 3.1. > > > > -- > > Tag: > > https://svn.apache.org/repos/asf/co

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
On Wed, Dec 19, 2012 at 10:14:58PM +0100, Luc Maisonobe wrote: > Le 19/12/2012 22:04, Gary Gregory a écrit : > > On Wed, Dec 19, 2012 at 3:10 PM, Luc Maisonobe wrote: > > > >> Le 19/12/2012 11:03, Gilles Sadowski a écrit : > >>> Hi. > >>> > >>> Please have a look at the latest candidate (RC4), and

Re: svn commit: r1424107 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation: DSCompilerTest.java DerivativeStructureTest.java FiniteDifferencesDifferentiat

2012-12-19 Thread Gilles Sadowski
On Wed, Dec 19, 2012 at 09:10:21PM -, l...@apache.org wrote: > Author: luc > Date: Wed Dec 19 21:10:20 2012 > New Revision: 1424107 > > URL: http://svn.apache.org/viewvc?rev=1424107&view=rev > Log: > Added new tests. > > Modified: > > commons/proper/math/trunk/src/test/java/org/apache/co

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
On Wed, Dec 19, 2012 at 10:10:05PM +0100, Oliver Heger wrote: > Sent the main too early: The build takes pretty long on my old > machine, and it eventually failed with two test failures: > > Results : > > Failed tests: > testMath753Shape142(org.apache.commons.math3.distribution.GammaD > istributi

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
On Wed, Dec 19, 2012 at 09:59:56PM +0100, Oliver Heger wrote: > Build works fine with JDK 1.5 on Windows 7. Artifacts look good. > > Some reports (checkstyle, findbugs) show errors, but this does not > seem to be problematic. Also the missing license headers in test > files are no blockers IMHO. >

Re: svn commit: r1424107 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/differentiation: DSCompilerTest.java DerivativeStructureTest.java FiniteDifferencesDifferentiat

2012-12-19 Thread Gilles Sadowski
On Thu, Dec 20, 2012 at 01:14:50AM +0100, Gilles Sadowski wrote: > On Wed, Dec 19, 2012 at 09:10:21PM -, l...@apache.org wrote: > > Author: luc > > Date: Wed Dec 19 21:10:20 2012 > > New Revision: 1424107 > > > > URL: http://svn.apache.org/viewvc?rev=1424107&view=rev > > Log: > > Added new tes

[CANCEL][VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
On Thu, Dec 20, 2012 at 01:13:36AM +0100, Gilles Sadowski wrote: > On Wed, Dec 19, 2012 at 10:14:58PM +0100, Luc Maisonobe wrote: > > Le 19/12/2012 22:04, Gary Gregory a écrit : > > > On Wed, Dec 19, 2012 at 3:10 PM, Luc Maisonobe > > > wrote: > > > > > >> Le 19/12/2012 11:03, Gilles Sadowski a é

[GUMP@vmgump]: Project commons-dbcp (in module commons-dbcp-1.x) failed

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

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

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

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Gilles Sadowski
On Thu, Dec 20, 2012 at 01:23:04AM +0100, Gilles Sadowski wrote: > On Wed, Dec 19, 2012 at 10:10:05PM +0100, Oliver Heger wrote: > > Sent the main too early: The build takes pretty long on my old > > machine, and it eventually failed with two test failures: > > > > Results : > > > > Failed tests:

[Math] Request for future releases: kill Cobertura

2012-12-19 Thread Gilles Sadowski
Hello. The situation with "Cobertura" is fairly annoying, perhaps particularly so for Commons Math because of the size of the code base (and thus the fairly large number of unit tests). As it just happened, a few minor problems have now delayed the release by several days because I have to wait a

Re: [Math] Request for future releases: kill Cobertura

2012-12-19 Thread Gary Gregory
I do not think skipping should be done at the parent level. If [math] wants to skip it, it can. Gary On Wed, Dec 19, 2012 at 9:19 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello. > > The situation with "Cobertura" is fairly annoying, perhaps particularly so > for Commons Math

Re: [Math] Request for future releases: kill Cobertura

2012-12-19 Thread Gary Gregory
Also, is it faster with Clover or Emma? We have an ASF license for Clover. Gary On Wed, Dec 19, 2012 at 9:26 PM, Gary Gregory wrote: > I do not think skipping should be done at the parent level. If [math] > wants to skip it, it can. > > Gary > > > On Wed, Dec 19, 2012 at 9:19 PM, Gilles Sadowsk

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

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

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

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

2012-12-19 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-dbutils has an issue affecting its community integration. This iss

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

2012-12-19 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-scxml-test (in module apache-commons) failed

2012-12-19 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: [CANCEL][VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Sébastien Brisard
Hi Gilles, I cannot reproduce these failures either. Here is my config Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.7.0_05 Java home: /usr/java/jdk1.7.0_05/jre Default locale: fr_FR, platform encoding: UTF-8 OS name: "linux" version: "3.6.9-2.fc17.x86_64" arch: "amd64" Fa

Re: [Math] Request for future releases: kill Cobertura

2012-12-19 Thread Sébastien Brisard
Hi Gilles, 2012/12/20 Gilles Sadowski > Hello. > > The situation with "Cobertura" is fairly annoying, perhaps particularly so > for Commons Math because of the size of the code base (and thus the fairly > large number of unit tests). > > As it just happened, a few minor problems have now delaye

Re: [Math] Request for future releases: kill Cobertura

2012-12-19 Thread Benedikt Ritter
What about a sonar instance for commons? Benedikt