Community
Participate
Working Groups
If I try to install egit-github via Eclipse Marketplace, i get the following error: Cannot complete the install because one or more required items could not be found. Software being installed: Eclipse EGit Mylyn GitHub Feature (Incubation) 0.1.0.201104201644 (org.eclipse.mylyn.github.feature.feature.group 0.1.0.201104201644) Missing requirement: EGit Mylyn GitHub Core Plug-in (Incubation) 0.1.0.201104201644 (org.eclipse.mylyn.github.core 0.1.0.201104201644) requires 'package com.google.gson 1.6.0' but it could not be found Cannot satisfy dependency: From: Eclipse EGit Mylyn GitHub Feature (Incubation) 0.1.0.201104201644 (org.eclipse.mylyn.github.feature.feature.group 0.1.0.201104201644) To: org.eclipse.mylyn.github.core [0.1.0.201104201644]
As workaround please see also http://wiki.eclipse.org/EGit/GitHub/UserGuide#Prerequisites and install GSon 1.6.0 from http://download.eclipse.org/tools/orbit/downloads/drops/S20110422041657/repository/
You also now need to install Apache HttpComponents, instructions here: http://wiki.eclipse.org/EGit/GitHub/UserGuide#Prerequisites
There are two ways out: * The update site should referece this Orbit repository. The 'references' element in the category.xml should be populated with it. I've done this for the Mylyn connector for Mantis, but the build is based on Tycho + site.xml, not Tycho + category.xml as it is the case for the Github connector. A quick test showed me that this recipe is only possible using site.xml. * The feature should contain the artifacts and therefore bundle them in the update site. It's a bit annoying to have to install dependencies manually, so please let me know if either of these solutions is acceptable and I'll try to prepare a patch.
Change proposed at http://egit.eclipse.org/r/#change,3495
Thanks Robert.