-
Notifications
You must be signed in to change notification settings - Fork 13
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
Corrupt jar for 2.8.2-1.6.8 #5
Comments
Hi Ross, I re-published the jar and checked it by re-downloading it. E. Eric TORREBORRE B http://etorreborre.blogspot.comDe: Ross A. Baker [email protected] Tried to post to specs-users, but I don't think it got through. I'm having problems with specs2_2.8.2-1.6.8. sbt update: [info] downloading http://repo1.maven.org/maven2/org/scala-tools/testing/specs_2.8.2/1.6.8/specs_2.8.2-1.6.8.jar ... I confirmed the same with wget and sha1sum. If I disable checksum verification and try to use the jar, I get this: scala> class FooSpec extends Specification scala> Class.forName("org.specs.Specification") Yeah, I know, old Specs, old Scala version, but it'd sure tidy up the cross-builds if this worked. :-) Reply to this email directly or view it on GitHub: |
It's also broken in Maven Central, which I don't think allows republishing, and Central is first by default. Workaround:
Thanks for the republish. Works great as long as it comes from the corrected repo. |
That's not the first time that I have corrupted jars, I don't know what to do about that. Anyways, thanks for the resolvers trick, I'll try to remember that one :-). Eric TORREBORRE B http://etorreborre.blogspot.comDe: Ross A. Baker [email protected] It's also broken in Maven Central, which I don't think allows republishing, and Central is first by default. Workaround: resolvers ~= { rs => ScalaToolsReleases +: rs } Thanks for the republish. Works great as long as it comes from the corrected repo. Reply to this email directly or view it on GitHub: |
Tried to post to specs-users, but I don't think it got through.
I'm having problems with specs2_2.8.2-1.6.8. sbt update:
I confirmed the same with wget and sha1sum. If I disable checksum verification and try to use the jar, I get this:
Yeah, I know, old Specs, old Scala version, but it'd sure tidy up the cross-builds if this worked. :-)
The text was updated successfully, but these errors were encountered: