You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <fl...@gmail.com> on 2009/02/06 08:46:00 UTC

[VOTE] CLI 1.2 release (RC1)

Pushing out a first RC for CLI-1.x. It's a bit of an odd duck in that
it uses CLI2's site.

---

Tag:

https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.2-RC1

Site:

http://people.apache.org/~bayard/cli-1.2-rc1/

Binaries:

http://people.apache.org/builds/commons/cli/1.2/RC1/staged/commons-cli/commons-cli/1.2/

[ ] +1 release it
[ ] +0 go ahead I don't care
[ ] -1 no, do not release it because

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


Re: [VOTE] CLI 1.2 release (RC1)

Posted by Oliver Heger <ol...@oliver-heger.de>.
Some smaller nits:
- As sebb already mentioned, the copyright in NOTICE should be updated 
to 2009.
- There are about 70 checkstyle errors, most of them seem to be easy to fix.

But this is nothing blocking, so +1.

Oliver

Henri Yandell schrieb:
> Pushing out a first RC for CLI-1.x. It's a bit of an odd duck in that
> it uses CLI2's site.
> 
> ---
> 
> Tag:
> 
> https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.2-RC1
> 
> Site:
> 
> http://people.apache.org/~bayard/cli-1.2-rc1/
> 
> Binaries:
> 
> http://people.apache.org/builds/commons/cli/1.2/RC1/staged/commons-cli/commons-cli/1.2/
> 
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


Re: [VOTE] CLI 1.2 release (RC1)

Posted by Russel Winder <ru...@concertant.com>.
Henri,

On Thu, 2009-02-05 at 23:46 -0800, Henri Yandell wrote:
> Pushing out a first RC for CLI-1.x. It's a bit of an odd duck in that
> it uses CLI2's site.
> 

I built and installed into my local Maven repository a
commons-cli-1.2.jar from my Git clone of the Subversion repository fully
updated.  So I am not using the RC specifically but I think it must be
equivalent.

Groovy builds fine, the tests pass (*) and it seems to work OK (quick
and dirty test).  Gant also builds fine, passes all its tests and seems
to be working OK.

> 
> Tag:
> 
> https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.2-RC1
> 
> Site:
> 
> http://people.apache.org/~bayard/cli-1.2-rc1/
> 
> Binaries:
> 
> http://people.apache.org/builds/commons/cli/1.2/RC1/staged/commons-cli/commons-cli/1.2/
> 
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because

I don't know whether I am allowed a vote, but just in case I am
enfranchised:

+1

(*)  Well actually when I say pass, there are actually 15 fails from the
3,500+ test, but these 15 fails occur whether Commons CLI 1.0 or Comons
CLI 1.2 are used to I think Commons CLI is not the cause.

-- 
Russel.
====================================================
Dr Russel Winder                 Partner

Concertant LLP                   t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,              f: +44 8700 516 084
London SW11 1EN, UK.             m: +44 7770 465 077

Re: [VOTE] CLI 1.2 release (RC1)

Posted by Henri Yandell <fl...@gmail.com>.
The javadoc/source plugin bit appears to be a commons-parent enhancement:

https://issues.apache.org/jira/browse/COMMONSSITE-38

so I'm going to skip on that.

Checkstyle ditto - nothing critical in there.

The NOTICE file however.... we really shouldn't be releasing with an
old copyright. So painfully I'll have to do a repeat.

Hen

On Thu, Feb 5, 2009 at 11:46 PM, Henri Yandell <fl...@gmail.com> wrote:
> Pushing out a first RC for CLI-1.x. It's a bit of an odd duck in that
> it uses CLI2's site.
>
> ---
>
> Tag:
>
> https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.2-RC1
>
> Site:
>
> http://people.apache.org/~bayard/cli-1.2-rc1/
>
> Binaries:
>
> http://people.apache.org/builds/commons/cli/1.2/RC1/staged/commons-cli/commons-cli/1.2/
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>

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


Re: [VOTE] CLI 1.2 release (RC1)

Posted by Rory Winston <ro...@gmail.com>.
+1

Henri Yandell wrote:
> Pushing out a first RC for CLI-1.x. It's a bit of an odd duck in that
> it uses CLI2's site.
>
> ---
>
> Tag:
>
> https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.2-RC1
>
> Site:
>
> http://people.apache.org/~bayard/cli-1.2-rc1/
>
> Binaries:
>
> http://people.apache.org/builds/commons/cli/1.2/RC1/staged/commons-cli/commons-cli/1.2/
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>
>
>
>   


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


Re: [VOTE] CLI 1.2 release (RC1)

Posted by sebb <se...@gmail.com>.
On 06/02/2009, Henri Yandell <fl...@gmail.com> wrote:
> Pushing out a first RC for CLI-1.x. It's a bit of an odd duck in that
>  it uses CLI2's site.
>
>  ---
>
>  Tag:
>
>  https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.2-RC1
>
>  Site:
>
>  http://people.apache.org/~bayard/cli-1.2-rc1/
>
>  Binaries:
>  http://people.apache.org/builds/commons/cli/1.2/RC1/staged/commons-cli/commons-cli/1.2/

NOTICE still says 2008.

It would be nice if the Manifests for the javadoc and source jars
contained the following:

Built-By: hen
Implementation-Title: Commons CLI
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.2
Specification-Title: Commons CLI
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.2

Not critical, so +1, but please consider fixing if another RC is cut.

>
>  [ ] +1 release it
>  [ ] +0 go ahead I don't care
>  [ ] -1 no, do not release it because
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  For additional commands, e-mail: dev-help@commons.apache.org
>
>

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