You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ying Tang (JIRA)" <ji...@apache.org> on 2009/06/05 11:00:07 UTC

[jira] Created: (GERONIMO-4677) GShell jaxws commands should provide help in a uniform way

GShell jaxws commands should provide help in a uniform way
----------------------------------------------------------

                 Key: GERONIMO-4677
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4677
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: commands
    Affects Versions: 2.2
         Environment: Geronimo 2.2 + Windows XP + Sun JDK 1.6.0
            Reporter: Ying Tang
            Priority: Trivial
             Fix For: 2.2


All GShell commands except jaxws/wsgen, jasws/java2ws, jaxws/wsdl2java, and jaxws/wsimport,  provide help in this way: -h or --help. For example:
deploy/deploy --help
deploy/deploy -h
But jaxws commands only support -h or -help.
If you use jasws/java2ws --help, an error will occur:
Unexpected option: --help.

This might be a little inconvenient for users.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-4677) GShell jaxws commands should provide help in a uniform way

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved GERONIMO-4677.
----------------------------

    Resolution: Fixed

CXF does not support --help option, add some changes to convert --help to -help, so all the gshell commands have the same help options.
Commit changes to trunk At revision: 811331 and 2.2-snapshot At revision: 811330

> GShell jaxws commands should provide help in a uniform way
> ----------------------------------------------------------
>
>                 Key: GERONIMO-4677
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4677
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: commands
>    Affects Versions: 2.2
>         Environment: Geronimo 2.2 + Windows XP + Sun JDK 1.6.0
>            Reporter: Ying Tang
>            Priority: Trivial
>             Fix For: 2.2
>
>
> All GShell commands except jaxws/wsgen, jasws/java2ws, jaxws/wsdl2java, and jaxws/wsimport,  provide help in this way: -h or --help. For example:
> deploy/deploy --help
> deploy/deploy -h
> But jaxws commands only support -h or -help.
> If you use jasws/java2ws --help, an error will occur:
> Unexpected option: --help.
> This might be a little inconvenient for users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.