Hi,

use inner feature:

<feature name="my" version="1.0">
<feature version="x">other</feature>
...
</feature>

When installing my feature, if feature x is not yet installed, Karaf will install it for you and continue the installation of feature my.

Regards
JB

On 11/08/2014 12:34 AM, asookazian2 wrote:
Let's say I have a feature set which requires that another feature already be
installed (i.e. a set of bundles should already be installed in Karaf
3.0.1).

What is the recommended method of determining if that bundle or feature set
is already installed?

Currently I am using the following in my ant target:

bundle:list | grep 'bundleFoo'



--
View this message in context: 
http://karaf.922171.n3.nabble.com/how-to-determine-if-a-bundle-has-already-been-installed-tp4036281.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to