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

2012-04-01 Thread Ralph Goers
I've looked at this and I simply think testValidation and testValidation2 are incorrect. I believe their purpose is to test schema validation. If that failed they would throw an exception. The two asserts after reading the configuration don't actually validate anything those tests are doing.

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

2012-04-01 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-configuration-test has an issue affecting its community

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

2012-04-01 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-id (in module commons-sandbox) failed

2012-04-01 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-id has an issue affecting its community integration. This issue

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

2012-04-01 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-vfs2-test has an issue affecting its community integration. This

Re: New projects in the Apache Commons

2012-04-01 Thread Luc Maisonobe
Hi Tom, Le 01/04/2012 02:53, Tom Everett a écrit : Good afternoon everyone. Could someone point me to the process or documentation for proposing and contributing a new project to the Apache Commons? Well, I think simply discussing the project on the dev list is almost enough. Projects

Re: [compress] Releasing 1.4

2012-04-01 Thread Christian Grobmeier
On Sun, Apr 1, 2012 at 7:01 AM, Stefan Bodewig bode...@apache.org wrote: On 2012-03-31, Christian Grobmeier wrote: Before ages when I wrote the ChangeSet stuff I have marked them as experimental. Have not heard any complains yet... we should discuss if we remove that label or if need some

Re: [compress] Releasing 1.4

2012-04-01 Thread sebb
On 1 April 2012 05:55, Stefan Bodewig bode...@apache.org wrote: On 2012-03-31, sebb wrote: There are a few places where the default charset is being used. It's not clear whether these are intentional or not, so I have marked them with TODOs. Thanks (and thanks for the other fixes as well).

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

2012-04-01 Thread sebb
On 1 April 2012 06:23, Stefan Bodewig bode...@apache.org wrote: On 2012-04-01, Ralph Goers wrote: From the vfs2 log it looks like it is running into a binary incompatibility with SLF4J. vfs2 is specifying SLF4J 1.5.5 but mvn dependency:tree is showing me that Jackrabbit is referencing

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

2012-04-01 Thread sebb
On 1 April 2012 06:18, Stefan Bodewig bode...@apache.org wrote: On 2012-04-01, Ralph Goers wrote: I have real problems with Gump. I find it very difficult to determine what the problem actually is much less diagnose it. Other than that I know it is supposed to be using the latest source in

Re: New projects in the Apache Commons

2012-04-01 Thread Luc Maisonobe
Le 01/04/2012 10:04, Luc Maisonobe a écrit : Hi Tom, Le 01/04/2012 02:53, Tom Everett a écrit : Good afternoon everyone. Could someone point me to the process or documentation for proposing and contributing a new project to the Apache Commons? Well, I think simply discussing the project

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

2012-04-01 Thread Gary Gregory
On Sat, Mar 31, 2012 at 8:06 PM, Ralph Goers ralph.go...@dslextreme.comwrote: I finally went a looked at this. Why in the world did you comment on a Jira issue that is closed and not change its status? No one is going to even look at it. I cloned the issue as a new JIRA:

Re: New projects in the Apache Commons

2012-04-01 Thread Tom Everett
ok, cool, thanks. Having looked at the incubator, I'm happy to jump in there. On Sun, Apr 1, 2012 at 7:31 AM, Luc Maisonobe l...@spaceroots.org wrote: Le 01/04/2012 10:04, Luc Maisonobe a écrit : Hi Tom, Le 01/04/2012 02:53, Tom Everett a écrit : Good afternoon everyone. Could

Re: New projects in the Apache Commons

2012-04-01 Thread Ralph Goers
You might want to broach your idea here first. If it is appropriate for commons than we would likely sponsor the proposal. Ralph On Apr 1, 2012, at 8:09 AM, Tom Everett wrote: ok, cool, thanks. Having looked at the incubator, I'm happy to jump in there. On Sun, Apr 1, 2012 at 7:31 AM,

Re: New projects in the Apache Commons

2012-04-01 Thread Tom Everett
Sure, I'd be happy to. LIke many others in the Java-ecosytem, I'm a big fan of IOC. So, in order to have a small, lightweight IOC library, I wrote SimpleIOC (commons-ioc?) which features: - An XML configurable bean factory - Simple bean dependency resolution - A simple implementation

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

2012-04-01 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=20784projectId=129 Build statistics: State: Failed Previous State: Ok Started at: Sun 1 Apr 2012 17:27:18 + Finished at: Sun 1 Apr 2012 17:27:34 + Total time: 15s Build Trigger: Schedule Build

Re: svn commit: r1308148 - in /commons/proper/configuration/trunk: ./ src/test/java/org/apache/commons/configuration/TestVFSConfigurationBuilder.java

2012-04-01 Thread Oliver Heger
Thanks for fixing this! Oliver Am 01.04.2012 18:27, schrieb rgo...@apache.org: Author: rgoers Date: Sun Apr 1 16:27:41 2012 New Revision: 1308148 URL: http://svn.apache.org/viewvc?rev=1308148view=rev Log: Have testValidation and testValidation2 test something useful Modified:

[chain] Example tests using Mockito

2012-04-01 Thread Elijah Zupancic
I'm busy updating the cookbook for the Chain project to use examples that make use of the new 2.0 generics features. As part of the effort, I'm adding the cookbook example code to the apps directory and making all of the examples compilable with Maven. For most cases, this is straight forward,

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

2012-04-01 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

Re: [compress] Releasing 1.4

2012-04-01 Thread Stefan Bodewig
On 2012-04-01, Christian Grobmeier wrote: On Sun, Apr 1, 2012 at 7:01 AM, Stefan Bodewig bode...@apache.org wrote: On 2012-03-31, Christian Grobmeier wrote: Before ages when I wrote the ChangeSet stuff I have marked them as experimental. Have not heard any complains yet... we should discuss

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

2012-04-01 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