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
Reporter: Clement Escoffier
Priority: Trivial
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.