I'm trying to get the dev:watch command to work but I haven't succeeded yet. If I want to watch the bundle with id 97, I do as follows:
dev:watch -i 1000 dev:watch 97 dev:watch --start I could probably do all that in one go but the above is for clarity. If I then rebuild (using maven) the bundle with id 97 I excpect that bundle to be updated within approximately 1 s. However, it never happens. If I then do a "update 97" then it works. The command "dev:watch --list" shows the following: *karaf@root> dev:watch --list* *URL ID Bundle Name* * * *97 97 Service-Container :: web-service-plugin* What am I doing wrong? I'm using Karaf 2.3.0. /Bengt
