You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Paul Fraser <pa...@qnenet.com> on 2021/09/26 07:29:30 UTC

How to detect Feature or Kar install is complete

Hi,

What methods are available to detect Feature or Kar install is complete 
if a system needs to wait for completion of a previous feature or kar?

OpenHAB inspects the list returned from FeatureService or KarService to 
find if the required addon is in the list.

Any other method suggestions?

Paul Fraser



Re: How to detect Feature or Kar install is complete

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi,

You can use the verify goal on the feature, you will be able to see the requirements of a feature (including required services).

Is it what you mean ?

Regards
JB

> Le 26 sept. 2021 à 09:29, Paul Fraser <pa...@qnenet.com> a écrit :
> 
> Hi,
> 
> What methods are available to detect Feature or Kar install is complete if a system needs to wait for completion of a previous feature or kar?
> 
> OpenHAB inspects the list returned from FeatureService or KarService to find if the required addon is in the list.
> 
> Any other method suggestions?
> 
> Paul Fraser
> 
>