[jira] [Updated] (KARAF-4836) Incorrect behaviour of the auto-completion of file path in command export-bundles

2016-11-22 Thread Lijun Liao (JIRA)

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

Lijun Liao updated KARAF-4836:
--
Attachment: (was: SayHelloCommand.java)

> Incorrect behaviour of the auto-completion of file path in command 
> export-bundles
> -
>
> Key: KARAF-4836
> URL: https://issues.apache.org/jira/browse/KARAF-4836
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.0
>Reporter: Lijun Liao
> Fix For: 4.1.0
>
>
> 1. The auto-completation converts relative path to absolute path.
> To reproduce start karaf and type
> {code}
> export-bundles jdbc dat
> {code}
> You will get
> {code}
> export-bundles jdbc 
> /Users/lliao/Documents/source/t/apache-karaf-4.1.0-SNAPSHOT/./data/
> {code}
> However the following should be expected
> {code}
> export-bundles jdbc data
> {code}
> or
> {code}
> export-bundles jdbc ./data
> {code}
> 2. The auto-completation cannot handle '~' for home directory of current user.



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


[jira] [Updated] (KARAF-4836) Incorrect behaviour of the auto-completion of file path in command export-bundles

2016-11-22 Thread Lijun Liao (JIRA)

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

Lijun Liao updated KARAF-4836:
--
Attachment: SayHelloCommand.java

> Incorrect behaviour of the auto-completion of file path in command 
> export-bundles
> -
>
> Key: KARAF-4836
> URL: https://issues.apache.org/jira/browse/KARAF-4836
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.0
>Reporter: Lijun Liao
> Fix For: 4.1.0
>
> Attachments: SayHelloCommand.java
>
>
> 1. The auto-completation converts relative path to absolute path.
> To reproduce start karaf and type
> {code}
> export-bundles jdbc dat
> {code}
> You will get
> {code}
> export-bundles jdbc 
> /Users/lliao/Documents/source/t/apache-karaf-4.1.0-SNAPSHOT/./data/
> {code}
> However the following should be expected
> {code}
> export-bundles jdbc data
> {code}
> or
> {code}
> export-bundles jdbc ./data
> {code}
> 2. The auto-completation cannot handle '~' for home directory of current user.



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