TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

How to nest jar's into bundle lib folder? #54

Closed paulvi closed 8 years ago

paulvi commented 8 years ago

How to nest jar's into bundle lib folder?

TomDmitriev commented 8 years ago

Include-Resource is probably what you need.

paulvi commented 8 years ago

Exactly.

Include-Resource: lib/=lib/, META-INF/=META-INF/

however there is still open bug https://issues.gradle.org/browse/GRADLE-1107 "OSGi instruction Include-Resource not working"

rotty3000 commented 8 years ago

I don't believe that bug report is relevant to this plugin. Are you using the built in gradle OSGi plugin? Or are you using Tom's (this repo)?

paulvi commented 8 years ago

@rotty3000 yes sure, GRADLE-1107 is for built-in Gradle OSGi plugin only.

TomDmitriev commented 8 years ago

I'm closing the issue then.