[
https://issues.apache.org/jira/browse/KARAF-6601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018521#comment-17018521
]
Jean-Baptiste Onofré commented on KARAF-6601:
---------------------------------------------
I don't think it's a good idea. I would rather do feature-repo:watch +
bundle:watch. Or does it mean you want to trigger feature:update ?
Watching feature-repo efficiently can be challenging but possible.
> New Command - feature:watch
> ---------------------------
>
> Key: KARAF-6601
> URL: https://issues.apache.org/jira/browse/KARAF-6601
> Project: Karaf
> Issue Type: New Feature
> Components: karaf
> Reporter: Thomas Driessen
> Priority: Trivial
> Labels: features
>
> A new command that should be added to the karaf console: feature:watch
> It's the feature counterpart to bundle:watch and watches not only one bundle,
> but a whole feature for updates.
> Rational: When adding a new dependency to a bundle that is watched by karaf,
> then usually the resolver complains about a missing dependency. The usual
> workflow for a developer is then:
> * refresh feature repositories
> * refresh feature
> In order to streamline this workflow there should be a command that, given a
> feature, watches all bundles/resources of it and if something changes
> executes those two commands.
>
> Benefit: One is not confronted with ugly resolver error messages ;) , faster
> development workflow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)