[
https://issues.apache.org/jira/browse/KARAF-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012309#comment-13012309
]
viola.lu commented on KARAF-452:
--------------------------------
hi, jean:
There is a small type error:
for (long i = startId; i <= endId; startId++) {
Bundle bundle = getBundleContext().getBundle(i);
this.addBundle(bundle, id, force, bundles);
}
startId++ should be i++.
> Support bundle id ranges, symbolic name/version, and regex in shell
> start/stop etc commands
> -------------------------------------------------------------------------------------------
>
> Key: KARAF-452
> URL: https://issues.apache.org/jira/browse/KARAF-452
> Project: Karaf
> Issue Type: Improvement
> Components: console
> Affects Versions: 3.0.0
> Reporter: David Jencks
> Assignee: Jean-Baptiste Onofré
> Attachments: Karaf-452.patch
>
>
> There are several commands that extend BundlesCommand all of which could be
> enhanced at once.Guillaume suggested on the dev list that the ids argument
> could be a List<String> and decoded in the doExecute method.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira