I see /qsatools/tools/maven-2.0-alpha-3/lib/jsch-0.1.17.jar . On the Jsch website they have 0.1.21. Is this a problem? If I download the latest one, where I should tell maven to use it?
-----Original Message----- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 1:14 PM To: Maven Users List Subject: Re: Maven2: Wrong ACK On Fri, Jul 15, 2005 at 01:09:22PM -0400, Ilyevsky, Leonid (Equity Trading) wrote: > Here is the SSH I am using: > > OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f > > What is jcsh? What could be wrong with my setup? Where should I look? Sorry, it's "JSCH", not "JCSH" as I said. JSCH[1] is a library that implements the SSH 2 protocol. I'm not really sure what could be wrong, I just know that it sometimes has pretty bad error reporting. John, Emmanuel: do you have any knowledge here? [1]: http://www.jcraft.com/jsch > > Thanks, > > Leonid > > -----Original Message----- > From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] > Sent: Friday, July 15, 2005 11:28 AM > To: Maven Users List > Subject: Re: Maven2: Wrong ACK > > > On Thu, Jul 14, 2005 at 10:02:32AM -0400, Ilyevsky, Leonid (Equity Trading) > wrote: > > This happens consistently. All the time, so I cannot do my build with this. > > Seems like there is a issue with your setup and/or jcsh. What SSH server > are you using? We've been deploying using the scp provider all the time > against OpenSSH. > > > > > However, I found this workaround: replaced "scp" by "file", and it works. > > I remember trying "file" long time back, with alpha-1 release, and it was > > not supported at that time. > > > > Question: should "file" protocol work when repository is really a remote > > repository? In my case, I refer to it as remote, but that directory > > happens to also be mounted on my machine. I wonder what happens if it is > > not mounted. > > Not unless you know that everybody can mount the repository. If it's not > mounted it will say that it can download the artifact because the file > isn't there. > > -- > Trygve > > > > > -----Original Message----- > > From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 13, 2005 9:01 PM > > To: Maven Users List > > Subject: Re: Maven2: Wrong ACK > > > > > > On Wed, Jul 13, 2005 at 05:07:42PM -0400, Ilyevsky, Leonid (Equity Trading) > > wrote: > > > This used to work before. At least with alpha-1 release, I remember it > > > worked. > > > What could be the problem? > > > > This is most likely a error message from the scp provider (I noticed that > > you're using the scp:// url), did you get this error message if you tried > > again? > > > > -- > > Trygve > -------------------------------------------------------- > > If you are not an intended recipient of this e-mail, please notify the > sender, delete it and do not read, act upon, print, disclose, copy, retain or > redistribute it. Click here for important additional terms relating to this > e-mail. http://www.ml.com/email_terms/ > -------------------------------------------------------- > > --------------------------------------------------------------------- > 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]
