Hi,
I have my feature repository as below.
<features>
<feature name="abc" >
<feature version="1.0.0">xyz</feature>
<bundle dependency="true">mybundle2</bundle>
</feature>
<feature name"xyz"version="1.0.0">
<bundle dependency="true">mybundle1</bundle>
</feature>
</features>
When I run features:install abc, it fails because the feature "xyz" is not
installed or I would rather say mybundle1 is not installed. But if I run
features:install xyz first and then features:install abc, it works perfectly
fine. My bundle depends on many other features so I am not able to get this
working.
Could someone shed some light here?
Thanks!
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Unable-to-install-a-dependency-feature-from-a-feature-tp5720344.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.