I'm trying to write a script that will install our companies developer environment (including Eclipse and various plugins).
I'm able to install several Mylyn feature groups from the script using p2.director. I also want to install the Rally connector for Mylyn. When I try to do so I get:
Software being installed: Rally Mylyn Connector 1.5.10 (com.rallydev.mylyn_feature.feature.group 1.5.10)
Missing requirement: Rally Mylyn Connector 1.5.10 (com.rallydev.mylyn_feature.feature.group 1.5.10) requires 'org.eclipse.mylyn [3.4.0,4.0.0)' but it could not be found
I get the same error if I try to install from the Eclipse UI if I don't check "Contact all update sites during install to find required software"
If I do check it the Rally Mylyn Connector installs yet there is no org.eclipse.mylyn_[version #].jar in the plugins director nor does the About Eclipse dialog show any additional Mylyn features.
What do I need to install from my script to satisfy this dependency? If the Eclipse UI installer recognizes it as a dependency and can fulfill it surely there must be a way to do it with p2.director.
[Updated on: Thu, 14 June 2012 14:32] by Moderator