Hey All, quick question. One of my developers is trying to use a Feature conditional to optionally depend on another feature.
<feature name=”a”> <conditional> <condition>foo</condition> <feature>b</feature> </conditional> I’ve told him I don’t think it was actually implemented even though it was mentioned in the original case: https://issues.apache.org/jira/browse/KARAF-1718 Instead, I’ve instructed him to move the conditional down a level into “b”. Anyone know off the top of their heads if I’m right? Thanks, Nick
