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

2012-10-29 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-dbcp2 has an issue affecting its community integration. This

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

2012-10-29 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-exec-test has an issue affecting its community integration. This

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

2012-10-29 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-chain2 (in module apache-commons) failed

2012-10-29 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-chain2 has an issue affecting its community integration. This

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

2012-10-29 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-dbutils (in module apache-commons) failed

2012-10-29 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-dbutils has an issue affecting its community integration. This

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

2012-10-29 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

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

2012-10-29 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: svn commit: r1403346 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java

2012-10-29 Thread Ralph Goers
Gary, What are you using to validate checkstyle? checkstyle.xml says the max line length is 120 yet your log message says it is 150. Ralph On Oct 29, 2012, at 8:06 AM, ggreg...@apache.org wrote: Author: ggregory Date: Mon Oct 29 15:06:48 2012 New Revision: 1403346 URL:

[VFS] Unit test failure

2012-10-29 Thread Ralph Goers
I haven't run the build in a while but I don't recall ever seeing this before. Running org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.229 sec FAILURE!

Re: [VFS] Unit test failure

2012-10-29 Thread Gary Gregory
Hi Ralph, I've never seen that one! I am on Windows. Are you on Linux? Gary On Mon, Oct 29, 2012 at 12:34 PM, Ralph Goers ralph.go...@dslextreme.comwrote: I haven't run the build in a while but I don't recall ever seeing this before. Running

Re: svn commit: r1403346 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsClientFactory.java

2012-10-29 Thread Gary Gregory
I got that comment from the HTML checkstyle report! Might be a checkstyle reporting bug? Gary On Mon, Oct 29, 2012 at 12:29 PM, Ralph Goers ralph.go...@dslextreme.comwrote: Gary, What are you using to validate checkstyle? checkstyle.xml says the max line length is 120 yet your log message

[compress] add notifier support for new block in BZip2CompressorInputStream

2012-10-29 Thread Thomas Meyer
Hi, attached patch enables an program to add a listener when a new bzip2 block is detected. The notifier is called with: - xxx.newBlock(this, currBlockNo, currBlockPosition) - this = the current BZip2CompressorInputStream object - currBlockNo = The current block number, increased for each

Re: [VFS] Unit test failure

2012-10-29 Thread James Carman
I just ran the full build from trunk successfully on linux (Ubuntu 64-bit). On Mon, Oct 29, 2012 at 12:49 PM, Gary Gregory garydgreg...@gmail.com wrote: Hi Ralph, I've never seen that one! I am on Windows. Are you on Linux? Gary On Mon, Oct 29, 2012 at 12:34 PM, Ralph Goers

Re: [VFS] Unit test failure

2012-10-29 Thread Ralph Goers
Nope. Mac OS/X Lion Ralph On Oct 29, 2012, at 9:49 AM, Gary Gregory wrote: Hi Ralph, I've never seen that one! I am on Windows. Are you on Linux? Gary On Mon, Oct 29, 2012 at 12:34 PM, Ralph Goers ralph.go...@dslextreme.comwrote: I haven't run the build in a while but I don't

Re: [compress] add notifier support for new block in BZip2CompressorInputStream

2012-10-29 Thread Gary Gregory
Thomas, Please create a JIRA and describe and attach the patch there, with a unit test if possible. Thank you, Gary On Mon, Oct 29, 2012 at 1:02 PM, Thomas Meyer tho...@m3y3r.de wrote: Hi, attached patch enables an program to add a listener when a new bzip2 block is detected. The

Re: [VFS] Unit test failure

2012-10-29 Thread dlmarion
I just built (mvn clean install) and had no problem on Ubuntu. - Original Message - From: James Carman ja...@carmanconsulting.com To: Commons Developers List dev@commons.apache.org Sent: Monday, October 29, 2012 1:51:48 PM Subject: Re: [VFS] Unit test failure Same result here on Mac

Re: [VFS] Unit test failure

2012-10-29 Thread James Carman
I think we're dealing with an issue that's Mac OS X related, at least it would seem so currently. On Mon, Oct 29, 2012 at 2:01 PM, dlmar...@comcast.net wrote: I just built (mvn clean install) and had no problem on Ubuntu. - Original Message - From: James Carman

Re: [VFS] Unit test failure

2012-10-29 Thread Ralph Goers
I would expect file://c:\Users\ or file://c:/Users/ on Windows. Ralph On Oct 29, 2012, at 11:01 AM, Gary Gregory wrote: file:///Users/ smells like Windows 7... Hm... G On Mon, Oct 29, 2012 at 1:51 PM, James Carman ja...@carmanconsulting.comwrote: Same result here on Mac OS X