Re: [VOTE] Release Apache Commons Daemon 1.0.15

2013-03-31 Thread Mladen Turk
On 03/28/2013 02:12 PM, Mladen Turk wrote: Apache Commons Daemon 1.0.15 is [X] +1 Release [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... My vote FTR. Regards -- ^TM --

Re: [VOTE] Release Apache Commons Math 3.2 - RC4

2013-03-31 Thread Luc Maisonobe
Le 30/03/2013 23:54, Luc Maisonobe a écrit : > This is a [VOTE] for releasing Apache Commons Math 3.2, based on release > candidate 4. > > This version fixes numerous bugs and adds a few features. > > You can retrieve the various parts here: > > Sources, binaries and release notes: > >

Re: [math] @Ignores

2013-03-31 Thread Gilles
[...] src/test/java/org/apache/commons/math3/linear/RealMatrixFormatAbstractTest.java- @Test src/test/java/org/apache/commons/math3/linear/RealMatrixFormatAbstractTest.java: @Ignore src/test/java/org/apache/commons/math3/linear/RealMatrixFormatAbstractTest.java- public void testParseSimple

Re: [math] @Ignores

2013-03-31 Thread Gilles
[...] src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java- @Test src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java: @Ignore src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java- public void testRandomUnsymmetricMatrix() { -- sr

Re: [math] @Ignores

2013-03-31 Thread Gilles
Hi. [...] src/test/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizerTest.java- // Test is skipped because it fails with the latest code update. src/test/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizerTest.java: @Ignore@Test src/tes

Re: [math] @Ignores

2013-03-31 Thread Luc Maisonobe
Hi Phil, Le 31/03/2013 18:49, Phil Steitz a écrit : > It was a little painful for me to vote +1 just now, since we had to > disable some tests in the released sources to work around brokenness > in the parent pom (can't disable cobertura). Yes. I think we should really remove cobertura (and use j

[math] @Ignores

2013-03-31 Thread Phil Steitz
It was a little painful for me to vote +1 just now, since we had to disable some tests in the released sources to work around brokenness in the parent pom (can't disable cobertura). It looks like only the BOBYQAOptimizerTest was @Ignored just for the release. But grepping for @Ignore in the relea

Re: [VOTE] Release Apache Commons Math 3.2 - RC4

2013-03-31 Thread Phil Steitz
+1 Phil On 3/30/13 3:54 PM, Luc Maisonobe wrote: > This is a [VOTE] for releasing Apache Commons Math 3.2, based on release > candidate 4. > > This version fixes numerous bugs and adds a few features. > > You can retrieve the various parts here: > > Sources, binaries and release notes: > >

Re: [VOTE] Release Apache Commons Daemon 1.0.15

2013-03-31 Thread Phil Steitz
+1 for the release. I don't see the manifest issue as a blocker. It would be good to get rid of the full distros pushed to maven repos, though. As that is technically not part of the release, I don't see that as a blocker either. Phil On 3/28/13 6:12 AM, Mladen Turk wrote: > > Apache Commons D

Re: [VOTE] Release Apache Commons Daemon 1.0.15

2013-03-31 Thread Mladen Turk
On 03/30/2013 09:06 PM, Jörg Schaible wrote: Jörg Schaible wrote: And I cannot build the native part if an IBM JDK is the current JDK, because it does not contain a jni_md.h file. ./configure --with-java=/opt/ibm-java-x86_64-70 or export JAVA_HOME=/opt/ibm-java-x86_64-70 ./configure and the