Re: svn commit: r758009 - /commons/proper/compress/trunk/pom.xml

2009-03-25 Thread Christian Grobmeier
Hi, shouldn't credits of: https://issues.apache.org/jira/browse/COMPRESS-23 go to Adrian Pronk? Cheers, Ch On Tue, Mar 24, 2009 at 9:41 PM, mben...@apache.org wrote: Author: mbenson Date: Tue Mar 24 20:41:45 2009 New Revision: 758009 URL: http://svn.apache.org/viewvc?rev=758009view=rev

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

2009-03-25 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 has an issue affecting its community integration.

Re: [compress] Checkstyle configuration

2009-03-25 Thread Christian Grobmeier
Is that because of the checkstyle tool, or because of the rules that have been chosen? Not because of these rules. It's the approach. I've seen people wasting too much time on this. Builds breaking because of wrong coding styles. Terrible! I thought checkstyle.xml is a commons convention.

Re: [compress] Checkstyle configuration

2009-03-25 Thread Torsten Curdt
I was remembering when I was jumping into compress first. I openend the BZ2 classes and I felt so hopeless... the code was quite cryptic to me and so different to that style I was used too. If we would have clean and consistent codestyle, this may help some younger  devs to jump into the code

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

2009-03-25 Thread Stefan Bodewig
On 2009-03-25, Jörg Schaible joerg.schai...@gmx.de wrote: BTW: What is the difference in Gump's project descriptor between the optional and depend tags? If the project you depend on doesn't build in Gump, your project won't be built at all if you use depend and will still build if you use

Re: [compress] Checkstyle configuration

2009-03-25 Thread Stefan Bodewig
On 2009-03-24, Torsten Curdt tcu...@apache.org wrote: Personally I am not a big fan of checkstyle enforcement at all. I can perfectly well live without it as well. Stefan - To unsubscribe, e-mail:

[continuum] compress still in sandbox

2009-03-25 Thread Stefan Bodewig
Hi, how do I tell Continuum that compress has been promoted? Thanks for any hint Stefan - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[DBCP] 'undeprecate' abandoned functionality

2009-03-25 Thread Mark Thomas
Folks, The abandoned functionality was originally deprecated because abandoned connections were returned to the pool opening up the possibility of all sorts of mischief / bugs. This was changed some time ago to remove abandoned connections from the pool and close them. Given this change, I see

Re: [compress] Checkstyle configuration

2009-03-25 Thread Christian Grobmeier
On 2009-03-24, Torsten Curdt tcu...@apache.org wrote: Personally I am not a big fan of checkstyle enforcement at all. I can perfectly well live without it as well. OK, I will add a patch to the cs issue whcih deletes the checkstyle.xml from the pom file (its currently commented out). Cheers

Re: M2 settings.xml

2009-03-25 Thread Siegfried Goeschl
Sorry folks, wanted to send to Stephan Bodewig and hit the mailing list ... Cheers, Siegfried Goeschl Liam Coughlin wrote: oops? On Wed, Mar 25, 2009 at 9:51 AM, Siegfried Goeschl siegfried.goes...@it20one.at mailto:siegfried.goes...@it20one.at wrote: settings servers

Re: [compress] Checkstyle configuration

2009-03-25 Thread Siegfried Goeschl
Hi Christian, if you want to delete I can do it - no need to jira every detail while we are all on AC09 Sitting next to Stefan Bodewig, Siegfried Goeschl Christian Grobmeier wrote: On 2009-03-24, Torsten Curdt tcu...@apache.org wrote: Personally I am not a big fan of checkstyle

Re: [compress] Checkstyle configuration

2009-03-25 Thread Christian Grobmeier
Hi there, if you want to delete I can do it - no need to jira every detail while we are  all on AC09 well, not all :-) Thanks, i didn't want to noise around. If you could delete it I would be glad. Can you please close this issue too? https://issues.apache.org/jira/browse/COMPRESS-25 Cheers!

