pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

[verifyclasslinkage] Warning: com.jcraft.jsch.jcraft.Compression cannot access com.jcraft.jzlib.ZStream #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The build complains about: 
[verifyclasslinkage] Warning: com.jcraft.jsch.jcraft.Compression cannot
access com.jcraft.jzlib.ZStream

Including a patch that fixes the issue.

Original issue reported on code.google.com by ajamtli on 3 Mar 2010 at 10:59

Attachments:

GoogleCodeExporter commented 9 years ago
Much simpler and robust solution is to use org.netbeans.libs.jsch module which 
provides JSch and Jzlib as a transitive dependency, something like this 
http://github.com/manandbytes/nbgit/commit/a42177a5987ff9f0a0e87a061c6c15aaf4daa
26c#diff-2

Original comment by mykola.nickishov on 30 Jun 2010 at 6:56

GoogleCodeExporter commented 9 years ago
Thanks, works perfect for me!

Original comment by jonas.fonseca on 1 Jul 2010 at 3:07

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 1 Jul 2010 at 3:19