Hi Benedikt,

Benedikt Ritter wrote:

> Hi,
> 
> We have fixed quite a few bugs and added some significant enhancements
> since CLI 1.2 was released and the Groovy Project is asking for a new
> release, so I would like to release CLI 1.3. The most notable change is
> the introduction of a new API for creating Option instances.
> 
> CLI 1.3 RC1 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/cli/ (svn revision 8797)
> 
> Maven artifacts are here:
>   
https://repository.apache.org/content/repositories/orgapachecommons-1090/
> 
> Details of changes since 1.2 are in the release notes:
>   https://dist.apache.org/repos/dist/dev/commons/cli/RELEASE-NOTES.txt
>   http://people.apache.org/~britter/cli-1.3-RC1/changes-report.html
> 
> I have tested this with JDK 6, 7 and 8 using maven 3.
> 
> The tag is here:
>   http://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.3-RC1/
>   (svn
> revision 1677410)
> 
> Site:
>   http://people.apache.org/~britter/cli-1.3-RC1/
>   (note some *relative* links are broken and the 1.2 directories are not
> yet created - these will be OK once the site is deployed)
> 
> Clirr Report (compared to 1.2):
>   http://people.apache.org/~britter/cli-1.3-RC1/clirr-report.html
> 
> RAT Report:
>   http://people.apache.org/~britter/cli-1.3-RC1/rat-report.html
> 
> KEYS:
>   https://www.apache.org/dist/commons/KEYS
> 
> Please review the release candidate and vote. This vote will close no
> sooner that 72 hours from now, i.e. after 06-May 2015, 17:30 CEST.
> 
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...

Test fails for IBM JDK 1.5 and 1.6:
Failed tests: 
==================== %< ====================
  BugCLI162Test.testPrintHelpLongLines:310 expected:<...th are displayed.
 -[o,--paramModes <arg>       Parameters modes (1=IN, 2=INOUT, 4=OUT,
                             0=Unknown). -o and -O are mutually exclusive.
                             Example for 2 parameters, OUT and IN: -o "4
                             1"
 -O,--paramModeNames <arg>   Parameters mode names (IN, INOUT, OUT,
                             Unknown). -o and -O are mutually exclusive.
                             Example for 2 parameters, OUT and IN: -O "OUT
                             IN]"
 -p,--password <ar...> but was:<...th are displayed.
 -[O,--paramModeNames <arg>   Parameters mode names (IN, INOUT, OUT,
                             Unknown). -o and -O are mutually exclusive.
                             Example for 2 parameters, OUT and IN: -O "OUT
                             IN"
 -o,--paramModes <arg>       Parameters modes (1=IN, 2=INOUT, 4=OUT,
                             0=Unknown). -o and -O are mutually exclusive.
                             Example for 2 parameters, OUT and IN: -o "4
                             1]"
 -p,--password <ar...>
==================== %< ====================

... but not for Sun JDK 1.5/1.6 nor for IBM JDK 1.7. For whatever reason the 
options are printed in different order. Succeeds for my OpenJD versions, 
Oracle Java 8 and 9.

+1

Cheers,
Jörg



> 
> Thanks!
> Benedikt
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to