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

2010-11-14 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-vfs has an issue affecting its community integration. This issue

Re: [VOTE] Release Commons NET 2.2 based on RC1

2010-11-14 Thread sebb
On 14 November 2010 03:31, Daniel F. Savarese d...@savarese.org wrote: In message aanlkti=b5c+zcou8a7w17vzswepv+8dynfykcqmj_...@mail.gmail.com, sebb  writes: This is a vote to release Apache Commons NET 2.2. [X ] -1 no, do not release it because... I object to commons-net-2.2-javadoc.jar

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

2010-11-14 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

[VFS] change of package name breaks Gump

2010-11-14 Thread sebb
The change of VFS package name has broken lots of Gump builds - which is to be expected. Looking at how this has been solved for other projects, one way to solve this is to create a branch for the VFS 1.x code and use that for the current VFS. Then we create a build for VFS 2. Gump does warn us

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread sebb
On 14 November 2010 11:17, sebb seb...@gmail.com wrote: The change of VFS package name has broken lots of Gump builds - which is to be expected. Looking at how this has been solved for other projects, one way to solve this is to create a branch for the VFS 1.x code and use that for the

[g...@vmgump]: Project commons-jelly-tags-quartz (in module commons-jelly) failed

2010-11-14 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-quartz has an issue affecting its community

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

2010-11-14 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

[VFS] @since markers missing

2010-11-14 Thread sebb
Just noticed that there are no @since markers for any of the additions to the code made since 1.0. I think these are important, and should be present. I'm happy to add them to the code-base. - To unsubscribe, e-mail:

Re: svn commit: r1035003 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/MessageFactory.java test/java/org/apache/commons/math/exception/util/MessageFactoryTest.j

2010-11-14 Thread Gilles Sadowski
Hi Luc. Author: luc Date: Sun Nov 14 15:06:11 2010 New Revision: 1035003 URL: http://svn.apache.org/viewvc?rev=1035003view=rev Log: fixed message building so the behavior matches the existing javadoc: general arguments are the ones remaining after the specific ones have been handled

Re: svn commit: r1035003 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/MessageFactory.java test/java/org/apache/commons/math/exception/util/MessageFactoryTest.j

2010-11-14 Thread Luc Maisonobe
Le 14/11/2010 21:57, Gilles Sadowski a écrit : Hi Luc. Hi Gilles, Author: luc Date: Sun Nov 14 15:06:11 2010 New Revision: 1035003 URL: http://svn.apache.org/viewvc?rev=1035003view=rev Log: fixed message building so the behavior matches the existing javadoc: general arguments are the

Re: svn commit: r1035003 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/MessageFactory.java test/java/org/apache/commons/math/exception/util/MessageFactoryTest.j

2010-11-14 Thread Luc Maisonobe
Le 14/11/2010 22:19, Luc Maisonobe a écrit : Le 14/11/2010 21:57, Gilles Sadowski a écrit : Hi Luc. Hi Gilles, Author: luc Date: Sun Nov 14 15:06:11 2010 New Revision: 1035003 URL: http://svn.apache.org/viewvc?rev=1035003view=rev Log: fixed message building so the behavior matches

Re: svn commit: r1035003 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/MessageFactory.java test/java/org/apache/commons/math/exception/util/MessageFactoryTest.j

2010-11-14 Thread Gilles Sadowski
Hi. [...] I'll revert the change and make the javadoc match the earlier code. It should be fixed now, in r1035072 and r1035073. Thank you. I left the other change (allowing either specific or general to be null) as I still consider its worth providing both ways. I don't understand.

Re: svn commit: r1035003 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/MessageFactory.java test/java/org/apache/commons/math/exception/util/MessageFactoryTest.j

2010-11-14 Thread Gilles Sadowski
Hi. [...] So what I propose the following set of constructors : - no argument - this would lead to the default message USER_EXCEPTION - a throwable - this would lead to the default message USER_EXCEPTION - a throwable and one pattern - this would be used to specify the

Re: [VFS] @since markers missing

2010-11-14 Thread James Carman
author tags are officially discouraged The board decided long ago that @author tags were discouraged. Let's just remove them. If you want to credit someone, add their name to the pom.xml file as a contributor. On Sun, Nov 14, 2010 at 7:05 PM, Gary Gregory ggreg...@seagullsoftware.com wrote:

Re: [VFS] @since markers missing

2010-11-14 Thread Gary Gregory
On Nov 14, 2010, at 16:28, James Carman ja...@carmanconsulting.com wrote: author tags are officially discouraged The board decided long ago that @author tags were discouraged. Let's just remove them. If you want to credit someone, add their name to the pom.xml file as a contributor. Yes

Re: [VFS] @since markers missing

