Skip to main content

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

This should work. Can you still reproduce this problem with 0.13.0-SNAPSHOT? If yes, please open a new bug report.

Regards

Tobias

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of motes motes
Sent: 16 May 2011 15:26
To: tycho-user@xxxxxxxxxxx
Subject: [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