Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] How to build current egit / jgit - unable to find org.apache.commons.compress.archivers.zip

Hi,

Currently the EGit Hudson build fails [1] due to a missing p2 dependency

"No solution found because the problem is unsatisfiable.": ["Unable to
satisfy dependency from org.eclipse.jgit.pgm 2.2.0.201212100959 to
package org.apache.commons.compress.archivers [1.3.0,2.0.0).", "Unable
to satisfy dependency from org.eclipse.jgit.pgm 2.2.0.201212100959 to
package org.apache.commons.compress.archivers.tar [1.3.0,2.0.0).",
"Unable to satisfy dependency from org.eclipse.jgit.pgm
2.2.0.201212100959 to package
org.apache.commons.compress.archivers.zip [1.3.0,2.0.0).", "No
solution found because the problem is unsatisfiable."]

The latest Orbit S-Build [2] does provide have the commons-compress bundle.

How can I build the current jgit/egit codebase? I would like to verify
some bugs which exist in 2.1 and see if they are fixed with 2.2 .

Thanks,

Robert

[1]: https://hudson.eclipse.org/hudson/job/egit/
[2]: http://download.eclipse.org/tools/orbit/downloads/drops/S20121207152029/

--
Sent from my (old) computer


Back to the top