Versions Compared

Key

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

...

To use this sample launcher to run all of the contributions as junit test cases, execute the command "mvn" in the launcher directory.

launcher-embedded-osgi

The launchers implemented in the src/main/java/launchers directory each launch a specific contribution into the OSGI runtime.
To use this sample OSGI launcher

...

with ant excute the command

Code Block

ant run-<contributionname>

where run-<contributionname> is one of the targets in the build.xml file

To use this sample launcher to run all of the contributions as junit test cases,
execute the command

Code Block
mvn

in the launcher directory.

launcher-maven

launcher-osgi

...