Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
C:\felix-1.8.0>java -jar bin\felix.jar

Welcome to Felix.
=================

-> ps
START LEVEL 1
   ID   State         Level  Name
[   0] [Active     ] [    0] System Bundle (1.8.0)
[   1] [Active     ] [    1] Apache Felix Shell Service (1.2.0)
[   2] [Active     ] [    1] Apache Felix Shell TUI (1.2.0)
[   3] [Active     ] [    1] Apache Felix Bundle Repository (1.4.0)
-> start http://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
-> start http://repo1www.mavenapache.org/maven2dist/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.1/cxf-dosgi-ri-singlebundle-distribution-1.1.jar

Some log messages may come up now.

...

Code Block
java -jar plugins/org.eclipse.osgi_3.5.0.v20090520.jar -configuration conf -console
osgi> install file:plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar
Bundle id is 1
osgi> start 1

osgi> install http://repo1www.mavenapache.org/maven2/org/apachedist/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.1/cxf-dosgi-ri-singlebundle-distribution-1.1.jar
Bundle id is 2
osgi> start 2

...