[VOTE] Release Commons IO 2.4-RC2

2012-06-12 Thread Gary Gregory
Hello All: This is a VOTE to release Commons IO 2.4-RC2. Changes since RC1: - Fix a bug in the new code for IO-326: Add new FileUtils.sizeOf[Directory] APIs to return BigInteger. - IO-336: Yottabyte (YB) incorrectly defined in FileUtils. Thanks to rleavelle. Changes in this version include: Ne

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-13 Thread Gary Gregory
My +1. Gary On Tue, Jun 12, 2012 at 6:33 PM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons IO 2.4-RC2. > > Changes since RC1: > - Fix a bug in the new code for IO-326: Add new > FileUtils.sizeOf[Directory] APIs to return BigInteger. > - IO-336: Yottabyte (YB) incorrect

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-13 Thread Oliver Heger
Maven and ant builds work fine on Windows 7 with JDK 1.6. Artifacts and site look good. +1 Oliver Am 13.06.2012 00:33, schrieb Gary Gregory: Hello All: This is a VOTE to release Commons IO 2.4-RC2. Changes since RC1: - Fix a bug in the new code for IO-326: Add new FileUtils.sizeOf[Directory

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-13 Thread Simone Tripodi
+1 just found .asc.(md5|sha1) files on repo that can be dropped all the best and confrats once again for the hard work! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jun 13, 2012 at 9:36 PM,

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-14 Thread Gary Gregory
On Jun 14, 2012, at 1:20, Simone Tripodi wrote: > +1 > > just found .asc.(md5|sha1) files on repo that can be dropped Right, some of these extra files have to be deleted manually before the release but after the vote. Gary > > all the best and confrats once again for the hard work! > -Simo > >

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-14 Thread sebb
On 14 June 2012 12:50, Gary Gregory wrote: > On Jun 14, 2012, at 1:20, Simone Tripodi wrote: > >> +1 >> >> just found .asc.(md5|sha1) files on repo that can be dropped > > Right, some of these extra files have to be deleted manually before > the release but after the vote. They can be deleted be

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-15 Thread Jörg Schaible
+1, builds fine from source with my compiler zoo, test run fine except the known one with IBM JDK 1.6 Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons IO 2.4-RC2. > > Changes since RC1: > - Fix a bug in the new code for IO-326: Add new > FileUtils.sizeOf[Directory] APIs

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-15 Thread James Carman
Findbugs is reporting an error in HexDump.java:103 on trunk: Correctness - Bad comparison of signed byte findbugs : INT_BAD_COMPARISON_WITH_SIGNED_BYTE Signed bytes can only have a value in the range -128 to 127. Comparing a signed byte with a value outside that range is vacuous and likely to be i

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread Gary Gregory
Hi James, I do not see your item on the report page https://people.apache.org/builds/commons/commons-io/2.4/RC2/findbugs.html Are we talking about the same report? I am going to push the release along and if there is really an issue here we can fix it for the next go around. Release early, relea

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread James Carman
I got that from my personal sonar server On Jun 16, 2012 8:43 AM, "Gary Gregory" wrote: > Hi James, > > I do not see your item on the report page > https://people.apache.org/builds/commons/commons-io/2.4/RC2/findbugs.html > > Are we talking about the same report? > > I am going to push the releas

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread Gary Gregory
Hi James, Is your sonar using the same findbugs version as our POM? Are the settings different? Should we use the same settings commons-wide? Gary On Jun 16, 2012, at 11:58, James Carman wrote: > I got that from my personal sonar server > On Jun 16, 2012 8:43 AM, "Gary Gregory" wrote: > >> Hi

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread Gary Gregory
It's official: The Maven-Nexus is a pain in my you-know-what. All of the extra files (SHA, MD5, -bin, -src) must be deleted manually, and I deleted one ASC file by mistake and I am getting an error releasing from Nexus: -*Missing Signature:*'/commons-io/commons-io/2.4/commons-io-2.4-sources.

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread sebb
On 16 June 2012 20:38, Gary Gregory wrote: > It's official: The Maven-Nexus is a pain in my you-know-what. > > All of the extra files (SHA, MD5, -bin, -src) must be deleted manually, and > I deleted one ASC file by mistake and I am getting an error releasing from > Nexus: > >    -*Missing > Signa

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread Gary Gregory
On Jun 16, 2012, at 16:53, sebb wrote: > On 16 June 2012 20:38, Gary Gregory wrote: >> It's official: The Maven-Nexus is a pain in my you-know-what. >> >> All of the extra files (SHA, MD5, -bin, -src) must be deleted manually, and >> I deleted one ASC file by mistake and I am getting an error re

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread sebb
On 16 June 2012 22:28, Gary Gregory wrote: > On Jun 16, 2012, at 16:53, sebb wrote: > >> On 16 June 2012 20:38, Gary Gregory wrote: >>> It's official: The Maven-Nexus is a pain in my you-know-what. >>> >>> All of the extra files (SHA, MD5, -bin, -src) must be deleted manually, and >>> I deleted

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread Gary Gregory
On Sat, Jun 16, 2012 at 5:32 PM, sebb wrote: > On 16 June 2012 22:28, Gary Gregory wrote: > > On Jun 16, 2012, at 16:53, sebb wrote: > > > >> On 16 June 2012 20:38, Gary Gregory wrote: > >>> It's official: The Maven-Nexus is a pain in my you-know-what. > >>> > >>> All of the extra files (SHA,

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-16 Thread Gary Gregory
On Sat, Jun 16, 2012 at 4:52 PM, sebb wrote: > On 16 June 2012 20:38, Gary Gregory wrote: > > It's official: The Maven-Nexus is a pain in my you-know-what. > > > > All of the extra files (SHA, MD5, -bin, -src) must be deleted manually, > and > > I deleted one ASC file by mistake and I am getting

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-19 Thread sebb
On 17 June 2012 05:40, Gary Gregory wrote: > On Sat, Jun 16, 2012 at 4:52 PM, sebb wrote: > >> On 16 June 2012 20:38, Gary Gregory wrote: >> > It's official: The Maven-Nexus is a pain in my you-know-what. >> > >> > All of the extra files (SHA, MD5, -bin, -src) must be deleted manually, >> and >>