Skip to content

Try out how to use gradle to handle very simple osgi build with bnd (no bnd-workspace)

Notifications You must be signed in to change notification settings

liufuyang/osgi-hello-idea-1

Repository files navigation

README

For Eclipse PDE (Plug-in Development Environment) - this might be helpful

Good knowledge

How to use bnd+gradle

Good examples here:

How to build jar

Gradle is configured with bnd gradle plugin in, simply run the jar command will do. It will generate META-INF/MANIFEST.MF by reading bnd.bnd.

Check Jar

jar xf build/libs/osgi-hello-idea-1-1.0-SNAPSHOT.jar META-INF/MANIFEST.MF

Gogo command:

start file:/<path-to-bundle.jar>
start 4
stop 4
update 4 # when the jar is re-build
image

Could be helpful:

About

Try out how to use gradle to handle very simple osgi build with bnd (no bnd-workspace)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages