ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

online repository 404 - not found #69

Closed chenbekor closed 8 years ago

chenbekor commented 9 years ago

https://raw.githubusercontent.com/ReactiveCouchbase/repository/master/snapshots

is not available - can you please check?

mathieuancelin commented 9 years ago

Hi Chen,

that's weird because, I can access this URL without any issue

https://raw.githubusercontent.com/ReactiveCouchbase/repository/master/snapshots/org/reactivecouchbase/reactivecouchbase-core_2.11/0.4-SNAPSHOT/reactivecouchbase-core_2.11-0.4-SNAPSHOT-javadoc.jar.sha1

So I guess I should world for any other file right ?

chenbekor commented 9 years ago

the assets are accessible - but building a clean project (play) causes sbt to timeout while trying to resolve reactivecouchbase dependencies. can you please try creating a new play app sbt play-scala-2.3 activator template? please use latest activator

mathieuancelin commented 9 years ago

Hi Chen,

I just created a new play-scala-2.3 project with activator 1.3.5, added reactive couchebase 0.4, emptied my Ivy repo and compiled the project.

And it worked great.

Maybe your Ivy repo is in bad shape ?

chenbekor commented 9 years ago

could be - will test tomorrow. 10x Mathieu!!