You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Chi Runhua (JIRA)" <ji...@apache.org> on 2010/05/12 18:16:41 UTC

[jira] Resolved: (GERONIMO-5303) Improve metadata of encrpt command

     [ https://issues.apache.org/jira/browse/GERONIMO-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chi Runhua resolved GERONIMO-5303.
----------------------------------

    Fix Version/s: 2.1.6
                   2.2.1
                   3.0
       Resolution: Fixed

The help msg of deploy/encrypt is update as followed, and arguments is added as well.

{code}
Help for command: encrypt
    encrypt [--offline] string


        Encrypt a string for use in deployment plan.If you want to use a
        running server to do the encryption (so that you will use the
        encryption setting of that server, make sure the server is
        running and specify the general options to connect to it.

         If you want to use the common simple encryption, use the 
        --offline option. No running server is required in this case.
{code}

> Improve metadata of encrpt command
> ----------------------------------
>
>                 Key: GERONIMO-5303
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5303
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: commands
>    Affects Versions: 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>
> The help message of deploy/encrypt is not well-formated as followed. Those redundant line breaks should be removed.
> {code}
> jeffchi@ubuntu:~/Geronimo/30/bin$ ./deploy help encrypt
> Using GERONIMO_HOME:   /home/jeffchi/Geronimo/30
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /opt/ibm/java-i386-60/jre
> Help for command: encrypt
>     encrypt 
>         Encrypt a string for use in deployment plan.
>         If you want to use a running server to do the encryption (so
>         that
>         you will use the encryption setting of that server, make sure
>         the
>         server is running and specify the general options to connect to
>         it.
>         If you want to use the common simple encryption, use the
>         --offline
>         option. No running server is required in this case.
> {code}

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