You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2011/05/30 11:31:47 UTC

[jira] [Created] (KARAF-661) Typing ^D should behave as on Unix

Typing ^D should behave as on Unix
----------------------------------

                 Key: KARAF-661
                 URL: https://issues.apache.org/jira/browse/KARAF-661
             Project: Karaf
          Issue Type: Improvement
          Components: console
    Affects Versions: 2.2.1
            Reporter: Jean-Baptiste Onofré
             Fix For: 2.2.2, 3.0.0


Currently, typing ^D in the shell with a command does nothing.

To behave as on Unix, typing ^D should execute the command.

For instance, currently:

{code}
karaf@root> osgi:list^D

{code}

It should be:

{code}
karaf@root> osgi:list^D
START LEVEL 100 , List Threshold: 50
   ID   State         Blueprint      Level  Name
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (KARAF-661) Typing ^D should behave as on Unix

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

Jamie goodyear closed KARAF-661.
--------------------------------


Fixed in Apache Karaf 2.2.2.

> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (KARAF-661) Typing ^D should behave as on Unix

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-661.
----------------------------------------

    Resolution: Not A Problem

> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (KARAF-661) Typing ^D should behave as on Unix

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-661:
------------------------------------------

    Assignee: Jean-Baptiste Onofré

> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-661) Typing ^D should behave as on Unix

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041117#comment-13041117 ] 

Jean-Baptiste Onofré commented on KARAF-661:
--------------------------------------------

Working:
- Bash on Linux

Not Working:
- Bash on Solaris
- CSH on Solaris
- KSH on AIX
- Bash on AIX

So, you're right. I close this bug as "work as designed".

Sorry for the noise :)

> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (KARAF-661) Typing ^D should behave as on Unix

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-661:
------------------------------------------

    Assignee:     (was: Jean-Baptiste Onofré)

> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-661) Typing ^D should behave as on Unix

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

Guillaume Nodet commented on KARAF-661:
---------------------------------------

I've never seen ^D execute the command on unix.  On which kind of unix dit you see that ?

> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-661) Typing ^D should behave as on Unix

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-661:
---------------------------------------

    Description: 
Currently, typing ^D in the shell with a command does nothing.

To behave as on Unix, typing ^D should execute the command.

For instance, currently:

karaf@root> osgi:list^D


It should be:

karaf@root> osgi:list^D
START LEVEL 100 , List Threshold: 50
   ID   State         Blueprint      Level  Name

  was:
Currently, typing ^D in the shell with a command does nothing.

To behave as on Unix, typing ^D should execute the command.

For instance, currently:

{code}
karaf@root> osgi:list^D

{code}

It should be:

{code}
karaf@root> osgi:list^D
START LEVEL 100 , List Threshold: 50
   ID   State         Blueprint      Level  Name
{code}


> Typing ^D should behave as on Unix
> ----------------------------------
>
>                 Key: KARAF-661
>                 URL: https://issues.apache.org/jira/browse/KARAF-661
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1
>            Reporter: Jean-Baptiste Onofré
>             Fix For: 2.2.2, 3.0.0
>
>
> Currently, typing ^D in the shell with a command does nothing.
> To behave as on Unix, typing ^D should execute the command.
> For instance, currently:
> karaf@root> osgi:list^D
> It should be:
> karaf@root> osgi:list^D
> START LEVEL 100 , List Threshold: 50
>    ID   State         Blueprint      Level  Name

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira