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

2012-02-05 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] Merge of interface and implementation of *Test classes in stat.inference

2012-02-05 Thread sebb
On 5 February 2012 18:29, Thomas Neidhart wrote: > On 02/03/2012 10:33 PM, Gilles Sadowski wrote: >> On Fri, Feb 03, 2012 at 08:33:44PM +0100, Thomas Neidhart wrote: >>> Hi, >>> >>> I have been working on the exceptions in the stat.inference package and >>> have seen that all classes in this packa

Re: [math] Merge of interface and implementation of *Test classes in stat.inference

2012-02-05 Thread Gilles Sadowski
On Sun, Feb 05, 2012 at 09:17:27PM +0100, Thomas Neidhart wrote: > On 02/05/2012 08:14 PM, Gilles Sadowski wrote: > > [snip] > > > [Sorry if I misunderstood what you were saying; in which case I did not get > > it...] > > I think the confusion came from the fact that there are actually 2 > TestU

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

2012-02-05 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=18348&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Sun 5 Feb 2012 20:41:34 + Finished at: Sun 5 Feb 2012 20:45:15 + Total time: 3m 40s Build Trigger: Schedule Build

Re: [SANDBOX][BeanUtils2] Regarding BeanAccessor.populate()

2012-02-05 Thread Simone Tripodi
Hi Benedikt, let's keep the `skip readonly property` behavior ATM, that is something BeanUtils users are already used to. Same for null key, skip them. Moreover, iterate over properties.entrySet()[1] instead of keySet(). all the best, -Simo [1] http://docs.oracle.com/javase/6/docs/api/java/uti

Re: [math] Merge of interface and implementation of *Test classes in stat.inference

2012-02-05 Thread Thomas Neidhart
On 02/05/2012 08:14 PM, Gilles Sadowski wrote: [snip] > [Sorry if I misunderstood what you were saying; in which case I did not get > it...] I think the confusion came from the fact that there are actually 2 TestUtils classes in CM ;-) Thomas ---

Re: [Math] Contributor Request

2012-02-05 Thread leandro . pezzente
Thak you all for your comments and feedback ! As for me , one of the main reasons for joining such an exciting project is to learn and gain experience , so , following Thomas advice , its a great way for me to get a good grasp on Unit Tests and javadoc ( btw , thanks for the links !). I hope I c

Re: [math] Merge of interface and implementation of *Test classes in stat.inference

2012-02-05 Thread Thomas Neidhart
On 02/05/2012 08:14 PM, Gilles Sadowski wrote: > Maybe I'm mistaken but it seems that you think that the "...Test" classes in > package "stat.inference" are somehow utilities for the CM unit tests (as is > actually the case for the "TestUtils" class) or some base class for CM unit > tests (?). That

Re: [math] Merge of interface and implementation of *Test classes in stat.inference

2012-02-05 Thread Gilles Sadowski
On Sun, Feb 05, 2012 at 07:29:05PM +0100, Thomas Neidhart wrote: > On 02/03/2012 10:33 PM, Gilles Sadowski wrote: > > On Fri, Feb 03, 2012 at 08:33:44PM +0100, Thomas Neidhart wrote: > >> Hi, > >> > >> I have been working on the exceptions in the stat.inference package and > >> have seen that all c

Re: [math] Merge of interface and implementation of *Test classes in stat.inference

2012-02-05 Thread Thomas Neidhart
On 02/03/2012 10:33 PM, Gilles Sadowski wrote: > On Fri, Feb 03, 2012 at 08:33:44PM +0100, Thomas Neidhart wrote: >> Hi, >> >> I have been working on the exceptions in the stat.inference package and >> have seen that all classes in this package follow the same scheme: >> >> - Interface for a stati

Re: Conversion utility class

2012-02-05 Thread Benedikt Ritter
Hello Sebastien, at first, let me say, that it's a great thing, that you have decided to contribute your work to the open source community! You asked for help with your contribution. Joining the dev mailing list was right step to take at first. So here are a few things that have to be accoun

Re: Conversion utility class

