Re: Reload/restart bundle when installed with file://

2018-10-25 Thread Oleg Cohen
Thank you, JB! This works. Best, Oleg > On Oct 24, 2018, at 11:43 PM, Jean-Baptiste Onofré wrote: > > Hi Oleg, > > If the bundle is located in the same location (as I'm assuming as you > use the eclipse workspace, you can double check with bundle:list -l), > then simply bundle:update works. > >

Re: Reload/restart bundle when installed with file://

2018-10-24 Thread Jean-Baptiste Onofré
Hi Oleg, If the bundle is located in the same location (as I'm assuming as you use the eclipse workspace, you can double check with bundle:list -l), then simply bundle:update works. In your case bundle:watch won't work as it's related to maven URL. So you have to use bundle:update command (gener

Reload/restart bundle when installed with file://

2018-10-24 Thread Oleg Cohen
Hello, I have a number of bundles that I installed using the following command: install reference:file://$eclipse_worspace_path/bundleA All works well until I change code and recompile the project in Eclipse. What command should I use to refresh/reload/restart bundleA to pick up the changes?