sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

Bundle Activator does not implement BundleActivator #29

Closed frgomes closed 6 years ago

frgomes commented 9 years ago

My build emits the following error:

[error] bnd: The Bundle Activator moduleB.internal.MyDominoActivator does not implement BundleActivator.

Please find a project which shows this happening: https://github.com/frgomes/domino-osgi-sample

More details here: https://github.com/frgomes/domino-osgi-sample/issues/1

frgomes commented 9 years ago

For your information, seems related to: https://groups.google.com/forum/#!topic/bndtools-users/z6u8jQaVGss

reggert commented 9 years ago

That seems like a bug in bnd. Have you filed a bug report with them?

lefou commented 6 years ago

It was an upstream issue in bnd, which is fixed since bnd 3.2. This issue can be closed.

ktoso commented 6 years ago

Great, thanks for reporting

ktoso commented 6 years ago

Was solved in v0.9.4 then