Re: [VOTE] Release Commons IO 2.3-RC1

2012-04-13 Thread Jörg Schaible
+1, tested with my compiler zoo, IO-253 still applies. Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons IO 2.3-RC1 > > Changes in this version include: > > New features: > o IO-322: Add and use class Charsets. > o IO-321: ByteOrderMark UTF_32LE is incorrect. > o IO-318

Re: [VOTE] Release Commons IO 2.3-RC1

2012-04-11 Thread Gary Gregory
On Wed, Apr 11, 2012 at 1:32 PM, Oliver Heger wrote: > The maven build runs fine on JDK 1.6 on Windows 7. With the ant build I > get the same strange test failure as for the last release (so this is > probably not an issue). > I wish we could just drop the ant build. One build system is enough IM

Re: [VOTE] Release Commons IO 2.3-RC1

2012-04-11 Thread Oliver Heger
The maven build runs fine on JDK 1.6 on Windows 7. With the ant build I get the same strange test failure as for the last release (so this is probably not an issue). The release notes say they are for version 2.3-SNAPSHOT. There are some checkstyle warnings about unused imports which are prob

Re: [VOTE] Release Commons IO 2.3-RC1

2012-04-11 Thread Brent Worden
+1 Thanks, Brent On Tue, Apr 10, 2012 at 10:54 AM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons IO 2.3-RC1 > > Changes in this version include: > > New features: > o IO-322:  Add and use class Charsets. > o IO-321:  ByteOrderMark UTF_32LE is incorrect. > o IO-318:  A

Re: [VOTE] Release Commons IO 2.3-RC1

2012-04-11 Thread Gary Gregory
My +1. Gary On Tue, Apr 10, 2012 at 11:54 AM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons IO 2.3-RC1 > > Changes in this version include: > > New features: > o IO-322: Add and use class Charsets. > o IO-321: ByteOrderMark UTF_32LE is incorrect. > o IO-318: Add Char

[VOTE] Release Commons IO 2.3-RC1

2012-04-10 Thread Gary Gregory
Hello All: This is a VOTE to release Commons IO 2.3-RC1 Changes in this version include: New features: o IO-322: Add and use class Charsets. o IO-321: ByteOrderMark UTF_32LE is incorrect. o IO-318: Add Charset sister APIs to method that take a String charset name. Compatibility with 2.2 and