Hi Freeman,

I have another question. I have posted it ealier, but I am not sure anyone
has seen it. Posting it again here.

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 you shed some light here? 

Thanks!



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/where-does-the-bundle-gets-uploaded-tp5720372p5720413.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to