Re: Commons CLI 1.5 for Maven 4.0.0

2021-10-03 Thread Michael Osipov
Am 2021-10-03 um 14:31 schrieb Gary Gregory: Is there anything specific you need to be included in a 1.5 release? I am not sure the changes.xml file is up to date as it's been a while since 1.4. I have noticed on issue with the help output. --color option has now an optional value, but the he

Re: Commons CLI 1.5 for Maven 4.0.0

2021-10-03 Thread Gary Gregory
Is there anything specific you need to be included in a 1.5 release? I am not sure the changes.xml file is up to date as it's been a while since 1.4. Gary On Fri, Oct 1, 2021, 14:29 Gary Gregory wrote: > I should be able to look at CLI over the weekend. > > Gary > > On Sun, Sep 19, 2021, 16:14

Re: Commons CLI 1.5 for Maven 4.0.0

2021-10-01 Thread Gary Gregory
I should be able to look at CLI over the weekend. Gary On Sun, Sep 19, 2021, 16:14 Bernd Eckenfels wrote: > Michael, from reading the commit messages since cli-1.4 it looks like > there is no major API change, only examples, tests, JavaDoc and build > system updates. The most incompatible chang

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Bernd Eckenfels
Michael, from reading the commit messages since cli-1.4 it looks like there is no major API change, only examples, tests, JavaDoc and build system updates. The most incompatible changes might therefore be dependency updates. It does look like 1.5 should be done, but it should not hold you up in

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Michael Osipov
Thanks Gary! I remember I found one issue, but need to remember which and report it. M Am 2021-09-19 um 21:59 schrieb Gary Gregory: Hi Michael, I will review CLI tonight when I get home but I cannot say how much has changed. Please review, commit, or create PRs as you best see fit. I should

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Gary Gregory
Hi Michael, I will review CLI tonight when I get home but I cannot say how much has changed. Please review, commit, or create PRs as you best see fit. I should be able to create a RC this week or by the end of the week. Gary On Sun, Sep 19, 2021, 15:43 Michael Osipov wrote: > Folks, > > I'd

Re: Commons CLI Nested Groups

2016-10-14 Thread Gary Gregory
FWIW, I use JCommander but it does not do complex and/or options. Gary On Fri, Oct 14, 2016 at 3:35 AM, sebb wrote: > On 14 October 2016 at 11:25, John Patrick wrote: > > Imaging your stand alone jar runs an embedded http server, by default > > it has a embedded testing certificate for the htt

Re: Commons CLI Nested Groups

2016-10-14 Thread sebb
On 14 October 2016 at 11:25, John Patrick wrote: > Imaging your stand alone jar runs an embedded http server, by default > it has a embedded testing certificate for the https listener. But in > some environments you need to disable https and others you want to > overwrite with values. > > So you h

Re: Commons CLI Nested Groups

2016-10-14 Thread John Patrick
Imaging your stand alone jar runs an embedded http server, by default it has a embedded testing certificate for the https listener. But in some environments you need to disable https and others you want to overwrite with values. So you have options, something like; [ A or [ B and C and [ D or E ]

Re: Commons CLI Nested Groups

2016-10-13 Thread Gilles
Hi. On Thu, 13 Oct 2016 15:57:00 +0100, John Patrick wrote: I've posted a message to the users list, but on reflecting I think what I'm trying to achieve might be beyond commons-cli current ability. If I fork and work on adding nested OptionGroup's, would it stand a change of being merged? Is i

Re: Commons CLI - Released

2014-08-24 Thread Emmanuel Bourg
Le 23/08/2014 23:59, Karl Heinz Marbaise a écrit : > I'm myself a apache committer for the maven project...so i know what you > are talking about... Hi Karl, if commons-cli is used by Maven we would be interested in some feedback about the new parser introduced in the version 1.3. If it works wel

Re: Commons CLI - Released

2014-08-23 Thread Karl Heinz Marbaise
Hi Gary, > All that is needed is for a committer or better, a PMC member to RM a release. I would like to help...if i can... > It takes effort and time and we are volunteers with priorities. I'm myself a apache committer for the maven project...so i know what you are talking about... Ask

Re: Commons CLI - Released

2014-08-23 Thread Gary Gregory
All that is needed is for a committer or better, a PMC member to RM a release. It takes effort and time and we are volunteers with priorities. Asking here is a good place to start :-) but there no guarantee that any one will pick up the task. Gary On Sat, Aug 23, 2014 at 2:38 PM, Karl Heinz Marb

Re: Commons - CLI 2.0

2009-05-15 Thread Karl Heinz Marbaise
Hi there, after thinking a longer time about the thing with CLI2 which i had asked for i would like to suggest to improve the project ... I'm willing to invest the time to the project... The most important thing for me is that CLI2 has a thing like command Options So the first thing i would

Re: Commons - CLI 2.0

2009-02-06 Thread Torsten Curdt
> I'm thinking that we stop thinking of CLI 1.x and CLI 2.0 (branches of > one product); but rather CLI and CLI2; ie) two separate components > with their own sites. That might free each to stop being hamstrung by > the other. +1 IMO that's what a change in the major version number means anyway.

Re: Commons - CLI 2.0

2009-02-05 Thread Henri Yandell
Maybe the release would get it off the ground. I'm thinking that we stop thinking of CLI 1.x and CLI 2.0 (branches of one product); but rather CLI and CLI2; ie) two separate components with their own sites. That might free each to stop being hamstrung by the other. Hen On Thu, Feb 5, 2009 at 3:5

Re: Commons CLI

2009-02-05 Thread Henri Yandell
* pom.xml is easy enough to fix after the change - irritating to have to do the extra commit. * RAT entries fixed. Source header added to 3 files and the build.xml/build.properties dumped as I don't think they have enough value for the maintenance cost (they're maven1 generated). * I dumped the C

