You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hsyed
changed the title
The bundle task should not produce a bundle unless source has changed.
The bundle task should not produce a bundle unless source (or bnd headers) has(/have) changed
Mar 16, 2015
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.
The text was updated successfully, but these errors were encountered: