Re: [Configuration] Building

2009-03-31 Thread James Carman
On Tue, Mar 31, 2009 at 10:27 PM, Ralph Goers wrote: > I've been reviewing the site documentation and wanted to update the > documentation to talk about running the Webdav test. But the building page > says that Maven 1.x is the preferred build tool and that ant can also be > used. Yet I've done a

[Configuration] Building

2009-03-31 Thread Ralph Goers
I've been reviewing the site documentation and wanted to update the documentation to talk about running the Webdav test. But the building page says that Maven 1.x is the preferred build tool and that ant can also be used. Yet I've done all my builds with Maven 2 and the webdav test was only

Re: svn commit: r760390 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

2009-03-31 Thread sebb
On 31/03/2009, Stefan Bodewig wrote: > On 2009-03-31, sebb wrote: > > > On 31/03/2009, Stefan Bodewig wrote: > > > >> setSize is dangerous here since it may very well > 0 for directories > >> on Unix like systems. > > > Oops! > > > However it should be OK for regular files, no? > > > I hope

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

2009-03-31 Thread Stefan Bodewig
On 2009-03-31, Ralph Goers wrote: > On Mar 31, 2009, at 1:59 AM, Stefan Bodewig wrote: > I did not have the necessary permission to deploy to > people.apache.org, so I deployed the snapshot to the new M2 repo at > repository.apache.org. However, I commons configuration isn't looking > there be

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

2009-03-31 Thread commons-compress 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-compress-test has an issue affecting its community integration. Th

Re: svn commit: r760390 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

2009-03-31 Thread Stefan Bodewig
On 2009-03-31, sebb wrote: > On 31/03/2009, Stefan Bodewig wrote: >> setSize is dangerous here since it may very well > 0 for directories >> on Unix like systems. > Oops! > However it should be OK for regular files, no? I hope so. I recall some problems with pretty old JDKs on exotic platf

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

2009-03-31 Thread Ralph Goers
On Mar 31, 2009, at 1:59 AM, Stefan Bodewig wrote: The second part - and that's what I don't understand - is that there is no vfs snapshot in the Apache snapshot repository either, so where do you get your snapshot from when you build configuration (with or without Gump)? I did not have the

Re: svn commit: r760390 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

2009-03-31 Thread sebb
On 31/03/2009, sebb wrote: > On 31/03/2009, Stefan Bodewig wrote: > > On 2009-03-31, wrote: > > > > > URL: http://svn.apache.org/viewvc?rev=760390&view=rev > > > Log: > > > Set some attributes from the File > > > > > > > public ZipArchiveEntry(File inputFile, String entryName) {

Re: svn commit: r760390 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

2009-03-31 Thread sebb
On 31/03/2009, Stefan Bodewig wrote: > On 2009-03-31, wrote: > > > URL: http://svn.apache.org/viewvc?rev=760390&view=rev > > Log: > > Set some attributes from the File > > > > public ZipArchiveEntry(File inputFile, String entryName) { > > this(entryName); > >+ setSize(i

Re: svn commit: r760390 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

2009-03-31 Thread Stefan Bodewig
On 2009-03-31, wrote: > URL: http://svn.apache.org/viewvc?rev=760390&view=rev > Log: > Set some attributes from the File > public ZipArchiveEntry(File inputFile, String entryName) { > this(entryName); >+ setSize(inputFile.length()); >+ setTime(inputFile.lastModified

Re: [nabla] Contribution

2009-03-31 Thread Bernhard Grünewaldt
> Bernhard Grünewaldt a écrit : >> Hi Luc, >> >> I took a look at nabla and I am impressed. >> There are a lot of this Transformer classes that provide the bytecode >> for >> the internal work. >> >> I don't really understand the full internals, but I think I have an >> overview. > > If you feel th

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

2009-03-31 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

Re: [Compress] Do output streams really need the putNextEntry() method?

2009-03-31 Thread Stefan Bodewig
On 2009-03-30, sebb wrote: > On 30/03/2009, Stefan Bodewig wrote: >> On 2009-03-30, sebb wrote: >>> What about the corresponding getNextxxxEntry() methods? >>> I suppose they do avoid a cast. >> Yes, in one case (tar IIRC) they have been explicitly asked for via >> JIRA. > Could not find

Re: svn commit: r760000 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.java test/java/org/apache/commons/compress/archivers/ArTestC

2009-03-31 Thread Stefan Bodewig
On 2009-03-30, sebb wrote: > On 30/03/2009, Stefan Bodewig wrote: >> On 2009-03-30, sebb wrote: >>> Might it not be better to throw an Exception if methods are called out >>> of sequence? >> We are pretty inconsistent here. In general I agree it would be >> better to throw an exception, bu

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

2009-03-31 Thread Stefan Bodewig
On 2009-03-31, Jörg Schaible wrote: > Stefan Bodewig wrote at Montag, 30. März 2009 12:27: >> I think I see why Gump's mvn repository proxy doesn't work here - it >> currently doesn't work for group-ids that contain dots. >> Do you want me to turn off nags until this gets fixed (shouldn't take