You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/10/05 10:45:31 UTC

[jira] Updated: (FELIX-1699) The 'version' shell command is framework specific

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

Richard S. Hall updated FELIX-1699:
-----------------------------------

    Affects Version/s: shell-1.4.0
        Fix Version/s: shell-1.4.1

> The 'version' shell command is framework specific
> -------------------------------------------------
>
>                 Key: FELIX-1699
>                 URL: https://issues.apache.org/jira/browse/FELIX-1699
>             Project: Felix
>          Issue Type: Bug
>          Components: Shell
>    Affects Versions: shell-1.4.0
>            Reporter: Clement Escoffier
>            Assignee: Richard S. Hall
>            Priority: Trivial
>             Fix For: shell-1.4.1
>
>
> The default Felix shell propose a 'version' command returning the current OSGi framework version.
> However, if we install this shell on the top of another framework implementation such as Equinox, this command returns null.
> -> ps
> START LEVEL 10
>   ID   State         Level  Name
> [   0] [Active     ] [    0] OSGi System Bundle (3.5.1.R35x_v20090827)
> ...
> [   5] [Active     ] [    1] Apache Felix Shell Service (1.4.0)
> ...
> [   7] [Active     ] [    1] Apache Felix Shell TUI (1.4.0)
> ...
> -> version
> null
> ->

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.