renatoathaydes / osgi-run

Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless
Apache License 2.0
54 stars 13 forks source link

Split task to copy OSGi bundles to bundlesPath from createOsgiRuntime #57

Closed renatoathaydes closed 7 years ago

renatoathaydes commented 7 years ago

It might be useful to run a task to just copy all runtime bundles to a specific directory, without creating a full runtime (with system libs, the system bundle, run scripts etc).

This can be easily done by moving some functionality from the createOsgiRuntime task into a new task, say createOsgiBundlesDir.

renatoathaydes commented 7 years ago

Fixed in the 1.5.3 release.