RE: [VFS] "anonymous" debug logging

2009-03-25 Thread Mario Ivankovits
Hi! > From: Ralph Goers [mailto:ralph.go...@dslextreme.com] > > I'm not a big fan of that. Me too, any decent logging facility should allow to configure the logger on a "per package" level, so no problem to make the logging silent for a given package. > I'd prefer to switch to SLF4J and jus

[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 ---

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 wrote: > >> From: Christian Grobmeier >> Subject: Re: svn commit: r758009 - /commons/proper/compress/trunk/pom.xml >> To:

[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: [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 --

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) shoul

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

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

[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: http://commons.apache.org/vfs/xref/org/apache/commons/vfs/cache/SoftRefFilesCache.

Re: [DBCP] 'undeprecate' abandoned functionality

2009-03-25 Thread Phil Steitz
+1 Phil On 3/25/09, Mark Thomas wrote: > 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 > f

Re: [compress] Checkstyle configuration

2009-03-25 Thread Dennis Lundberg
Christian Grobmeier wrote: > 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://issue

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 wrote: >> Henri Yandell wrote: >>> On Mon, Mar 23, 2009 at 3:16 PM, Jörg Schaible >>> wrote: Hi Hen, Henri Yandell wrote at Sonntag, 22. März 2009 00:17: > On Fri, Mar 20, 2009 at 3:15 PM, Henri Yande

Re: [Configuration] Dependency on VFS

2009-03-25 Thread Oliver Heger
Ralph Goers schrieb: On Mar 23, 2009, at 2:34 PM, Oliver Heger wrote: Hey, this really looks interesting! Unfortunately, I am pretty busy ATM and will need some time to grasp the concepts. However, I have now a build problem: Maven complains that it cannot find the vfs snapshot jar (see be

[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 -- == Hist

[Commons Wiki] Update of "FrontPage" 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/FrontPage -- * [:

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 wrote: > From: Christian Grobmeier > Subject: Re: svn commit: r758009 - /commons/proper/compress/trunk/pom.xml > To: dev@commons.apache.org > Date: Wedn

[Commons Wiki] Update of "CreatingReleases" 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/CreatingReleases --

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: [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 wrote: >> >> >>> Personally I am not a big fan of checkstyle enforcement at

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 > mailto:siegfried.goes...@it20one.at>> > wrote: > > > > > > apache.releases >

Re: [compress] Checkstyle configuration

2009-03-25 Thread Christian Grobmeier
> On 2009-03-24, Torsten Curdt 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 + Thanks Ch

Re: M2 settings.xml

2009-03-25 Thread Liam Coughlin
oops? On Wed, Mar 25, 2009 at 9:51 AM, Siegfried Goeschl < siegfried.goes...@it20one.at> wrote: > > > > > apache.releases > sgoeschl > 664 > 775 > > > apache.website > sgoeschl > 664 > 775 > > > apache.snapshots > sgoeschl >

M2 settings.xml

2009-03-25 Thread Siegfried Goeschl
apache.releases sgoeschl 664 775 apache.website sgoeschl 664 775 apache.snapshots sgoeschl 664 775 website sgoeschl fulcrum.website sgoeschl

[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 no

[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

Re: [compress] Checkstyle configuration

2009-03-25 Thread Stefan Bodewig
On 2009-03-24, Torsten Curdt 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: dev-unsubscr...@commons.apache.org For additi

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

2009-03-25 Thread Stefan Bodewig
On 2009-03-25, Jörg Schaible 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 and will still build if you use . For mvn projects we recomme

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

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 conv

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

2009-03-25 Thread Jörg Schaible
Gump wrote at Mittwoch, 25. März 2009 10:17: > 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. I thought I fixed this. Next

[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. Th