2010-11-14 Thread Ralph Goers
Checkstyle in VFS verifies that author tags are present as that is the default setting. I don't see a checkstyle setting to enforce that they are not present. However, I believe it can enforce that it match a fixed expression. As part of cleaning up the checkstyle results I've added @author

Re: [VFS] @since markers missing

2010-11-14 Thread sebb
On 15 November 2010 01:04, Ralph Goers ralph.go...@dslextreme.com wrote: Checkstyle in VFS verifies that author tags are present as that is the default setting. I don't see a checkstyle setting to enforce that they are not present.  However, I believe it can enforce that it match a fixed

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread Ralph Goers
On Nov 14, 2010, at 3:43 AM, sebb wrote: On 14 November 2010 11:17, sebb seb...@gmail.com wrote: The change of VFS package name has broken lots of Gump builds - which is to be expected. Looking at how this has been solved for other projects, one way to solve this is to create a branch for

Re: [VFS] @since markers missing

2010-11-14 Thread Gary Gregory
On Nov 14, 2010, at 17:20, sebb seb...@gmail.com wrote: On 15 November 2010 01:04, Ralph Goers ralph.go...@dslextreme.com wrote: Checkstyle in VFS verifies that author tags are present as that is the default setting. I don't see a checkstyle setting to enforce that they are not present.

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread sebb
On 15 November 2010 01:23, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 3:43 AM, sebb wrote: On 14 November 2010 11:17, sebb seb...@gmail.com wrote: The change of VFS package name has broken lots of Gump builds - which is to be expected. Looking at how this has been

Re: [VFS] @since markers missing

2010-11-14 Thread sebb
On 15 November 2010 01:32, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 17:20, sebb seb...@gmail.com wrote: On 15 November 2010 01:04, Ralph Goers ralph.go...@dslextreme.com wrote: Checkstyle in VFS verifies that author tags are present as that is the default setting.

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread Ralph Goers
On Nov 14, 2010, at 5:34 PM, sebb wrote: IMO it's important to ensure that the package change really is necessary. Somehow I thought that was accomplished by the last release candidate failing to get the required votes due to the package name not being changed. If the recommendation

RE: [VFS] @since markers missing

2010-11-14 Thread Gary Gregory
-Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Sunday, November 14, 2010 17:36 To: Commons Developers List Subject: Re: [VFS] @since markers missing On 15 November 2010 01:32, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 17:20, sebb

Re: [VFS] @since markers missing

2010-11-14 Thread Ralph Goers
On Nov 14, 2010, at 5:41 PM, Gary Gregory wrote: -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Sunday, November 14, 2010 17:36 To: Commons Developers List Subject: Re: [VFS] @since markers missing On 15 November 2010 01:32, Gary Gregory

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread sebb
On 15 November 2010 01:38, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:34 PM, sebb wrote: IMO it's important to ensure that the package change really is necessary. Somehow I thought that was accomplished by the last release candidate failing to get the required

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread Ralph Goers
On Nov 14, 2010, at 5:51 PM, sebb wrote: On 15 November 2010 01:38, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:34 PM, sebb wrote: IMO it's important to ensure that the package change really is necessary. Somehow I thought that was accomplished by the last

[g...@vmgump]: Project commons-messenger (in module commons-dormant) failed

2010-11-14 Thread James Strachan
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-messenger has an issue affecting its community integration. This

[g...@vmgump]: Project commons-services (in module commons-dormant) failed

2010-11-14 Thread Ted Husted
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-services has an issue affecting its community integration. This

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread sebb
On 15 November 2010 02:08, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:51 PM, sebb wrote: On 15 November 2010 01:38, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:34 PM, sebb wrote: IMO it's important to ensure that the package change really

[VFS] @since markers missing - ctd

2010-11-14 Thread sebb
Starting a new thread because the original one drifted into @author tags. I've been using clirr to report which classes and methods are new. This works fine for classes, however Clirr does not seem to notice when a private method becomes public - it just says the method has been added, [even if

Re: [VFS] @since markers missing - ctd

2010-11-14 Thread Gary Gregory
On Nov 14, 2010, at 19:56, sebb seb...@gmail.com wrote: Starting a new thread because the original one drifted into @author tags. I've been using clirr to report which classes and methods are new. This works fine for classes, however Clirr does not seem to notice when a private method

Re: [VFS] @since markers missing - ctd

2010-11-14 Thread sebb
On 15 November 2010 03:59, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 19:56, sebb seb...@gmail.com wrote: Starting a new thread because the original one drifted into @author tags. I've been using clirr to report which classes and methods are new. This works fine

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread Ralph Goers
On Nov 14, 2010, at 7:43 PM, sebb wrote: On 15 November 2010 02:08, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:51 PM, sebb wrote: On 15 November 2010 01:38, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:34 PM, sebb wrote: IMO it's

