[
https://issues.apache.org/jira/browse/KARAF-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905440#comment-15905440
]
ASF subversion and git services commented on KARAF-5019:
--------------------------------------------------------
Commit 46aae23c551435b709b61d6b5a89b79afd44c077 in karaf's branch
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=46aae23 ]
[KARAF-5019] The source command doesn't work as before in karaf 4.1.0
> The source command doesn't work as before in karaf 4.1.0
> ---------------------------------------------------------
>
> Key: KARAF-5019
> URL: https://issues.apache.org/jira/browse/KARAF-5019
> Project: Karaf
> Issue Type: Bug
> Components: karaf-shell
> Affects Versions: 4.1.0
> Environment: Java 8
> Reporter: Xilai Dai
> Assignee: Guillaume Nodet
> Fix For: 4.1.1
>
>
> With karaf 4.0.x or even previous versions,
> karaf@root()>source myscripts/abc.source
> it works well.
> but in case of karaf 4.1.0, it doesn't work anymore
> karaf@trun()> source scripts/abc.source
> Error executing command: URI is not absolute
> there are workarounds:
> 1) source file:D:/apache-karaf-4.1.0/scripts/abc.source
> 2) source file:.scripts/abc.source
> the argument only support URI not relative path anymore. seems it's
> regression problem.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)