You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Chris Custine (JIRA)" <ji...@apache.org> on 2008/11/25 02:15:05 UTC

[jira] Created: (SMX4KNL-150) GShell group name variable doesn't resolve

GShell group name variable doesn't resolve
------------------------------------------

                 Key: SMX4KNL-150
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-150
             Project: ServiceMix Kernel
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Chris Custine


Looks like the GROUP_NAME variable in gshell has been removed (see [1] below)so the prompt is not resolving the group name.

[1] http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/command/GroupCommand.java?r1=709707&r2=719197&diff_format=h

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


[jira] Commented: (SMX4KNL-150) GShell group name variable doesn't resolve

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

Guillaume Nodet commented on SMX4KNL-150:
-----------------------------------------

Related to https://issues.apache.org/jira/browse/GSHELL-158

> GShell group name variable doesn't resolve
> ------------------------------------------
>
>                 Key: SMX4KNL-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-150
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>             Fix For: 1.1.0
>
>
> Looks like the GROUP_NAME variable in gshell has been removed (see [1] below)so the prompt is not resolving the group name.
> [1] http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/command/GroupCommand.java?r1=709707&r2=719197&diff_format=h

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


[jira] Resolved: (SMX4KNL-150) GShell group name variable doesn't resolve

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

Guillaume Nodet resolved SMX4KNL-150.
-------------------------------------

    Resolution: Fixed

Sending        gshell/gshell-core/pom.xml
Sending        gshell/gshell-core/src/main/java/org/apache/servicemix/kernel/gshell/core/ApplicationManagerImpl.java
Sending        gshell/gshell-core/src/main/resources/META-INF/spring/gshell-commands.xml
Sending        gshell/gshell-core/src/test/java/org/apache/servicemix/kernel/gshell/core/Test.java
Sending        gshell/itests/src/test/java/org/apache/servicemix/kernel/gshell/itests/CoreTest.java
Sending        pom.xml
Transmitting file data ......
Committed revision 741079.

> GShell group name variable doesn't resolve
> ------------------------------------------
>
>                 Key: SMX4KNL-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-150
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>             Fix For: 1.1.0
>
>
> Looks like the GROUP_NAME variable in gshell has been removed (see [1] below)so the prompt is not resolving the group name.
> [1] http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/command/GroupCommand.java?r1=709707&r2=719197&diff_format=h

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


[jira] Commented: (SMX4KNL-150) GShell group name variable doesn't resolve

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47599#action_47599 ] 

Chris Custine commented on SMX4KNL-150:
---------------------------------------

I changed the prompt to use the "gshell.group" property which is still available.  The downside for now is that the prompt shows "/" for the root group until you change to another group.  When you return to root (usually by typing "..") the prompt changes to "commands".

Example:
smx@cgcmac1.home.custine.com:/> osgi
smx@cgcmac1.home.custine.com:osgi> ..
smx@cgcmac1.home.custine.com:commands>

> GShell group name variable doesn't resolve
> ------------------------------------------
>
>                 Key: SMX4KNL-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-150
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>
> Looks like the GROUP_NAME variable in gshell has been removed (see [1] below)so the prompt is not resolving the group name.
> [1] http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/command/GroupCommand.java?r1=709707&r2=719197&diff_format=h

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


[jira] Updated: (SMX4KNL-150) GShell group name variable doesn't resolve

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

Chris Custine updated SMX4KNL-150:
----------------------------------

    Assignee: Chris Custine

> GShell group name variable doesn't resolve
> ------------------------------------------
>
>                 Key: SMX4KNL-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-150
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>
> Looks like the GROUP_NAME variable in gshell has been removed (see [1] below)so the prompt is not resolving the group name.
> [1] http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/command/GroupCommand.java?r1=709707&r2=719197&diff_format=h

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


[jira] Updated: (SMX4KNL-150) GShell group name variable doesn't resolve

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

Guillaume Nodet updated SMX4KNL-150:
------------------------------------

    Fix Version/s: 1.1.0

> GShell group name variable doesn't resolve
> ------------------------------------------
>
>                 Key: SMX4KNL-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-150
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Chris Custine
>            Assignee: Chris Custine
>             Fix For: 1.1.0
>
>
> Looks like the GROUP_NAME variable in gshell has been removed (see [1] below)so the prompt is not resolving the group name.
> [1] http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/command/GroupCommand.java?r1=709707&r2=719197&diff_format=h

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