Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 327212

Summary: Cannot install JGit from night repo
Product: [Technology] EGit Reporter: Paul Webster <pwebster>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.sohn
Version: 0.10.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 327616    
Bug Blocks:    

Description Paul Webster CLA 2010-10-07 07:34:51 EDT
I couldn't install JGit and JGit source from the nightly repo:

eclipse/eclipse \
  -application org.eclipse.equinox.p2.director \
  -consoleLog -noSplash \
  -repository http://www.eclipse.org/external/egit/updates-nightly \
  -installIUs org.eclipse.egit.feature.group,\
org.eclipse.egit.source.feature.group,\
org.eclipse.jgit.feature.group,\
org.eclipse.jgit.source.feature.group


Installing org.eclipse.egit.feature.group 0.10.0.201010060236.
Installing org.eclipse.egit.source.feature.group 0.10.0.201010060236.
Installing org.eclipse.jgit.feature.group 0.10.0.201010051623.
Installing org.eclipse.jgit.source.feature.group 0.10.0.201010051623.

Installation failed.
Cannot complete the install because one or more required items could not be found.
 Software being installed: Eclipse JGit - Source (Incubation) 0.10.0.201010051623 (org.eclipse.jgit.source.feature.group 0.10.0.201010051623)
 Missing requirement: Eclipse JGit - Source (Incubation) 0.10.0.201010051623 (org.eclipse.jgit.source.feature.group 0.10.0.201010051623) requires 'org.eclipse.jgit.source [0.10.0.SNAPSHOT]' but it could not be found
Comment 1 Paul Webster CLA 2010-10-07 07:59:32 EDT
It appears to simply be JGit source. Installing the other 3 features work.

PW
Comment 2 Matthias Sohn CLA 2010-10-17 17:14:51 EDT
please retry, bug 327616 has been fixed
Comment 3 Paul Webster CLA 2010-10-17 19:19:06 EDT
Fixed by  bug 327616

Thanx,
PW