Re: Commons CLI

2009-02-05 Thread Siegfried Goeschl
Hi Henri, +) I double-checked the project and committed the changes (to my best knowledge) +) made "mvn release:prepare -DdryRun=true" and the ASL is gone in pom.xml - no idea why ... :-( +) RAT report complains about 4 files - this needs to be fixed to keep Sebastian happy (no offense intended) +

Re: Commons CLI

2009-02-05 Thread Siegfried Goeschl
Hi Henri, my workload still looks depressing so I would appreciate it very much if you could cut the release. Having said that I want to update the pom.xml because a release would not work properly. After a couple of rejected release candidates I'm the local expert for the "maven release-prepare"

Re: Commons - CLI 2.0

2009-02-05 Thread Rory Winston
Actually I think Hadoop might also have a dependency on CLI-2.0, so it may be good to get an official release out for them as well: http://svn.apache.org/viewvc/hadoop/core/trunk/ivy/hadoop-core.pom?revision=726872&view=markup I dont know anything about CLI, but I may be able to assist someone

Re: Commons - CLI 2.0

2009-02-05 Thread Karl Heinz Marbaise
Hi there, Yep - I don't know of anyone with strong interest in CLI2, which should be viewed as an experimental unreleased branch imo. I'm really interessted in it, cause I'm using this state im my project, cause the usage is very simple and gives me exactly what i need... http://www.supose.o

Re: Commons CLI

2009-02-04 Thread Henri Yandell
How are you looking for this Siegfried? I'd like to encourage any opportunity for someone else to do a release, but I can do it if it's not looking like things are freeing up for you. CLI at least is on Maven2 etc and easy to do, while Collections has me wincing at needing to figure out whether i

Re: Commons - CLI 2.0

2009-02-04 Thread Henri Yandell
On Wed, Feb 4, 2009 at 1:50 AM, Russel Winder wrote: > On Thu, 2009-01-29 at 21:29 +0100, Karl Heinz Marbaise wrote: >> Hi there, >> >> i would like to know if there are any plan to get an 2.0 of CLI out of >> the door in the near futuere ? > > I think the fact that there has been no reply to your

Re: Commons - CLI 2.0

2009-02-04 Thread Russel Winder
On Thu, 2009-01-29 at 21:29 +0100, Karl Heinz Marbaise wrote: > Hi there, > > i would like to know if there are any plan to get an 2.0 of CLI out of > the door in the near futuere ? I think the fact that there has been no reply to your email is answer enough. :-( -- Russel. ==

Re: Commons CLI

2009-01-17 Thread Russel Winder
Henri, On Sat, 2009-01-17 at 01:33 -0800, Henri Yandell wrote: > Thanks Russel. I've committed that and also committed a 'fix' to > CLI-162 to change the OutOfMemoryError to a RuntimeException. I'm > going to skip on CLI-161 - having the OutOfMemoryError felt bad. I created a new 1.2-SNAPSHOT, G

Re: Commons CLI

2009-01-17 Thread Henri Yandell
On Wed, Jan 14, 2009 at 3:36 AM, Russel Winder wrote: > On Wed, 2009-01-14 at 09:30 +, Russel Winder wrote: > >> > * https://issues.apache.org/jira/browse/CLI-170 is something I'd like >> > to get in. I've attached a patch for people's opinions and put in 1.2 >> > for now. >> >> I have pulled

Re: Commons CLI

2009-01-15 Thread Siegfried Goeschl
Hi folks, looking at my workload I will be able to cut an RC plus patch work starting in February - would this be okay for you? Cheers, Siegfried Goeschl Russel Winder wrote: > On Wed, 2009-01-14 at 09:30 +, Russel Winder wrote: > > >>> * https://issues.apache.org/jira/browse/CLI-170 is

Re: Commons CLI

2009-01-14 Thread Russel Winder
On Wed, 2009-01-14 at 09:30 +, Russel Winder wrote: > > * https://issues.apache.org/jira/browse/CLI-170 is something I'd like > > to get in. I've attached a patch for people's opinions and put in 1.2 > > for now. > > I have pulled the commits and will build and trial Groovy with this to > see

Re: Commons CLI

2009-01-14 Thread Russel Winder
On Tue, 2009-01-13 at 22:21 -0800, Henri Yandell wrote: > Definitely not offended - just 6 miles under with work :) Plus Apache > stuff - I've been putting time into Jakarta Taglibs (resurrecting lots > of old code there), admining the JIRA a bit and getting Apache Attic > up and running. Sounds

Re: Commons CLI

2009-01-13 Thread Henri Yandell
On Mon, Jan 12, 2009 at 5:37 AM, Russel Winder wrote: > Last year there was a lot of effort trying to get Commons CLI into a fit > state for a 1.2 release -- much credit to Emmanuel Bourg. > > However, having got the Subversion 1.x branch of Commons CLI into a fit > state for a 1.2 release, nothin

Re: Commons CLI

2009-01-13 Thread Oliver Heger
Siegfried Goeschl schrieb: Hi Russel, see my comments below Cheers, Siegfried Goeschl Russel Winder wrote: Last year there was a lot of effort trying to get Commons CLI into a fit state for a 1.2 release -- much credit to Emmanuel Bourg. However, having got the Subversion 1.x branch of Comm

Re: Commons CLI

2009-01-12 Thread Siegfried Goeschl
Hi Russel, see my comments below Cheers, Siegfried Goeschl Russel Winder wrote: > Last year there was a lot of effort trying to get Commons CLI into a fit > state for a 1.2 release -- much credit to Emmanuel Bourg. > > However, having got the Subversion 1.x branch of Commons CLI into a fit > st