Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
shell-1.4.0
-
None
Description
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
->