Skip to main content

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

It turns out I had the wrong version of eclipse installed. I had the java developer edition but i needed the 'classic' edition. Everything is working great now. Sorry for the noise.

Alan

On 1 February 2012 16:39, Alan <alan.mcgovern@xxxxxxxxx> wrote:
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