Community
Participate
Working Groups
The JGit 1.2.x and 1.3.x source feature is not consumable. Steps to reproduce: 1. add JGit to the target platform from one of these software repos: http://download.eclipse.org/egit/updates http://download.eclipse.org/egit/updates-nightly and make sure to also select the "Eclipse JGit - Source" feature 2. (if not yet there) create a project htat has a dependency on JGit 3. open a class (Ctrl+Shift T) from JGit, e.g. AddCommand -> instead of the source, only the class file is shown :( The source bundle itself seems to be functional. Explicitly specifying the org.eclipse.jgit.source bundle/jar as an external source attachment works - until Eclipse is restarted. Whereas importing org.eclipse.jgit as a "Source Project" creates a project that is empty apart form the manifest but contains a org.eclipse.jgit_1.x.jar This issue hinders access to the sources and thus is very annoying for JGit adopers.
With JGit 2.0.0.201206130900-r this issue is still reproduceable. Can you reproduce this? Are there any plans to fix this?
Does the problem still exist?
(In reply to Robin Stocker from comment #2) > Does the problem still exist? With version 3.3.2, this seems to be fixed.
(In reply to Rüdiger Herrmann from comment #3) > (In reply to Robin Stocker from comment #2) > > Does the problem still exist? > With version 3.3.2, this seems to be fixed. Thanks for testing, and sorry for the lack of response on our part.