Muki-SkyWalker / specs

Automatically exported from code.google.com/p/specs
Other
0 stars 0 forks source link

invalid sha1 when downloading jar from maven repo with ivy #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was testing configgy with scala 2.8.beta1 and I get the following during
the download of specs.

[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]      [FAILED     ]
org.scala-tools.testing#specs_2.8.0.Beta1;1.6.2!specs_2.8.0.Beta1.jar:
invalid sha1: expected=74b5bd3fb0e8f7fc9048f8e26ff79805b5dac7db
computed=39116839cfbaefecc2073a8702e940c01cf05315 (5463ms)
[ivy:retrieve]      [FAILED     ]
org.scala-tools.testing#specs_2.8.0.Beta1;1.6.2!specs_2.8.0.Beta1.jar:
invalid sha1: expected=74b5bd3fb0e8f7fc9048f8e26ff79805b5dac7db
computed=39116839cfbaefecc2073a8702e940c01cf05315 (5463ms)
[ivy:retrieve]  ==== scala-tools.org: tried
[ivy:retrieve]   
http://scala-tools.org/repo-releases/org/scala-tools/testing/specs_2.8.0.Beta1/1
.6.2/specs_2.8.0.Beta1-1.6.2.jar
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]      ::              FAILED DOWNLOADS            ::
[ivy:retrieve]      :: ^ see resolution messages for details  ^ ::
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]      ::
org.scala-tools.testing#specs_2.8.0.Beta1;1.6.2!specs_2.8.0.Beta1.jar
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::

Original issue reported on code.google.com by ismaelj on 27 Jan 2010 at 10:52

GoogleCodeExporter commented 9 years ago
Hi Eric, any progress on this? It's blocking me from updating configgy to 
beta1. :)

Original comment by ismaelj on 29 Jan 2010 at 8:44

GoogleCodeExporter commented 9 years ago
Sorry I didn't see that issue because the notification mail went to my spam 
folder.

Reading about the source jar issue (http://groups.google.com/group/specs-
users/browse_thread/thread/f0b38580b43e2daa) I re-deployed. Does that fix the 
SHA issue 
too?

Original comment by etorrebo...@gmail.com on 29 Jan 2010 at 9:47

GoogleCodeExporter commented 9 years ago
I deleted my .ivy2 cache, but I'm still seeing the problem:

[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]      [FAILED     ]
org.scala-tools.testing#specs_2.8.0.Beta1;1.6.2!specs_2.8.0.Beta1.jar: invalid 
sha1:
expected=eb7509df55f044425f19932ac323689ac5491978
computed=5b2de972b437c4d4556411a8feae8ac22cfff790 (7309ms)
[ivy:retrieve]      [FAILED     ]
org.scala-tools.testing#specs_2.8.0.Beta1;1.6.2!specs_2.8.0.Beta1.jar: invalid 
sha1:
expected=eb7509df55f044425f19932ac323689ac5491978
computed=5b2de972b437c4d4556411a8feae8ac22cfff790 (7309ms)
[ivy:retrieve]  ==== scala-tools.org: tried
[ivy:retrieve]   
http://scala-tools.org/repo-releases/org/scala-tools/testing/specs_2.8.0.Beta1/1
.6.2/specs_2.8.0.Beta1-1.6.2.jar

Original comment by ismaelj on 30 Jan 2010 at 7:04

GoogleCodeExporter commented 9 years ago
Please try again on http://nexus-direct.scala-
tools.org/content/repositories/releases/org/scala-
tools/testing/specs_2.8.0.Beta1/1.6.2.

I just downloaded the jar file and the sha1 I had was 
241f279db47ed1901a17155ff22a98ceb3c9f127

Original comment by etorrebo...@gmail.com on 1 Feb 2010 at 10:46

GoogleCodeExporter commented 9 years ago
It works now. Thanks!

Original comment by ismaelj on 1 Feb 2010 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 14 Feb 2010 at 2:43