You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2007/12/27 07:52:26 UTC

[jira] Created: (SM-1185) Error Message improvement on Gshell console.

Error Message improvement on Gshell console.
--------------------------------------------

                 Key: SM-1185
                 URL: https://issues.apache.org/activemq/browse/SM-1185
             Project: ServiceMix
          Issue Type: Improvement
          Components: tooling
    Affects Versions: 4.0-m1
         Environment: Linux
            Reporter: Jeff Yu
            Priority: Minor
             Fix For: 4.0-m2


On the Gshell console, I run an non-existed command, it will prompt an NotFoundException.

such as I run a "lsd" command:
ERROR NotFoundException: lsd 
it would be better we can change to below, ( like linux bash)
lsd : command not found

and if I run a "osgi lsd" command, it will give me a prompt: ERROR NullPointerException: null, it would be better we can change it to above error message.



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


[jira] Moved: (SMX4KNL-6) Error Message improvement on Gshell console.

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

Guillaume Nodet moved SMX4RUN-2 to SMX4KNL-6:
---------------------------------------------

    Affects Version/s:     (was: 1.0-m1)
                  Key: SMX4KNL-6  (was: SMX4RUN-2)
              Project: ServiceMix Kernel  (was: ServiceMix Runtime)

> Error Message improvement on Gshell console.
> --------------------------------------------
>
>                 Key: SMX4KNL-6
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-6
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>         Environment: Linux
>            Reporter: Jeff Yu
>            Priority: Minor
>
> On the Gshell console, I run an non-existed command, it will prompt an NotFoundException.
> such as I run a "lsd" command:
> ERROR NotFoundException: lsd 
> it would be better we can change to below, ( like linux bash)
> lsd : command not found
> and if I run a "osgi lsd" command, it will give me a prompt: ERROR NullPointerException: null, it would be better we can change it to above error message.

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


[jira] Moved: (SMX4RUN-2) Error Message improvement on Gshell console.

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

Guillaume Nodet moved SM-1185 to SMX4RUN-2:
-------------------------------------------

          Component/s:     (was: tooling)
        Fix Version/s:     (was: 4.0-m2)
    Affects Version/s:     (was: 4.0-m1)
                       1.0-m1
                  Key: SMX4RUN-2  (was: SM-1185)
              Project: SMX4 Runtime  (was: ServiceMix)

> Error Message improvement on Gshell console.
> --------------------------------------------
>
>                 Key: SMX4RUN-2
>                 URL: https://issues.apache.org/activemq/browse/SMX4RUN-2
>             Project: SMX4 Runtime
>          Issue Type: Improvement
>    Affects Versions: 1.0-m1
>         Environment: Linux
>            Reporter: Jeff Yu
>            Priority: Minor
>
> On the Gshell console, I run an non-existed command, it will prompt an NotFoundException.
> such as I run a "lsd" command:
> ERROR NotFoundException: lsd 
> it would be better we can change to below, ( like linux bash)
> lsd : command not found
> and if I run a "osgi lsd" command, it will give me a prompt: ERROR NullPointerException: null, it would be better we can change it to above error message.

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


[jira] Commented: (SMX4KNL-6) Error Message improvement on Gshell console.

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41376#action_41376 ] 

Guillaume Nodet commented on SMX4KNL-6:
---------------------------------------

FTR, the display of the error is done in gshell-core, class org.apache.geronimo.gshell.DefaultShell, method displayError (line 248)

> Error Message improvement on Gshell console.
> --------------------------------------------
>
>                 Key: SMX4KNL-6
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-6
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>         Environment: Linux
>            Reporter: Jeff Yu
>            Priority: Minor
>
> On the Gshell console, I run an non-existed command, it will prompt an NotFoundException.
> such as I run a "lsd" command:
> ERROR NotFoundException: lsd 
> it would be better we can change to below, ( like linux bash)
> lsd : command not found
> and if I run a "osgi lsd" command, it will give me a prompt: ERROR NullPointerException: null, it would be better we can change it to above error message.

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


[jira] Resolved: (SMX4KNL-6) Error Message improvement on Gshell console.

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

Guillaume Nodet resolved SMX4KNL-6.
-----------------------------------

         Assignee: Guillaume Nodet
    Fix Version/s: 1.0-m3
       Resolution: Fixed

Sending        spring/GShell.java
Transmitting file data .
Committed revision 638923.

> Error Message improvement on Gshell console.
> --------------------------------------------
>
>                 Key: SMX4KNL-6
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-6
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>         Environment: Linux
>            Reporter: Jeff Yu
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: 1.0-m3
>
>
> On the Gshell console, I run an non-existed command, it will prompt an NotFoundException.
> such as I run a "lsd" command:
> ERROR NotFoundException: lsd 
> it would be better we can change to below, ( like linux bash)
> lsd : command not found
> and if I run a "osgi lsd" command, it will give me a prompt: ERROR NullPointerException: null, it would be better we can change it to above error message.

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