DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31464>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31464 CLI cant parse ANT option set as claimed in official usage guide ------- Additional Comments From [EMAIL PROTECTED] 2004-09-29 23:23 ------- Re point 2: I tested both Gnu and Posix parsers - the relavant behavior is in a shared "Parser" superclass, where the parsing code is littered with inline string literals like "-" and "--". Re: Point 3. Check the code - the constructor for Options only enforces that a long arg name is set for each option. But, when the help formatter asks Options for a list of Option objects to iterate over, it passes a list derived from the short argument names. A rewrite of CLI would be very welcome... I'll check it out. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
