You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/04/03 15:00:44 UTC

[jira] [Commented] (KARAF-4865) Karaf startup no longer works on platforms without "readlink"

    [ https://issues.apache.org/jira/browse/KARAF-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953632#comment-15953632 ] 

ASF subversion and git services commented on KARAF-4865:
--------------------------------------------------------

Commit f7fad515f7f64ca43923000d49b6b4a46974722b in karaf's branch refs/heads/karaf-4.0.x from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=f7fad51 ]

[KARAF-4564] [KARAF-4852] [KARAF-4865] Improve the main karaf script
 * use /bin/sh
 * do not rely on readlink, but use 'ls -l'
 * check exit code when changing directory
 * verify ulimit availability
 * use 'command -v' instead of 'type'
 * support spaces in the JAVA path
 * do not use {} expansion for file names
 * fix endorsed/ext dirs on cygwin/mingw


> Karaf startup no longer works on platforms without "readlink"
> -------------------------------------------------------------
>
>                 Key: KARAF-4865
>                 URL: https://issues.apache.org/jira/browse/KARAF-4865
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>            Reporter: Fabian Lange
>            Assignee: Guillaume Nodet
>             Fix For: 4.1.0, 3.0.8, 4.0.8
>
>
> With KARAF-4564 we used "readlink" to resolve some symlink issues. but this broke karaf now for platforms which do not support "readlink". we should make it optional.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)