Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Building jgit from within eclipse

Hi,

Is there any documentation on how to build jgit from within eclipse for someone with no experience with eclipse? My aim is to run the unit tests with the debugger attached so I can check the values of different variables as the test executes.

I have checked out the jgit repository and imported it to an eclipse workspace but nothing builds as the various jgit modules do not reference each other correctly and the dependencies cannot be resolved properly and i end up with errors like this: http://screencast.com/t/OX5gdz85XU . I assume my complete lack of knowledge with eclipse means I'm missing the obvious answer, but I don't know enough to look up how to solve this.

Thanks,
Alan

Back to the top