Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] How to build [EJ]Git?

2010/1/6 Dominik Zajac <banym.tuxaner@xxxxxxxxxxxxxx>
Hi,

for me import of jgit projects didn't work. Maybe i missed something but i checked it out via git but it failed to include the project into workspace with the message no project files found.

Here step by step what i did:

via shell: git clone git://egit.eclipse.org/jgit.git jgit

started eclipse.

-> right click <import>  -> Existing Projects into Workspace -> (selected directory)

but not able to find project files. i tested the other directories, too. same problem.

JGit sources don't contain .project files anymore, they have to be generated from pom.xml using Maven, if you import JGit using m2eclipse this is done automatically.

--
Matthias

Back to the top