Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Building features which include other features?

I have a project where I build some bundles, features, target and fragments. Now I would like include a subfeature (sub.feature) in the main feature (main.feature) of the project.

But when I build the main feature I get a bunch  of missing requirements related to the subfeature.

I have checked that the necessary plugins for the subfeature is available in the target that I also build for the project (and also added to the required plugins in the feature). The strange thing is that both the main.feature and sub.feature builds fine as long as I don't include the sub.feature in the main.feature.

Does tycho (currently using 0.11.0) not support included features in parent features?

Back to the top