sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

The bundle task should not produce a bundle unless source (or bnd headers) has(/have) changed #27

Open hsyed opened 9 years ago

hsyed commented 9 years ago

One of the key uses os OSGI is dynamic code reloading, reloading bundles into an OSGI framework does require being able to detect when a bundle has changed. Current the plugin produces a new bundle everytime the bundle task is invoked.

I'm a novice with SBT development but I'm learning I have this question open on SO whilst trying to hack my way to some sort of a solution.

If someone could give me some pointers perhaps I can add this functionality.