Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jsch please! #403

Closed
harrah opened this issue Jan 5, 2013 · 1 comment
Closed

update jsch please! #403

harrah opened this issue Jan 5, 2013 · 1 comment

Comments

@harrah
Copy link
Owner

harrah commented Jan 5, 2013

The latest version of Jsch is 0.1.46, and you are using a version that is 2 years old at least 0.1.31

$ find . -name "*.scala" -exec grep -i jsch {} \; -print
/** sbt interface for an Ivy ssh-based repository (ssh and sftp).  Requires the Jsch library.. */
./ivy/IvyInterface.scala
    lazy val ivySub = baseProject(file("ivy"), "Ivy") dependsOn(interfaceSub, launchInterfaceSub, logSub % "compile;test->test", ioSub % "compile;test->test", launchSub % "test->test") settings(ivy, jsch, httpclient)
./project/Sbt.scala
    lazy val jsch = lib("com.jcraft" % "jsch" % "0.1.31" intransitive() )
./project/Util.scala

A lot of bugs have been fixed in cryptography in the last two years!
It took me 5 hours to work out what the problem was when I could not publish my files to my local repository. I was getting IOExceptions with a message "Algorithm negotiation fail" and this was my first time trying to publish, so it was a long and tedious path to find where the errors came from.

@harrah
Copy link
Owner Author

harrah commented Jan 5, 2013

IMPORTANT This project has moved to https://github.com/sbt/sbt. This issue still exists to avoid dead links, but GitHub limitations prevent the original issue from being correctly preserved here. Please see sbt/sbt#403 for the full issue and to comment.

@harrah harrah closed this as completed Jan 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant