greencatsoft / scalajs-angular-todomvc

TodoMVC example using scalajs-angular
Apache License 2.0
57 stars 17 forks source link

Getting dependecy dependecy exception while doing first septs #3

Closed Sergey80 closed 9 years ago

Sergey80 commented 9 years ago

ResolveException: unresolved dependency: com.greencatsoft#greenlight_sjs0.6_2.11;0.1-SNAPSHOT: not found

mysticfall commented 9 years ago

Could you try to change the version to '0.2-SNAPSHOT' and try again? I suspect if I had published earlier snapshots only locally.

RBleyenberg commented 9 years ago

Good Day,

First thx on this great library, really is a blessing over javascript :P

For the question tho, like Sergey80 i'm having the same issue as of 10 Juni. And after inspecting the repo at http://54.94.229.252/artifactory/list/sonatype-snapshots/com/greencatsoft/scalajs-angular_sjs0.6_2.11/0.5-SNAPSHOT/scalajs-angular_sjs0.6_2.11-0.5-SNAPSHOT.jar

i find the following; { "errors" : [ { "status" : 409, "message" : "Rejected artifact download request: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'sonatype-snapshots-cache:com/greencatsoft/scalajs-angular_sjs0.6_2.11/0.5-SNAPSHOT/scalajs-angular_sjs0.6_2.11-0.5-SNAPSHOT.jar'. Checksums info: ChecksumsInfo{checksums={SHA-1=ChecksumInfo{type=SHA-1, original='61217cbc11efd36dcb7e093b8b64c36292bc4bd5', actual='3742855f918dce5a3d92b15c09f2bec40c814441'}, MD5=ChecksumInfo{type=MD5, original='244187f26680157a17f7e53065d1b250', actual='fde8b9466c262e71c92133761c3b3edd'}}}" } ] }

Hope you can shine some light on this issue. atm i'm working with 0.4, but 0.5 and api thingies that changed it's just beter if i can work with that version.

Thx in advance,

mysticfall commented 9 years ago

@RBleyenberg Hi. It appears to me that the checksum values for the artifact between your Artifactory installation, and the Sonatype repository became diverged somehow.

If you have access to the Artifactory settings, you can either change the checksum policy or try fixing the checksum as described below:

Hope this helps!

RBleyenberg commented 9 years ago

yup, that did do the trick, now back to the real stuff :P

thx for your input.