Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Compile EGit master

I have trouble compiling EGit master. The imported JGit packages don't resolve, neither against JGit master not JGit stable-2.3.

e.g. in the last update to the egit.core manifest, it says: org.eclipse.jgit.api.errors;version="[2.4.0,2.5.0)"
but
JGit master exports: org.eclipse.jgit.api.errors;version="3.0.0",
JGit stable-2.3 exports:org.eclipse.jgit.api.errors;version="2.3.2",

So, this can't work. Did I miss something?

Dani

Back to the top