Re: svn commit: r1139126 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/solvers/ site/xdoc/ test/java/org/apache/commons/math/analysis/ test/java/org/apache/commons/ma

2011-06-26 Thread Dennis Hendriks
I tried 'mvn clean site', and got this: (...) main: [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:1.0:process (default) @ commons-math --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ commons-math --- [INFO] Using 'UTF-8' encoding to c

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Henri Yandell
+1. On Sat, Jun 25, 2011 at 9:48 PM, Rahul Akolkar wrote: > This is half a dozen related votes in one thread (for convenience), namely: > > 1. Accept BCEL [1] as Commons component > 1a. Grant Commons karma to Dave Brosius (dbrosius) > > 2. Accept JCS [2] as Commons component > 2a. Grant Commons k

Re: svn commit: r1139837 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/

2011-06-26 Thread sebb
On 26 June 2011 18:02, wrote: > Author: erans > Date: Sun Jun 26 17:02:20 2011 > New Revision: 1139837 > > URL: http://svn.apache.org/viewvc?rev=1139837&view=rev > Log: > MATH-599 > Name change to avoid test failure on the automated build system ("gump"). Actually, the failure is nothing to do w

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread sebb
On 26 June 2011 17:58, Gilles Sadowski wrote: >> >> Some tools are smart enough to detect it, but not all of them. >> >> >At least, maven's conclusion is correct: It knows that there no tests to run >> >(or rather that it should not try to instantiate an abstract class) despite >> >the fact that t

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Matt Benson
On Sat, Jun 25, 2011 at 11:48 PM, Rahul Akolkar wrote: > This is half a dozen related votes in one thread (for convenience), namely: > > 1. Accept BCEL [1] as Commons component > 1a. Grant Commons karma to Dave Brosius (dbrosius) > > 2. Accept JCS [2] as Commons component > 2a. Grant Commons karma

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Luc Maisonobe
Le 26/06/2011 18:58, Gilles Sadowski a écrit : Some tools are smart enough to detect it, but not all of them. At least, maven's conclusion is correct: It knows that there no tests to run (or rather that it should not try to instantiate an abstract class) despite the fact that there are methods

Re: svn commit: r1139126 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/solvers/ site/xdoc/ test/java/org/apache/commons/math/analysis/ test/java/org/apache/commons/ma

2011-06-26 Thread Luc Maisonobe
Le 24/06/2011 11:33, Dennis Hendriks a écrit : > I have 137 errors only adding the check for braces, and only a handful > without this check! I used a trunk checkout and then: mvn -Prc clean package mvn checkstyle:checkstyle and I got 22792 checkstyle errors... See attachments. The checkst

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Gilles Sadowski
> > Some tools are smart enough to detect it, but not all of them. > > >At least, maven's conclusion is correct: It knows that there no tests to run > >(or rather that it should not try to instantiate an abstract class) despite > >the fact that there are methods marked with the "@Test" annotation

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Ralph Goers
+1 to all Ralph On Jun 25, 2011, at 9:48 PM, Rahul Akolkar wrote: > This is half a dozen related votes in one thread (for convenience), namely: > > 1. Accept BCEL [1] as Commons component > 1a. Grant Commons karma to Dave Brosius (dbrosius) > > 2. Accept JCS [2] as Commons component > 2a. Gran

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Phil Steitz
The right way to handle this is to adopt a convention and express that convention in the metadata for the build tools. We did that early on in math, and that is why you see **/*AbstractTest.java in the junit config in the pom and a similar filter in the Ant build.xm

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Luc Maisonobe
Le 26/06/2011 17:43, Gilles Sadowski a écrit : On Sun, Jun 26, 2011 at 01:47:07PM +0100, sebb wrote: On 26 June 2011 12:49, Luc Maisonobe wrote: Hi Gilles, Le 26/06/2011 13:00, Gilles Sadowski a écrit : On Sun, Jun 26, 2011 at 12:41:09AM +0200, Luc Maisonobe wrote: I think there are some

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Gilles Sadowski
On Sun, Jun 26, 2011 at 01:47:07PM +0100, sebb wrote: > On 26 June 2011 12:49, Luc Maisonobe wrote: > > Hi Gilles, > > > > Le 26/06/2011 13:00, Gilles Sadowski a écrit : > >> > >> On Sun, Jun 26, 2011 at 12:41:09AM +0200, Luc Maisonobe wrote: > >>> > >>> I think there are some naming conventions.

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Christian Grobmeier
+1 On Sun, Jun 26, 2011 at 6:48 AM, Rahul Akolkar wrote: > This is half a dozen related votes in one thread (for convenience), namely: > > 1. Accept BCEL [1] as Commons component > 1a. Grant Commons karma to Dave Brosius (dbrosius) > > 2. Accept JCS [2] as Commons component > 2a. Grant Commons ka

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Gary Gregory
+1 Gary On Jun 26, 2011, at 8:31, sebb wrote: > On 26 June 2011 05:48, Rahul Akolkar wrote: >> This is half a dozen related votes in one thread (for convenience), namely: >> >> 1. Accept BCEL [1] as Commons component >> 1a. Grant Commons karma to Dave Brosius (dbrosius) >> >> 2. Accept JCS [2]

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread sebb
On 26 June 2011 12:49, Luc Maisonobe wrote: > Hi Gilles, > > Le 26/06/2011 13:00, Gilles Sadowski a écrit : >> >> On Sun, Jun 26, 2011 at 12:41:09AM +0200, Luc Maisonobe wrote: >>> >>> I think there are some naming conventions. Try using Abstract in the name >>> (there are other examples in our te

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread sebb
On 26 June 2011 05:48, Rahul Akolkar wrote: > This is half a dozen related votes in one thread (for convenience), namely: > > 1. Accept BCEL [1] as Commons component > 1a. Grant Commons karma to Dave Brosius (dbrosius) > > 2. Accept JCS [2] as Commons component > 2a. Grant Commons karma to Aaron S

Re: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Luc Maisonobe
Hi Gilles, Le 26/06/2011 13:00, Gilles Sadowski a écrit : On Sun, Jun 26, 2011 at 12:41:09AM +0200, Luc Maisonobe wrote: I think there are some naming conventions. Try using Abstract in the name (there are other examples in our tests base) so that gump doesn't attempt to run it directly. In

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

2011-06-26 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: [Math] Gump failure for "BaseSecantSolverTest"

2011-06-26 Thread Gilles Sadowski
On Sun, Jun 26, 2011 at 12:41:09AM +0200, Luc Maisonobe wrote: > I think there are some naming conventions. Try using Abstract in the name > (there are other examples in our tests base) so that gump doesn't attempt to > run it directly. I can understand that there would be some version differenc

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Simone Tripodi
+1 Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sun, Jun 26, 2011 at 11:36 AM, Oliver Heger wrote: > +1 > > Oliver > > Am 26.06.2011 06:48, schrieb Rahul Akolkar: >> >> This is half a dozen related votes in one thread (for convenience), >> namely: >> >> 1. Accept BCE

Re: [classpath] Was: [DISCUSS] The future of the Meiyo component

2011-06-26 Thread Simone Tripodi
Hi Alex! the dev@ ML is the appropriate place to discuss about it, and the SANDBOX on JIRA is the right place where submitting issues. Looking forward to hear from you soon! Have a nice weekend, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sat, Jun 25, 2011 at 3:44 PM

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Oliver Heger
+1 Oliver Am 26.06.2011 06:48, schrieb Rahul Akolkar: This is half a dozen related votes in one thread (for convenience), namely: 1. Accept BCEL [1] as Commons component 1a. Grant Commons karma to Dave Brosius (dbrosius) 2. Accept JCS [2] as Commons component 2a. Grant Commons karma to Aaron

Re: [VOTE] Accept BCEL and JCS as Commons components

2011-06-26 Thread Luc Maisonobe
Le 26/06/2011 06:48, Rahul Akolkar a écrit : This is half a dozen related votes in one thread (for convenience), namely: 1. Accept BCEL [1] as Commons component 1a. Grant Commons karma to Dave Brosius (dbrosius) 2. Accept JCS [2] as Commons component 2a. Grant Commons karma to Aaron Smuts (asmu