-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
1.14
If you use sftp resolvers in the ivysettings.xml Hudson/Ivy plugin throws a ClassNotFoundException.
Please include the jsch-0.1.31.jar in the ivy.hpi file.
Maybe the other dependencies are important, too. Have a look in the lib folder of the ivy binary-with-dependencies distribution.
[JENKINS-8012] Missing jsch-0.1.31.jar when using sftp in ivysettings
Assignee | Original: hibou [ hibou ] | New: Timothy Bingaman [ tbingaman ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 138115 ] | New: JNJira + In-Review [ 187851 ] |
Released As | New: 1.14 |
Hi,
any chance you can post the stacktrace so I can see at what point it tries to load that class?
I just want to make certain that it happens in the pre-build parsing step rather than during build time. If it was during build time then just including the jar in your ant install should do the trick. If it's during the parse though then yes, I'll need to bundle that dep.
thanks,
Timo