Re: [digester] Trunk Build Failing...

2012-06-09 Thread Simone Tripodi
Thank you James, as soon as I get anther cycle of spare time I'll try to fix it - or, at least, mute it :P Have a nice WE, all the best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Jun 9,

Re: [ALL] Using a Tool Like Sonar...

2012-06-09 Thread Simone Tripodi
+1 we are using it also in Cocoon and helps a lot - IMHO it should replace public static reports generated and published by mvn... best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Jun 9,

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

2012-06-09 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: [classscan] new URL(xxx) and it's problems

2012-06-09 Thread Mark Struberg
no. and thats exactly the problem. LieGrue, strub - Original Message - From: Honton, Charles charles_hon...@intuit.com To: Mark Struberg strub...@yahoo.de; Commons Developers List dev@commons.apache.org Cc: Sent: Thursday, June 7, 2012 5:28 PM Subject: Re: [classscan] new

Re: [classscan] Metadata API discussion

2012-06-09 Thread Mark Struberg
Hi folks, quick reply from vacation :) @sebb: yes correct. I was just thinking too complicated. We use the interface only for keeping the metainfo, and not in the metainfo itself. So it should itself not blow up the mem. So +1 for the interface. There are 2 important consideration options

Re: [ALL] Using a Tool Like Sonar...

2012-06-09 Thread Mark Struberg
we have an own Sonar installation at http://analysis.apache.org already. You just need to tell infra that you like to have your project added. LieGrue, strub - Original Message - From: Simone Tripodi simonetrip...@apache.org To: Commons Developers List dev@commons.apache.org Cc:

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

2012-06-09 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.

Re: [Math] HarmonicFitter and GaussianFitter

2012-06-09 Thread Luc Maisonobe
Le 09/06/2012 02:48, Gilles Sadowski a écrit : On Sat, Jun 09, 2012 at 02:00:42AM +0200, Gilles Sadowski wrote: Hi. I'm a bit annoyed that HarmonicFitter and GaussianFitter suffer from the same design flaw as PolynomialFitter, namely that it is possible to call the non-overridden fit with an

Re: svn commit: r1348334 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: AnnotationFactory.java StubConfigurer.java

2012-06-09 Thread sebb
On 9 June 2012 08:54, mben...@apache.org wrote: Author: mbenson Date: Sat Jun  9 07:54:02 2012 New Revision: 1348334 URL: http://svn.apache.org/viewvc?rev=1348334view=rev Log: generics precision Modified:    

Re: svn commit: r1348334 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: AnnotationFactory.java StubConfigurer.java

2012-06-09 Thread Adrian Crum
Actually, that cast should not be necessary. Try return AnnotationFactory.AnnotationgetStubType(); -Adrian On 6/9/2012 12:05 PM, sebb wrote: On 9 June 2012 08:54,mben...@apache.org wrote: Author: mbenson Date: Sat Jun 9 07:54:02 2012 New Revision: 1348334 URL:

Re: [ALL] Using a Tool Like Sonar...

2012-06-09 Thread James Carman
We should add all of Commons. On Sat, Jun 9, 2012 at 3:52 AM, Mark Struberg strub...@yahoo.de wrote: we have an own Sonar installation at http://analysis.apache.org already. You just need to tell infra that you like to have your project added. LieGrue, strub - Original Message -

Adding Commons to Sonar...

2012-06-09 Thread James Carman
If Apache Commons would like to add some (perhaps all) of our modules to Sonar, how would we go about it? What would be the best approach? Do we just add the sonar plugin to our pom.xml file? Or, do we enable Sonar in some CI server (Jenkins does this)? I'm just trying to understand what's

Re: [ALL] Using a Tool Like Sonar...

2012-06-09 Thread Gary Gregory
If sonar for snapshots on a.a.o replaces POM requested reports instead of complementing them, you loose the ability to analyze before committing, surely something we do not want. Gary On Jun 9, 2012, at 3:52, Mark Struberg strub...@yahoo.de wrote: we have an own Sonar installation at

Re: [ALL] Using a Tool Like Sonar...

2012-06-09 Thread Christian Grobmeier
On Sat, Jun 9, 2012 at 2:26 PM, Gary Gregory garydgreg...@gmail.com wrote: If sonar for snapshots on a.a.o replaces POM requested reports instead of complementing them, you loose the ability to analyze before committing, surely something we do not want. you can use: mvn sonar:sonar before you

Re: svn commit: r1348334 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: AnnotationFactory.java StubConfigurer.java

2012-06-09 Thread Matt Benson
On Sat, Jun 9, 2012 at 6:42 AM, Adrian Crum adrian.c...@sandglass-software.com wrote: Actually, that cast should not be necessary. Try return AnnotationFactory.AnnotationgetStubType(); Seems reasonable, Adrian, but still poppped a compile error. Thanks anyway! ;) Matt -Adrian On

Re: [Math] HarmonicFitter and GaussianFitter

2012-06-09 Thread Sébastien Brisard
2012/6/9 Luc Maisonobe luc.maison...@free.fr: Le 09/06/2012 02:48, Gilles Sadowski a écrit : On Sat, Jun 09, 2012 at 02:00:42AM +0200, Gilles Sadowski wrote: Hi. I'm a bit annoyed that HarmonicFitter and GaussianFitter suffer from the same design flaw as PolynomialFitter, namely that it is

Re: Adding Commons to Sonar...

2012-06-09 Thread James Carman
Thanks, Brett. What are folks currently using? Do they set up their own Jenkins? Or, is there one already set up that people are sharing? On Sat, Jun 9, 2012 at 10:15 AM, Brett Porter br...@apache.org wrote: File an infra ticket tagged with that component. It needs to be added to an

Re: Adding Commons to Sonar...

2012-06-09 Thread Brett Porter
File an infra ticket tagged with that component. It needs to be added to an independent jenkins instance (so it doesn't consume too many resources on the main build farm). - Brett On 09/06/2012, at 10:07 PM, James Carman wrote: If Apache Commons would like to add some (perhaps all) of our

Re: Adding Commons to Sonar...

2012-06-09 Thread Brett Porter
Sorry, I didn't realise that was unclear until I re-read my message. There's a Jenkins running on analysis.apache.org that handles this. It runs each requested job once a day. - Brett On 10/06/2012, at 12:48 AM, James Carman wrote: Thanks, Brett. What are folks currently using? Do they set

[math] bugs in OpenMapRealVector

2012-06-09 Thread Sébastien Brisard
Hello, while working on MATH-795, I've realized that OpenMapRealVector has several bugs. This is reported in MATH-803. I need some help to find an efficient solution for this bug! Thanks in advance! Sébastien - To unsubscribe,

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

2012-06-09 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23068projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Sat 9 Jun 2012 19:20:40 + Finished at: Sat 9 Jun 2012 19:24:06 + Total time: 3m 26s Build Trigger: Schedule Build

Re: [Math] HarmonicFitter and GaussianFitter

2012-06-09 Thread Gilles Sadowski
Hello. [...] Then, we could keep PolynomialFitter. OK for this change? OK. Luc Sounds good to me! Could you please have a look at PolynomialFitter? I'm not sure that it is useful to select the degree of the polynomial at construction, as it is currently done. Is there a

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

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

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

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

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

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

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

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

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

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