This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 142506 - Upgrade libs.jsch
Summary: Upgrade libs.jsch
Status: RESOLVED DUPLICATE of bug 142949
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 01:15 UTC by Jesse Glick
Modified: 2008-08-07 21:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-08-01 01:16:35 UTC
Currently we bundle JSch 0.1.24. 0.1.39 seems to be available.

If you try to build Apache Ant dev sources from inside NetBeans, it will fail: since libs.jsch adds jsch-0.1.24.jar to
Ant's CP, the Ant build.xml tries to compile JSch-related tasks, but these assume 0.1.29 or later. Workaround is to add
a newer version to the classpath in the Options dialog.
Comment 1 Maros Sandor 2008-08-01 09:07:03 UTC
We will upgrade the lib after 6.5 release.

*** This issue has been marked as a duplicate of 141609 ***
Comment 2 Jesse Glick 2008-08-01 20:48:57 UTC
Can you remove the AntExtraClasspathProvider registration in the meantime, or is it actually being used?
Comment 3 Maros Sandor 2008-08-04 09:04:13 UTC
I do not know, it was used by mobility as far as I can remember.
Comment 4 Jesse Glick 2008-08-07 21:53:47 UTC
x
Comment 5 Jesse Glick 2008-08-07 21:54:05 UTC

*** This issue has been marked as a duplicate of 142949 ***