Hi Hen, Henri Yandell wrote:
> Apologies for the revote. I've added a note to the release page to > check the NOTICE file's copyright year. > > There should be no difference between the two other than the RC1->RC2 > in the pom and the updated year in the NOTICE file. Since you're already at it, here's my result with the compiler zoo: All my Sun JDKs and JRockit JDKs work as well as the Blackdawn 1.4 JDK and IcedTea6 JDK. As usual M2 fails to run on IBM JDK 1.4 and 1.5, but IBM JDK 1.6 (Linux/32) fails with two tests: Failed tests: testPrintOptionGroupUsage(org.apache.commons.cli.HelpFormatterTest) testToString(org.apache.commons.cli.OptionGroupTest) ------------------------------------------------------------------------------- Test set: org.apache.commons.cli.HelpFormatterTest ------------------------------------------------------------------------------- Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec <<< FAILURE! testPrintOptionGroupUsage(org.apache.commons.cli.HelpFormatterTest) Time elapsed: 0.023 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<......> but was:<...<arg> ...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.commons.cli.HelpFormatterTest.testPrintOptionGroupUsage(HelpFormatterTest.java:269) ------------------------------------------------------------------------------- Test set: org.apache.commons.cli.OptionGroupTest ------------------------------------------------------------------------------- Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec <<< FAILURE! testToString(org.apache.commons.cli.OptionGroupTest) Time elapsed: 0.006 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...foo Foo, --bar Bar...> but was:<...bar Bar, --foo Foo...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.commons.cli.OptionGroupTest.testToString(OptionGroupTest.java:204) - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org