-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing imported versions for packages from project dependencies #60
Comments
This was referenced Sep 18, 2018
johanandren
added a commit
that referenced
this issue
Dec 5, 2018
johanandren
added a commit
that referenced
this issue
Dec 5, 2018
johanandren
added a commit
that referenced
this issue
Dec 5, 2018
Revert "Use all dependencies as JARs to force proper manifests (fixes #60)"
lefou
added a commit
to lefou/sbt-osgi
that referenced
this issue
Dec 5, 2018
johanandren
added a commit
that referenced
this issue
Dec 8, 2018
Use dependencies as JARs for force proper manifests (fixes #60)
This was referenced Jan 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The generated Manifest ist missing version information for those imported packages that come from other sub-projects (which are added via sbt's
project.dependsOn
syntax). It looks like sbtOsgi only sees the class files but not the generated manifests. Packages comming fromlibraryDependencies
properly get their version information extracted and added to theImport-Package
header.The text was updated successfully, but these errors were encountered: