Re: Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Daniel Kulp
On Wednesday 26 May 2010 3:39:40 pm Daniel Kulp wrote:
> On Wednesday 26 May 2010 1:17:26 pm Paul Benedict wrote:
> > Should -? work? I thought the double dash should work only.
> 
> Well, I guess the main difference is that in 2.x, you would get:
> Unable to parse command line options: Unrecognized option: -?
> 
> printed at the top and then the help appears.   Thus, it kind of "looks"
> like it's working.   With 3.0-beta-1, you get that message, the help, and
> then an: [ERROR] Error executing Maven.
> 
> and then a 17 line stack trace.   At the very least, I don't think the
> stack trace should be there.   (without -e)

Gack. I meant should NOT be there.

Dan


> 
> Dan
> 
> > On Wed, May 26, 2010 at 11:21 AM, Daniel Kulp  wrote:
> > > With maven 2.x, I could do:
> > > 
> > > mvn -?
> > > and get the help.   With 3.0-beta-1, that prints the help, but then:
> > > [ERROR] Error executing Maven.
> > > org.apache.commons.cli.UnrecognizedOptionException: Unrecognized
> > > option: -? and a stack trace.
> > > 
> > > 
> > > I know, it's pretty silly.   Thought I'd mention it anyway.   :-)
> > > 
> > > 
> > > --
> > > Daniel Kulp
> > > dk...@apache.org
> > > http://dankulp.com/blog
> > > 
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org

-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog

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



Re: Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Daniel Kulp
On Wednesday 26 May 2010 1:17:26 pm Paul Benedict wrote:
> Should -? work? I thought the double dash should work only.

Well, I guess the main difference is that in 2.x, you would get:
Unable to parse command line options: Unrecognized option: -?

printed at the top and then the help appears.   Thus, it kind of "looks" like 
it's working.   With 3.0-beta-1, you get that message, the help, and then an:
[ERROR] Error executing Maven.

and then a 17 line stack trace.   At the very least, I don't think the stack 
trace should be there.   (without -e)   

Dan


> 
> On Wed, May 26, 2010 at 11:21 AM, Daniel Kulp  wrote:
> > With maven 2.x, I could do:
> > 
> > mvn -?
> > and get the help.   With 3.0-beta-1, that prints the help, but then:
> > [ERROR] Error executing Maven.
> > org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option:
> > -? and a stack trace.
> > 
> > 
> > I know, it's pretty silly.   Thought I'd mention it anyway.   :-)
> > 
> > 
> > --
> > Daniel Kulp
> > dk...@apache.org
> > http://dankulp.com/blog
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org

-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog

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



Re: Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Paul Benedict
Should -? work? I thought the double dash should work only.

On Wed, May 26, 2010 at 11:21 AM, Daniel Kulp  wrote:
>
> With maven 2.x, I could do:
>
> mvn -?
> and get the help.   With 3.0-beta-1, that prints the help, but then:
> [ERROR] Error executing Maven.
> org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -?
> and a stack trace.
>
>
> I know, it's pretty silly.   Thought I'd mention it anyway.   :-)
>
>
> --
> Daniel Kulp
> dk...@apache.org
> http://dankulp.com/blog
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

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



Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Daniel Kulp

With maven 2.x, I could do:

mvn -?
and get the help.   With 3.0-beta-1, that prints the help, but then:
[ERROR] Error executing Maven.
org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -?
and a stack trace.   


I know, it's pretty silly.   Thought I'd mention it anyway.   :-)


-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog

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



Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Emmanuel Venisse
+1

Emmanuel

On Tue, May 25, 2010 at 9:45 PM, Dennis Lundberg  wrote:

> Hi,
>
> We solved 15 issues:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211&version=13634
>
> There are still a couple of issues left in JIRA:
>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11211&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-017/
>
> Staging site (waiting to be synced):
> http://maven.apache.org/plugins/maven-changelog-plugin-2.2/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Dennis Lundberg
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Arnaud Héritier
+1

Arnaud

On May 25, 2010, at 9:45 PM, Dennis Lundberg wrote:

> Hi,
> 
> We solved 15 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211&version=13634
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11211&status=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-017/
> 
> Staging site (waiting to be synced):
> http://maven.apache.org/plugins/maven-changelog-plugin-2.2/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> -- 
> Dennis Lundberg
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 


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



Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Lukas Theussl


+1

-Lukas


Dennis Lundberg wrote:

Hi,

We solved 15 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211&version=13634

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11211&status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-017/

Staging site (waiting to be synced):
http://maven.apache.org/plugins/maven-changelog-plugin-2.2/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1



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



Re: [VOTE] [Take 2] Release Maven Antrun plugin version 1.4

2010-05-26 Thread Paul Merlin

+1



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



Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Olivier Lamy
+1

2010/5/25 Dennis Lundberg :
> Hi,
>
> We solved 15 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211&version=13634
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11211&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-017/
>
> Staging site (waiting to be synced):
> http://maven.apache.org/plugins/maven-changelog-plugin-2.2/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Dennis Lundberg
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy
http://www.viadeo.com/fr/profile/olivier.lamy7

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