You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lijun Liao (JIRA)" <ji...@apache.org> on 2016/11/22 20:05:58 UTC

[jira] [Updated] (KARAF-4832) Cannot enter karaf command over multi lines

     [ https://issues.apache.org/jira/browse/KARAF-4832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lijun Liao updated KARAF-4832:
------------------------------
    Description: 
Steps to reproduce the problem:

1. In karaf shell, enter "echo \", then enter
2. In the new line, enter any text, then enter

You should get the following error text:

{code}
karaf@root()> echo \                       xx:xx:xx
> demo-text

gogo: CommandNotFoundException: Command not found: demo-text
Command not found: demo-text
{code}

  was:
Steps to reproduce the problem:

1. In karaf shell, enter "echo \", then enter
2. In the new line, enter any text, then enter

You should get the following error text:

{code}
karaf@root()> echo \                                             xx:xx:xx
> demo-text

gogo: CommandNotFoundException: Command not found: demo-text
Command not found: demo-text
{code}


> Cannot enter karaf command over multi lines
> -------------------------------------------
>
>                 Key: KARAF-4832
>                 URL: https://issues.apache.org/jira/browse/KARAF-4832
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 4.1.0
>            Reporter: Lijun Liao
>             Fix For: 4.1.0
>
>
> Steps to reproduce the problem:
> 1. In karaf shell, enter "echo \", then enter
> 2. In the new line, enter any text, then enter
> You should get the following error text:
> {code}
> karaf@root()> echo \                       xx:xx:xx
> > demo-text
> gogo: CommandNotFoundException: Command not found: demo-text
> Command not found: demo-text
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)