When building against 2.1 snapshot (of 2.8.0 flavor) I get checksum error:
===
67K downloaded (lift-common_2.8.0-2.1-SNAPSHOT.jar)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'b7f12a8acd221f56ed1e3c955275fb74a51e18e7'; remote =
'9bdd742aff8d217469434dd129c867843a5466ef' - RETRYING
Downloading: http://scala-tools.org/repo-snapshots/net/liftweb/lift-common_2.8.0/2.1-SNAPSHOT/lift-common_2.8.0-2.1-SNAPSHOT.jar
...
67K downloaded (lift-common_2.8.0-2.1-SNAPSHOT.jar)
Downloading: http://scala-tools.org/repo-snapshots/net/liftweb/lift-json_2.8.0/2.1-SNAPSHOT/lift-json_2.8.0-2.1-SNAPSHOT.jar
Downloading: http://scala-tools.org/repo-snapshots/net/liftweb/lift-widgets_2.8.0/2.1-SNAPSHOT/lift-widgets_2.8.0-2.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Checksum failed on download: local =
'b7f12a8acd221f56ed1e3c955275fb74a51e18e7'; remote =
'9bdd742aff8d217469434dd129c867843a5466ef'
net.liftweb:lift-common_2.8.0:jar:2.1-SNAPSHOT
from the specified remote repositories:
scala-tools.snapshots (http://scala-tools.org/repo-snapshots),
scala-tools.releases (http://scala-tools.org/repo-releases),
central (http://repo1.maven.org/maven2)
===
It seems that lift-common_2.8.0-2.1-SNAPSHOT.jar (and
vy-2.1-SNAPSHOT.xml) got updated but other files (including .md5/.sha1
checksum files) not:
http://scala-tools.org/repo-snapshots/net/liftweb/lift-common_2.8.0/2.1-SNAPSHOT/
===
../
ivy-2.1-SNAPSHOT.xml 18-Jul-2010 15:10
19920
lift-common_2.8.0-2.1-SNAPSHOT-sources.jar 17-Jul-2010 11:24
11803
lift-common_2.8.0-2.1-SNAPSHOT-sources.jar.md5 17-Jul-2010 11:24
32
lift-common_2.8.0-2.1-SNAPSHOT-sources.jar.sha1 17-Jul-2010 11:24
40
lift-common_2.8.0-2.1-SNAPSHOT.jar 18-Jul-2010 15:10
69102
lift-common_2.8.0-2.1-SNAPSHOT.jar.md5 17-Jul-2010 11:24
32
lift-common_2.8.0-2.1-SNAPSHOT.jar.sha1 17-Jul-2010 11:24
40
lift-common_2.8.0-2.1-SNAPSHOT.pom 17-Jul-2010 11:24
2458
lift-common_2.8.0-2.1-SNAPSHOT.pom.md5 17-Jul-2010 11:24
32
lift-common_2.8.0-2.1-SNAPSHOT.pom.sha1 17-Jul-2010 11:24
40
maven-metadata.xml 17-Jul-2010 11:24
315
maven-metadata.xml.md5 17-Jul-2010 11:24
32
maven-metadata.xml.sha1 17-Jul-2010 11:24
40
===
Cheers,
Harry-A
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
On Fri, Jul 23, 2010 at 19:10, Derek Chen-Becker <dchen...@gmail.com> wrote:
> It's downloading fine for me (no checksum issues). Have you tried wiping
> your maven repo first?
It has never been an issue of downloading -- all that was available
was downloaded as well.
Currently all works (thanks to whoever fixed the build process!),
checksum check does not fail (i.e. checking locally calculated SHA1
against the one available at lift-common_2.8.0-2.1-SNAPSHOT.jar.sha1
in http://scala-tools.org/repo-snapshots/net/liftweb/lift-common_2.8.0/2.1-SNAPSHOT/
results OK) and it works because the files are that were previously
available but not updated are now updated (at least
lift-common_2.8.0-2.1-SNAPSHOT.jar.sha1 content corresponds to
lift-common_2.8.0-2.1-SNAPSHOT.jar):
=====
Index of /repo-snapshots/net/liftweb/lift-common_2.8.0/2.1-SNAPSHOT/
../
ivy-2.1-SNAPSHOT.xml 18-Jul-2010 15:10
19920
ivy-2.1-SNAPSHOT.xml.md5 20-Jul-2010 17:15
32
ivy-2.1-SNAPSHOT.xml.sha1 20-Jul-2010 17:15
40
lift-common_2.8.0-2.1-SNAPSHOT-sources.jar 17-Jul-2010 11:24
11803
lift-common_2.8.0-2.1-SNAPSHOT-sources.jar.md5 20-Jul-2010 17:15
32
lift-common_2.8.0-2.1-SNAPSHOT-sources.jar.sha1 20-Jul-2010 17:15
40
lift-common_2.8.0-2.1-SNAPSHOT.jar 18-Jul-2010 15:10
69102
lift-common_2.8.0-2.1-SNAPSHOT.jar.md5 20-Jul-2010 17:15
32
lift-common_2.8.0-2.1-SNAPSHOT.jar.sha1 20-Jul-2010 17:15
40
lift-common_2.8.0-2.1-SNAPSHOT.pom 17-Jul-2010 11:24
2458
lift-common_2.8.0-2.1-SNAPSHOT.pom.md5 20-Jul-2010 17:15
32
lift-common_2.8.0-2.1-SNAPSHOT.pom.sha1 20-Jul-2010 17:15
40
maven-metadata.xml 20-Jul-2010 17:15
191
maven-metadata.xml.md5 20-Jul-2010 17:15
32
maven-metadata.xml.sha1 20-Jul-2010 17:15
40
=====
Might be related to this thread in SBT list:
http://groups.google.com/group/simple-build-tool/browse_thread/thread/52363923b7720325
Thanks,
Harry-A.