RE: CVSRoot

"Ojares Rami EINT" <[email protected]> Wed, 24 Sep 2003 14:55:34 +0300
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
I will send the ssh stuff next week because this week is CRAZY!

- rami

>-----Original Message-----
>From: Martin Entlicher [mailto:[email protected]] 
>Sent: Wednesday, September 24, 2003 2:43 PM
>To: [email protected]
>Subject: Re: [javacvs-dev] CVSRoot
>
>
>Thanks Rami.
>
>We may need to change the commons-logging.jar also, because 
>NetBeans heavily
>uses different classloaders for different modules.
>
>Martin
>
>Ojares Rami EINT wrote:
>> 
>> 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.
>> >
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>