You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/01/16 19:32:23 UTC

DO NOT REPLY [Bug 26201] New: - parameter check incorrect

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26201>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26201

parameter check incorrect

           Summary: parameter check incorrect
           Product: Commons
           Version: 1.0 Alpha
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Daemon
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: brian.whitehead@digitalevergreen.com


The parameter check to require the '=' for the -D switch is incorrect.  Most of
the name=value parameters require this but a few such as
'-Djava.security.manager' does not.  With the inclusion of this check using this
option is impossible.  Also, the '-version' option isn't working.  I can use
-help/-? and all of the other options, but '-version' returns the following:
[user@machine bin]$ ./jsvc -version
jsvc error: No class specified
jsvc error: Cannot parse command line arguments

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