I am trying to deploy a particular version of a bundle through Apache Felix’s obr deploy command.
I want to install version 3.1.10 of File Install, but unfortunately deploy does not understand versions (when using @ to specify them):
g! deploy "Apache Felix File Install"@3.1.10
Unknown bundle - Apache Felix File Install@3.1.10
Neither does it work if I try the semicolon:
g! deploy "Apache Felix File Install";3.1.10
Target resource(s):
-------------------
Apache Felix File Install (3.0.2)
Deploying...done.
gogo: CommandNotFoundException: Command not found: 3.1.10
Anybody has any idea what’s going on?
P.S.:
BONUS points for anybody installing “File Install 3.0.2”, and then placing a jar of “3.1.10” into the load directory (thereby installing another “File Install” bundle) – and then deleting the “3.0.2” version! Sadly this does not work, as “File Install” always suspends itself.
Works for me:
It looks like you are trying to deploy a version of File Install that isn’t in the OBR repo…