[ 
https://issues.apache.org/jira/browse/KARAF-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120898#comment-13120898
 ] 

Jean-Baptiste Onofré commented on KARAF-762:
--------------------------------------------

OK got it.

In fact, in the BundleWatcher, the getBundlesByURL(String url) check if url is 
a long (and so a bundle ID). If it's not a long, it's really an URL regex.

I'm gonna enhance this method, to:
- split the String with " "
- after, for each token, check if it's an ID or String
                
> dev:watch should support multiple bundle IDs
> --------------------------------------------
>
>                 Key: KARAF-762
>                 URL: https://issues.apache.org/jira/browse/KARAF-762
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-shell
>    Affects Versions: 2.2.2, 3.0.0
>            Reporter: Achim Nierbeck
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 2.2.4, 3.0.0
>
>         Attachments: watchTxt.patch
>
>
> if you want to watch multiple bundle you have to re-issue the dev:watch 
> command for every bundle to be watched. 
> if dev:watch would accept a list of bundle Ids this would help.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to