[jboss-jira] [JBoss JIRA] (AS7-2201) Incorrect command line format for -global-modules

Brian Stansberry (Created) (JIRA) jira-events at lists.jboss.org
Fri Oct 21 14:35:45 EDT 2011


Incorrect command line format for -global-modules
-------------------------------------------------

                 Key: AS7-2201
                 URL: https://issues.jboss.org/browse/AS7-2201
             Project: Application Server 7
          Issue Type: Bug
          Components: Application Client
            Reporter: Brian Stansberry
            Assignee: Stuart Douglas
            Priority: Blocker
             Fix For: 7.1.0.CR1


The -global-modules syntax in the appclient help message is wrong (and my assumption is the implementation is wrong too, hence this being a blocker, although I haven't looked.)

where args include:
    -H <url>                           Set the url of the AS7 instance to connect to
    -H=<url>                           Set the url of the AS7 instance to connect to
    --host=<url>                       Set the url of the AS7 instance to connect to
    -D<name>[=<value>]                 Set a system property
    -global-modules                    Specify additional modules in a comma separated list to be made available to the application

That should be --global-modules=xxxx,yyyy

Two dashes before multi-characters param names. Equal sign separation between name and value.

Supporting space in addition to equal sign is legal (and highly encouraged). Only supporting space is not legal.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list