Re: svn commit: r758009 - /commons/proper/compress/trunk/pom.xml

2009-03-25 Thread Matt Benson
It looks to me as though Adrian's report/patch actually came after (this) Christian's... no? -Matt --- On Wed, 3/25/09, Christian Grobmeier grobme...@gmail.com wrote: From: Christian Grobmeier grobme...@gmail.com Subject: Re: svn commit: r758009 - /commons/proper/compress/trunk/pom.xml To:

[Commons Wiki] Update of Exec by SiegfriedGoeschl

2009-03-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Commons Wiki for change notification. The following page has been changed by SiegfriedGoeschl: http://wiki.apache.org/commons/Exec -- ==

Re: [Note of Intent] CLI2 - Sandbox

2009-03-25 Thread Dennis Lundberg
Henri Yandell wrote: On Tue, Mar 24, 2009 at 7:33 PM, Dennis Lundberg denn...@apache.org wrote: Henri Yandell wrote: On Mon, Mar 23, 2009 at 3:16 PM, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Hen, Henri Yandell wrote at Sonntag, 22. März 2009 00:17: On Fri, Mar 20, 2009 at 3:15 PM,

[VFS] anonymous debug logging

2009-03-25 Thread Gary Gregory
Hi VFS: When we turn debug on for every thing I our app I noticed that we are getting a lot of log entries like: 2009-03-25 12:17:06,342 [main] DEBUG: putFile: file:///C:/... I see that this is done from VFS in:

Re: [Configuration] Dependency on VFS

2009-03-25 Thread Ralph Goers
Thanks, I've tried uploading to the old snapshot repo but kept getting a 401. Brian Fox set up the new repo so that commons could use it. I've uploaded a snapshot to https://repository.apache.org/content/repositories/snapshots/ . I have updated the pom on my local machine to deploy there

Re: [VFS] anonymous debug logging

2009-03-25 Thread Ralph Goers
I'm not a big fan of that. I prefer using Logback's and Log4j's ability to include the class name, method name and line number in the logging pattern. The overhead of that is not that large now that they are both using the getStackTrace method to get the information. In fact, I'd prefer to

Fwd: Deploying to the snapshot repository.

2009-03-25 Thread Ralph Goers
As Brian indicated the snapshot repo is open for business for Commons. I deployed Commons VFS there since I couldn't seem to deploy to people.apache.org. It makes sense to me to migrate releases to the Nexus repo as well. I think this is something the PMC (which I am not a member of)

Re: [compress] Checkstyle configuration

2009-03-25 Thread Christian Grobmeier
Hi Christian, you could have a go at doing this yourself. I added you specifically to the COMPRESS project in JIRA, so you should have the privileges to do that. Let me know if it doesn't work for you, and I'll have another look at it. it seems to work, thank you very much! Christian

[compress] Patch for Compress-28

2009-03-25 Thread Christian Grobmeier
Hi, i just added a patch to: https://issues.apache.org/jira/browse/COMPRESS-28 This should make sure that CPIO classes work like all the other classes. Testcases are more better and now I feel more comfortable with this new stuff. Cheers, Christian

Re: svn commit: r758009 - /commons/proper/compress/trunk/pom.xml

2009-03-25 Thread Christian Grobmeier
It looks to me as though Adrian's report/patch actually came after (this) Christian's... no? True. :-) Christian -Matt --- On Wed, 3/25/09, Christian Grobmeier grobme...@gmail.com wrote: From: Christian Grobmeier grobme...@gmail.com Subject: Re: svn commit: r758009 -

[Commons Wiki] Trivial Update of CompressRoadmap by ChristianGrobmeier

2009-03-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Commons Wiki for change notification. The following page has been changed by ChristianGrobmeier: http://wiki.apache.org/commons/CompressRoadmap The comment on the change is: switched to new bug numbers