Re: [VOTE] Release Apache Commons Lang 3.4 based on RC2

2015-04-05 Thread Gary Gregory
+1 Site builds OK from src zip. MD5, ASC OK. Clirr, RAT and other reports OK, no showstoppers. Tested with: Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T09:29:23-08:00) Maven home: C:\Java\apache-maven-3.2.5 Java version: 1.7.0_75, vendor: Oracle Corporation Java home:

Re: Could the message for an illegal character in an option contain more information

2015-04-05 Thread Gary Gregory
Patches welcome! :-) Gary On Sun, Apr 5, 2015 at 4:13 AM, Romain Manni-Bucau wrote: > +1 (from tomee community as a user) > Le 5 avr. 2015 12:42, "David Goodenough" > a > écrit : > > > Currently the code in org.apache.commons.cli.OptionValidator generates an > > IllegalArgumentException which

Re: [VOTE] Release Apache Commons Lang 3.4 based on RC2

2015-04-05 Thread Benedikt Ritter
It looks like 3.4 is about to be released, so your changes should go to 3.5 :-) B. Send from my mobile device > Am 04.04.2015 um 20:42 schrieb Chas Honton : > > I have changes which will get tests to pass. Any preference to whether they > should be added to 3.4 or 3.5? > > Chas > >> On Apr 4

Re: [math] Apachecon slides

2015-04-05 Thread Phil Steitz
Thanks for the feedback and contributions! I added a disclaimer making it clear that the challenges / lessons learned stuff was just one contributor's view. The content is now pretty much complete (unless someone has some awesome better example I can swap in). I would appreciate a review of the

Re: Could the message for an illegal character in an option contain more information

2015-04-05 Thread Romain Manni-Bucau
+1 (from tomee community as a user) Le 5 avr. 2015 12:42, "David Goodenough" a écrit : > Currently the code in org.apache.commons.cli.OptionValidator generates an > IllegalArgumentException which contains the message:- > > "illegal option value '" + ch + "'" > > This is generated in two places, o

Could the message for an illegal character in an option contain more information

2015-04-05 Thread David Goodenough
Currently the code in org.apache.commons.cli.OptionValidator generates an IllegalArgumentException which contains the message:- "illegal option value '" + ch + "'" This is generated in two places, one for single character options and one for multi character options. However this does not tell th