Re: [VFS] @since markers missing - ctd

2010-11-14 Thread Ralph Goers
On Nov 14, 2010, at 8:04 PM, sebb wrote: On 15 November 2010 03:59, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 19:56, sebb seb...@gmail.com wrote: Starting a new thread because the original one drifted into @author tags. I've been using clirr to report which

Re: [VFS] @since markers missing - ctd

2010-11-14 Thread Gary Gregory
On Nov 14, 2010, at 20:04, sebb seb...@gmail.com wrote: On 15 November 2010 03:59, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 19:56, sebb seb...@gmail.com wrote: Starting a new thread because the original one drifted into @author tags. I've been using clirr to

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread sebb
On 15 November 2010 04:07, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 7:43 PM, sebb wrote: On 15 November 2010 02:08, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:51 PM, sebb wrote: On 15 November 2010 01:38, Ralph Goers

Re: [VFS] @since markers missing - ctd

2010-11-14 Thread sebb
On 15 November 2010 04:16, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 20:04, sebb seb...@gmail.com wrote: On 15 November 2010 03:59, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 19:56, sebb seb...@gmail.com wrote: Starting a new thread

Re: [VFS] change of package name breaks Gump

2010-11-14 Thread Gary Gregory
On Nov 14, 2010, at 20:08, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 7:43 PM, sebb wrote: On 15 November 2010 02:08, Ralph Goers ralph.go...@dslextreme.com wrote: On Nov 14, 2010, at 5:51 PM, sebb wrote: On 15 November 2010 01:38, Ralph Goers

Re: [VFS] @since markers missing - ctd

2010-11-14 Thread Gary Gregory
On Nov 14, 2010, at 20:23, sebb seb...@gmail.com wrote: On 15 November 2010 04:16, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at 20:04, sebb seb...@gmail.com wrote: On 15 November 2010 03:59, Gary Gregory ggreg...@seagullsoftware.com wrote: On Nov 14, 2010, at

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

2010-11-14 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-vfs has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-vfs-sandbox (in module commons-vfs-1.x) failed

2010-11-14 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-vfs-sandbox has an issue affecting its community integration.

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

2010-11-14 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 has an issue affecting its community integration. This

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

2010-11-14 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-junit has an issue affecting its community

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

2010-11-14 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-antlr has an issue affecting its community

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

2010-11-14 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-betwixt has an issue affecting its community

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

2010-11-14 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-log has an issue affecting its community integration.

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

2010-11-14 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-dynabean has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-email (in module commons-jelly) failed

2010-11-14 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-email has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-interaction (in module commons-jelly) failed

2010-11-14 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-interaction has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-swt (in module commons-jelly) failed

2010-11-14 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-swt has an issue affecting its community integration.

[g...@vmgump]: Project commons-jelly-tags-memory (in module commons-jelly) failed

2010-11-14 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-memory has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-regexp (in module commons-jelly) failed

2010-11-14 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-regexp has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-sql (in module commons-jelly) failed

2010-11-14 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-sql has an issue affecting its community integration.

[g...@vmgump]: Project commons-jelly-tags-threads (in module commons-jelly) failed

2010-11-14 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-threads has an issue affecting its community

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

2010-11-14 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-test has an issue affecting its community integration. This

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

2010-11-14 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-jelly-tags-util (in module commons-jelly) failed

2010-11-14 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-util has an issue affecting its community

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

2010-11-14 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-beanshell has an issue affecting its community

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

2010-11-14 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-avalon has an issue affecting its community

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

2010-11-14 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-xml has an issue affecting its community integration.

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

2010-11-14 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-jms has an issue affecting its community integration.

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

2010-11-14 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-velocity has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-quartz (in module commons-jelly) failed

2010-11-14 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-quartz has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-bean (in module commons-jelly) failed

2010-11-14 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-bean has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-ant (in module commons-jelly) failed

2010-11-14 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-ant has an issue affecting its community integration.

[g...@vmgump]: Project commons-jelly-tags-define (in module commons-jelly) failed

2010-11-14 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-define has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-fmt (in module commons-jelly) failed

2010-11-14 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-fmt has an issue affecting its community integration.

[g...@vmgump]: Project commons-jelly-tags-jsl (in module commons-jelly) failed

2010-11-14 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-jsl has an issue affecting its community integration.

[g...@vmgump]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2010-11-14 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-jsl-test has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-jface (in module commons-jelly) failed

2010-11-14 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-jface has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2010-11-14 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-swing has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-html (in module commons-jelly) failed

2010-11-14 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-html has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2010-11-14 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-define-test has an issue affecting its community

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

2010-11-14 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.

[g...@vmgump]: Project commons-jelly-tags-xmlunit (in module commons-jelly) failed

2010-11-14 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-xmlunit has an issue affecting its community