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

[jira] Created: (SMX4KNL-138) No command history with GShell console

No command history with GShell console
--------------------------------------

                 Key: SMX4KNL-138
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
             Project: ServiceMix Kernel
          Issue Type: Bug
    Affects Versions: 1.0.1
         Environment: Windows XP
            Reporter: David Bosschaert
            Priority: Minor


Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
This can be esp. handy when running long command lines over and over, e.g.
  install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar

I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot


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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

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

Chris Custine commented on SMX4KNL-138:
---------------------------------------

This seems to be working for everyone now, so there must have been an upstream fix in a recent GShell build that solved this since the jline version hasn't changed.  Marking as fixed for now, if anyone experiences this issue again they can reopen.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

Posted by "David Bosschaert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49185#action_49185 ] 

David Bosschaert commented on SMX4KNL-138:
------------------------------------------

Interesting, didn't know about the Ctrl-P thing.
In any case, in other OSGi container shells, such as the default Felix shell and the default Equinox one, simply pressing the 'up' arrow gives you your previous commands. I guess they inherit this from the windows shell. SMX seems to have disabled this inherited feature.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Priority: Minor
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49259#action_49259 ] 

Edell Nolan commented on SMX4KNL-138:
-------------------------------------

Hi,

I have just built a kit from trunk at apache and the up arrow is now working for me. Looks like this has been fixed on trunk.

Edell.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Updated: (SMX4KNL-138) No command history with GShell console

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

Chris Custine updated SMX4KNL-138:
----------------------------------

    Fix Version/s:     (was: 1.1.0)
                   1.2.0

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Updated: (SMX4KNL-138) No command history with GShell console

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

Guillaume Nodet updated SMX4KNL-138:
------------------------------------

    Fix Version/s: 1.1.0

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

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

Guillaume Nodet commented on SMX4KNL-138:
-----------------------------------------

I've tried on XP and it seems the history works well for me ...

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

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

Chris Custine commented on SMX4KNL-138:
---------------------------------------

This has been fixed in Karaf, so I am marking this as resolved here.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49182#action_49182 ] 

Edell Nolan commented on SMX4KNL-138:
-------------------------------------

If I do "Ctrl-p" I can get the previous commands.
but you have to do this otherwise you can't get the previous command.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Priority: Minor
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Resolved: (SMX4KNL-138) No command history with GShell console

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

Chris Custine resolved SMX4KNL-138.
-----------------------------------

    Resolution: Fixed

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

Posted by "Greg Lucas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51055#action_51055 ] 

Greg Lucas commented on SMX4KNL-138:
------------------------------------

For me, on WinXP: ctrl-p and ctrl-n work fine, but the arrow keys do not. Not clear from the comments so far whether that is expected?

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Resolved: (SMX4KNL-138) No command history with GShell console

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

Chris Custine resolved SMX4KNL-138.
-----------------------------------

    Resolution: Fixed

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

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

Guillaume Nodet commented on SMX4KNL-138:
-----------------------------------------

We're using jline which should support that on windows and unix platforms.  Windows supports that natively, but not unix console.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Priority: Minor
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Assigned: (SMX4KNL-138) No command history with GShell console

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

Chris Custine reassigned SMX4KNL-138:
-------------------------------------

    Assignee: Chris Custine

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Reopened: (SMX4KNL-138) No command history with GShell console

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

Chris Custine reopened SMX4KNL-138:
-----------------------------------


Based on Greg's experience, I am going to reopen this so that we can get to the bottom of it.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

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

Guillaume Nodet commented on SMX4KNL-138:
-----------------------------------------

Has anyone else been able to reproduce this behavior on windows?

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Priority: Minor
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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


[jira] Commented: (SMX4KNL-138) No command history with GShell console

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

Chris Custine commented on SMX4KNL-138:
---------------------------------------

It works on Windows XP for me as well.  This issue specifically lists Windows XP as the environment so I'm not sure what the problem could be.

> No command history with GShell console
> --------------------------------------
>
>                 Key: SMX4KNL-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-138
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: David Bosschaert
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Most OSGi containers when run on the standard Windows XP console, have a command history, so that you can enter old commands easily by just hitting the 'up' key on the console and then pressing enter when you've got the one you need.
> This can be esp. handy when running long command lines over and over, e.g.
>   install file:/Z:/samples/service-grid-test-deployables/spring-osgi-bundle/target/it-repo-samples-spring-osgi-bundle-2.0-SNAPSHOT.jar
> I think this command history is a standard feature of the windows shell, that OSGi containers like Felix and Equinox (and other Java programs) simply work with.
> However, the SMX4 GShell somehow managed to switch off this feature. So no command history in SMX4 Kernel. I have to type repeated commands in by hand over and over again - quite annoying when you use SMX4 a lot

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