sbt / sbt-osgi

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

Problems using a dash in bundleSymbolicName #23

Open esdrasbeleza opened 10 years ago

esdrasbeleza commented 10 years ago

We tried to move a maven-based build to sbt, using the same values. But, in our tests, when the bundleSymbolicName has a dash, the build won't find some classes (in our case, it was the bundle activator).

reggert commented 9 years ago

I'm not certain, I think this may be fixed by upgrading the version of bnd we're using (which has already been done, but hasn't been released). My time is very limited these days, but I'll see if I can publish a new release in the (relatively) near future, unless one of the Typesafe guys manages to beat me to it.