Interest/Advice solicitation: Bnd and Bazel integration(s)

Welcome @boinsoft, and thanks for your first post :slight_smile:

I cannot add much regarding bazel.

The only thing which comes to mind is that Eclipse Tycho - also an external build tool (based on Maven) - has added support for building bnd workspaces recently.

see

Tycho uses bndlib under the hood which is called by maven classes.

Maybe it can serve partly as a blue-print how another build tool does it, to adapt it to bazel.

And of course there are the existing maven plugins and gradle plugins from bnd itself.

1 Like