-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to nest jar's into bundle lib folder? #32
Comments
I had the intention of removing the dependency on the osgi plugin because that is not actually needed... any plugin that turns your project's jar into a bundle is enough for osgi-run to work. I will do that in the coming days. |
Please confirm nested jars and other features of the plugin you want to use work with osgi-run version 1.4.3. |
See this example that now uses both |
I am OSGi beginner and don't know exactly how to make simple OSGi project with this case to test. |
I suggest choosing an easier project to test this. |
If osgi-run relies on gradle
osgi
plulgin #31 , then with osgi-run it is likely impossible to make jar with nested jar.There is
gradle-bundle-plugin
see TomDmitriev/gradle-bundle-plugin#54 , https://issues.gradle.org/browse/GRADLE-1107 "OSGi instruction Include-Resource not working"
The text was updated successfully, but these errors were encountered: