RE: CVSRoot
"Ojares Rami EINT" <[email protected]> Wed, 24 Sep 2003 13:05:11 +0300
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin, You only need j2ssh-core-0.2.5.jar & commons-logging.jar. Sidenote: I actually had to also change one method in commons-logging.jar because it searches the implementation of Log in thread classloader first and then from it's own classloader. Since my build system is integrated in text editors in separate classloader but the thread classloader is editor's swing thread classloader I had to remove this functionality. According to commons-logging this pattern was used because it was handy with the web application's classloading mechanism. But of course the normal commons-logging works in cases where there are no custom classloaders. - rami >I've found a new version of J2SSH at >http://3sp.com/download/download.php: >j2ssh-0.2.5-jdk1.4-bin.zip This will hopefully be enough for >the SSHConnection, >right? > >I need to determine exactly which jars will have to be >distributed. In this new >zip it looks to be: > >lib/commons-logging.jar >dist/lib/j2ssh-core-0.2.5.jar >dist/lib/j2ssh-common-0.2.5.jar > >Please confirm whether these jars are enough for the SSHConnection. >