Community
Participate
Working Groups
Feature org.eclipse.mylyn.versions is missing some dependencies without them it can't be built. I encountered this problem while working on RPMs for Fedora. - org.eclipse.mylyn.commons.core - org.eclipse.mylyn.team.ui (which in turn has org.eclipse.mylyn_veature as a dependency)
Created attachment 193729 [details] Proposed patch. Explicitly list dependencies in feature.xml
Hmm, the Versions feature must not depend on org.eclipse.mylyn_feature or org.eclipse.mylyn.team.ui and there should also be no reverse dependency. I am happy to add the requirement on org.eclipse.mylyn.commons.core but it that going to fix the build problem for you?
There is a Require-Bundle: org.eclipse.mylyn.team.ui in org.eclipse.mylyn.versions.ui (which org.eclipse.mylyn.versions feature builds) Thoughts?
Created attachment 193740 [details] committed patch
That is indeed a mistake. I have removed the bogus dependency on org.eclipse.mylyn.team.ui and added the org.eclipse.mylyn.commons.core dependency for the feature.
Created attachment 193741 [details] mylyn/context/zip
Created attachment 193743 [details] forward ported patch
Created attachment 193744 [details] mylyn/context/zip
I have committed the fix to the e_3_7_m_3_5_x branch and head. Severin, please let me know in case that does not resolve the problem you were experiencing.
It builds fine now. Nice, less deps :)