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 17:52:40 UTC

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

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


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.


[jira] Issue Comment Edited: (GERONIMO-5303) Improve metadata of encrypt command

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866610#action_12866610 ] 

Chi Runhua edited comment on GERONIMO-5303 at 5/12/10 9:50 PM:
---------------------------------------------------------------

The help msg of deploy/encrypt is updated 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 can 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}

      was (Author: chi runhua):
    The help msg of deploy/encrypt is updated 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 encrypt 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.1.5, 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.


[jira] Issue Comment Edited: (GERONIMO-5303) Improve metadata of encrypt command

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866610#action_12866610 ] 

Chi Runhua edited comment on GERONIMO-5303 at 5/12/10 1:09 PM:
---------------------------------------------------------------

The help msg of deploy/encrypt is updated 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}

      was (Author: chi runhua):
    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 encrypt 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


[jira] Issue Comment Edited: (GERONIMO-5303) Improve metadata of encrypt command

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866612#action_12866612 ] 

Chi Runhua edited comment on GERONIMO-5303 at 5/12/10 1:10 PM:
---------------------------------------------------------------

Provide a patch to improve help messages of deploy/encrpt command.

      was (Author: chi runhua):
    update help message of deploy/encrpt command.
  
> Improve metadata of encrypt 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


[jira] Issue Comment Edited: (GERONIMO-5303) Improve metadata of encrypt command

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866612#action_12866612 ] 

Chi Runhua edited comment on GERONIMO-5303 at 5/12/10 1:11 PM:
---------------------------------------------------------------

Provide a patch to improve help messages of deploy/encrypt command.

      was (Author: chi runhua):
    Provide a patch to improve help messages of deploy/encrpt command.
  
> Improve metadata of encrypt 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


[jira] Updated: (GERONIMO-5303) Improve metadata of encrypt command

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

Chi Runhua updated GERONIMO-5303:
---------------------------------

    Attachment: 5303.patch

> Improve metadata of encrypt 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


[jira] Commented: (GERONIMO-5303) Improve metadata of encrypt command

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867387#action_12867387 ] 

Shawn Jiang commented on GERONIMO-5303:
---------------------------------------

Patch applied to 21, 22, and trunk.  thanks Jeff for the patch !

> Improve metadata of encrypt 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


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

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

Chi Runhua updated GERONIMO-5303:
---------------------------------

    Affects Version/s: 2.1.5

> 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


[jira] Updated: (GERONIMO-5303) Improve metadata of encrypt command

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

Chi Runhua updated GERONIMO-5303:
---------------------------------

    Attachment:     (was: 5303.patch)

> Improve metadata of encrypt 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.1.5, 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.


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

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Chi Runhua updated GERONIMO-5303:
---------------------------------

    Attachment: 5303.patch

update help message of deploy/encrpt command.

> 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.


[jira] Updated: (GERONIMO-5303) Improve metadata of encrypt command

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

Chi Runhua updated GERONIMO-5303:
---------------------------------

    Summary: Improve metadata of encrypt command  (was: Improve metadata of encrpt command)

> Improve metadata of encrypt 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.1.5, 2.2
>            Reporter: Chi Runhua
>            Assignee: Chi Runhua
>            Priority: Minor
>             Fix For: 2.1.6, 2.2.1, 3.0
>
>         Attachments: 5303.patch
>
>
> 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.