I'm trying to uninstall a feature prior to installing it. I see in the karaf cmd line (feature:repo-list) that there is only one repo added for this feature name.
However, when I issue 'feature:uninstall foo' it fails and states that I must specify a specific version b/c there are three versions for the same feature name. How does karaf find this list of features/versions? I have grep'd my repo and system folders for the feature name and only find the 1.0.0-SNAPSHOT version for this feature. Is it possible to do something like 'feature:uninstall foo *' and have karaf uninstall all versions of the same feature? Also, prior to any installations I delete the related folders for this feature in repo and system. -- View this message in context: http://karaf.922171.n3.nabble.com/trouble-uninstalling-feature-tp4036646.html Sent from the Karaf - User mailing list archive at Nabble.com.
