Re: using bundle:watch for bundle refreshes and updates

2015-11-20 Thread asookazian2
So it is looking in the local .m2/repository path or elsewhere? If the former, then I suppose this should be sufficient as the built JAR will be uploaded to .m2/repository/path/to/bundle.jar. jbonofre wrote > Hi, > > bundle:watch works only for mvn URL containing SNAPSHOT by default. > >

using bundle:watch for bundle refreshes and updates

2015-11-19 Thread asookazian2
I am currently using the following cmd to update an existing bundle: update 384 file:/path/to/bundleFoo.jar refresh 384 According to this doc: https://karaf.apache.org/manual/latest/commands/bundle-watch.html The param for the bundle:watch cmd is URLs (bundle IDs or URLs) I'd like to have a

Re: using bundle:watch for bundle refreshes and updates

2015-11-19 Thread Jean-Baptiste Onofré
Hi, bundle:watch works only for mvn URL containing SNAPSHOT by default. Regards JB On 11/20/2015 06:32 AM, asookazian2 wrote: I am currently using the following cmd to update an existing bundle: update 384 file:/path/to/bundleFoo.jar refresh 384 According to this doc:

Re: using bundle:watch for bundle refreshes and updates

2015-11-19 Thread Jean-Baptiste Onofré
By the way, you can specify the URL patterns to watch in the bundle:watch command (see command options). Regards JB On 11/20/2015 06:32 AM, asookazian2 wrote: I am currently using the following cmd to update an existing bundle: update 384 file:/path/to/bundleFoo.jar refresh 384 According to