Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Tycho choking on a JAR

Any idea why Tycho is choking on this JAR?
    https://build.eclipse.org/hudson/job/jgit/109/console

Things are working great locally but not on build.eclipse.org

[INFO] Fetching com.jcraft.jsch_0.1.41.v200903070017.jar.pack.gz (2.35kB of 76.72kB at 0B/s) from http://mirrors.xmission.com/eclipse/eclipse/updates/3.5/R-3.5-200906111540/plugins/com.jcraft.jsch_0.1.41.v200903070017.jar.pack.gz
[WARNING] Exception reading bundle manifest
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:125)
at org.codehaus.tycho.osgitools.EquinoxBundleResolutionState.doLoadManifest(EquinoxBundleResolutionState.java:343)
at org.codehaus.tycho.osgitools.EquinoxBundleResolutionState.loadManifest(EquinoxBundleResolutionState.java:305)
at org.codehaus.tycho.osgitools.EquinoxBundleResolutionState.loadBundleManifest(EquinoxBundleResolutionState.java:401)
at org.codehaus.tycho.osgitools.EquinoxBundleResolutionState.addBundle(EquinoxBundleResolutionState.java:80)
at org.codehaus.tycho.osgitools.EquinoxBundleResolutionState.newInstance(EquinoxBundleResolutionState.java:500)
at org.codehaus.tycho.osgitools.AbstractDependenciesReader.getBundleResolutionState(AbstractDependenciesReader.java:185)
at org.codehaus.tycho.osgitools.AbstractDependenciesReader.getPluginsDependencies(AbstractDependenciesReader.java:110)
at org.codehaus.tycho.osgitools.FeatureDependencyReader.getDependencies(FeatureDependencyReader.java:38)
at org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:118)

--
Cheers,

Chris Aniszczyk
http://aniszczyk.org

Back to the top