Community
Participate
Working Groups
Build ID: I20070625-1500 Steps To Reproduce: The feature.xml needs to be updated to require both plugins, as they are needed by its included plugin org.eclipse.emf.mwe.core. Otherwise, feature-based build of core-feature is not possible. More information:
Recomputed. Bernd
I'm sorry, I did not see the org.apache.commons plugins are included in the feature. If so, they do not have to be referenced in the dependencies section, so you can remove them there again. In fact the problem is that the order they are listed in the feature.xml is wrong (org.apache.commons projects have to come first, i.e. before the mwe plugins). Even if the feature editor shows them in other order, the order the plugins appear in the feature.xml is relevant in the nightly build. I will attach a fixed feature.xml.
Created attachment 80461 [details] Fixed feature.xml
Thanks! Patch applied
Move to verified as per bug 206558.