TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

Manifest doesn't change after I update instructions #1

Closed OlafurEgilsson closed 10 years ago

OlafurEgilsson commented 10 years ago

When I change the build.gradle script to add/edit/remove a instruction for the OSGi manifest, the generated .jar doesn't include the updated instructions.

This is a bit confusing, since the instructions are clearly there (in build.gradle) but the OSGi error messages suggests otherwise.

Doing a 'gradle clean' does update the manifest, suggesting that it's a refresh error.

The other 'osgi' plugin doesn't suffer from this issue, so this could cause quite a bit of confusion from people moving to this plugin.

TomDmitriev commented 10 years ago

Fixed in 0.2.