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.