2012-02-05 Thread Adrian Crum
Commons Convert is Java only, so there is no need to support mixed languages. The current trunk supports Maven and Ant build tools, and there are support files for Eclipse. -Adrian On 2/5/2012 3:42 PM, ma...@nimp.co.uk wrote: This seems to fit well with the functionality of my utility class.

Re: Conversion utility class

2012-02-05 Thread Stephen Colebourne
On 4 February 2012 05:38, ma...@nimp.co.uk wrote: > Apache Commons Lang seems to be the right place for that kind of utility > class, however, my utility class is coded in Scala, is that ok ? Not in my opinion No. I have no problem with a Scala-only commons component, but I think mixing two lang

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

2012-02-05 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-jexl-2.x has an issue affecting its community integration. This is

Re: Conversion utility class

2012-02-05 Thread ma...@nimp.co.uk
This seems to fit well with the functionality of my utility class. Please let me know what do you think about the documentation issue. Anyone has an idea to generate javadoc from a scala code ? Also, what do you use to build the library ? does it handle mixed language projects ? I am using JIdea

Re: Conversion utility class

2012-02-05 Thread ma...@nimp.co.uk
Commons-codec seems biased towards files and networking operation. Someone suggested Commons-convert, which is in the sandbox right now. That's seems a better match. Thanks for your suggestion. Sebastien Original Message: - From: Paul Libbrecht p...@hoplahup.net Date: Sat, 4 Feb 2

[SANDBOX][BeanUtils2] Regarding BeanAccessor.populate()

2012-02-05 Thread Benedikt Ritter
Hi, I'm working on populate and tried to stick to the convention of throwing exceptions for illegal inputs: * passing null will cause NullPointerException * passing an empty Map will have no effect * passing a Map with null keys will cause NullPointerException * passing a Map with null values

Re: svn commit: r1240646 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/PropertyDescriptorsRegistry.java

2012-02-05 Thread Simone Tripodi
the subject of my tense is the method, not the class, I didn't mean to put a static reference - but next time I'll write more explicitly so will be easier to avoid misunderstanding. http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http

Re: svn commit: r1240646 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/PropertyDescriptorsRegistry.java

2012-02-05 Thread Benedikt Ritter
That's what I was saying ;-) You suggested a static reference in Jira [1] and that confused me a bit. So I like your change, because that is kind of what I did in the first place. [1] https://issues.apache.org/jira/browse/SANDBOX-379?focusedCommentId=13198666&page=com.atlassian.jira.plugin.sys

Re: svn commit: r1240646 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/PropertyDescriptorsRegistry.java

2012-02-05 Thread Simone Tripodi
that's because you added the registry as static reference in your previous patch, just changed the logic. alles gute! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Feb 5, 2012 at 12:20 PM, Be

Re: svn commit: r1240646 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/PropertyDescriptorsRegistry.java

2012-02-05 Thread Benedikt Ritter
Thanks for that patch. I was a bit confused, when you suggested to access MethodsRegistry statically in JIRA. Now that seems to be a nice solution. I'm currently working on populate() and there are a few things worth discussing. I hope that I have the time to write something down this evening

[ANNOUNCEMENT] Commons Configuration 1.8 Released

2012-02-05 Thread Oliver Heger
The Apache Commons team is pleased to announce the availability of Commons Configuration 1.8. The Commons Configuration software library provides a generic configuration interface which enables an application to read configuration data from a variety of sources, e.g. properties files, XML docu

Re: [Math] Contributor Request

2012-02-05 Thread Thomas Neidhart
On 02/04/2012 10:17 PM, leandro.pezze...@hush.com wrote: > > > Hi There Everyone ! > > My name is Leandro Pezzente , currently coursing a PhD ( Physics) > Student at La Plata National University (UNLP) in Argentina and an > enthusiastic Java Programmer with intentions to get my S2E6

Re: [Math] Contributor Request

2012-02-05 Thread Sébastien Brisard
Hi Leandro, and welcome on board! > >I will start by giving a good deep reading to the API Javadoc and > corresponding Implementations ( hopefully 2 weeks or so) and watch the > current discussions and issues. I guess I can call it a training > period or something :) . >With regards