[jira] Commented: (MNG-720) short commandline options are not parsed

2005-08-29 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-720?page=comments#action_45387 ] 

Kenney Westerhof commented on MNG-720:
--

Why is this set to won't fix ? I can understand that upgrading commons-cli
is a problem, but then at least the short options that don't work (those with 
more than
one letter) should disappear from the help, or other letters should be assigned.
I don't think it's a good idea to release something where you know the first 
thing
people try, (m2 --help), already contains errors.

 short commandline options are not parsed
 

  Key: MNG-720
  URL: http://jira.codehaus.org/browse/MNG-720
  Project: Maven 2
 Type: Bug
   Components: maven-core
 Versions: 2.0-beta-1
 Reporter: Kenney Westerhof
 Assignee: Brett Porter
 Priority: Minor



 The short commandline options displayed in the usage of m2 --help don't get 
 parsed:
   m2 -npl install
   Unable to parse command line options: Unrecognized option: -n
   usage: maven [options] [goal [goal2 [goal3] ...]]
 I've checked commons-cli and there's a fix for this in cvs/svn:
 http://cvs.apache.org/viewcvs.cgi/jakarta-commons/cli/src/java/org/apache/commons/cli/PosixParser.java
 see version 1.16 comments.
 I've tried bumping commons-cli to 1.0, but this fix apparently isn't in there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-720) short commandline options are not parsed

2005-08-29 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-720?page=comments#action_45390 ] 

Brett Porter commented on MNG-720:
--

because it is superseded by an alternative solution. I didn't know this bug was 
here when I filed it...

 short commandline options are not parsed
 

  Key: MNG-720
  URL: http://jira.codehaus.org/browse/MNG-720
  Project: Maven 2
 Type: Bug
   Components: maven-core
 Versions: 2.0-beta-1
 Reporter: Kenney Westerhof
 Assignee: Brett Porter
 Priority: Minor



 The short commandline options displayed in the usage of m2 --help don't get 
 parsed:
   m2 -npl install
   Unable to parse command line options: Unrecognized option: -n
   usage: maven [options] [goal [goal2 [goal3] ...]]
 I've checked commons-cli and there's a fix for this in cvs/svn:
 http://cvs.apache.org/viewcvs.cgi/jakarta-commons/cli/src/java/org/apache/commons/cli/PosixParser.java
 see version 1.16 comments.
 I've tried bumping commons-cli to 1.0, but this fix apparently isn't in there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-720) short commandline options are not parsed

2005-08-10 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-720?page=comments#action_44235 ] 

Trygve Laugstol commented on MNG-720:
-

There was another issue when upgrading to the 1.0 release so that's why we're 
still at rc2.

 short commandline options are not parsed
 

  Key: MNG-720
  URL: http://jira.codehaus.org/browse/MNG-720
  Project: Maven 2
 Type: Bug
   Components: maven-core
 Versions: 2.0-beta-1
 Reporter: Kenney Westerhof
 Priority: Minor



 The short commandline options displayed in the usage of m2 --help don't get 
 parsed:
   m2 -npl install
   Unable to parse command line options: Unrecognized option: -n
   usage: maven [options] [goal [goal2 [goal3] ...]]
 I've checked commons-cli and there's a fix for this in cvs/svn:
 http://cvs.apache.org/viewcvs.cgi/jakarta-commons/cli/src/java/org/apache/commons/cli/PosixParser.java
 see version 1.16 comments.
 I've tried bumping commons-cli to 1.0, but this fix apparently isn't in there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]