Details
Description
When resolving a bundle against a p2 repository using the updatesite resolver, it is downloading a jar file from the features directory that has the same file name as the plugin it should be downloading from the plugins directory. I'm doing this inline with the following command.
<ivy:cachepath pathid="bundlor.classpath" organisation="bundle" module="org.eclipse.virgo.bundlor.ant" revision="1.1.0.M05" conf="default" inline="true" />
There are no failures, it's just downloading the feature instead of the plugin bundle. I can't see what I've done wrong, I haven't seen any mention of support for a features anywhere, would be great to have support for products and features as well though.
Chris.