-
Notifications
You must be signed in to change notification settings - Fork 35
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
build issues #42
Comments
was able to fix by publishing to local. So not a major issue but would like to see online repo working. |
actually now it's 2.0 and not 2.0-SNAPSHOT as far as I remember! On Tue, Mar 25, 2014 at 7:14 AM, sgireddy [email protected] wrote:
|
At least the README.md... :-( |
Updated the README firstly |
Thanks very much for your reactivity !!! I tried to follow your tutorial but I've got some trouble. It seems that your maven packaging goes wrong... When I build application I get :
If I change https to http I get :
Any idea on what is the problem ? |
I had the same issue, try to setup your local ivy repository by cloning all dependencies (in my case, reactivemongo, play-reactivemongo and play-autosource. Clone each of them, compile then publish-local. if you are using unix like system, then your local repo looks like this: val ivyLocal = Seq( for windows: Then append to your resolves: NOTE: I am still a beginner, it just works may not be the best approach. |
Is it still active or merged somewhere else? Mondubian repositories are not accessible anymore. Publish to local wont work either, slick version won't even compile for 2.0. could you please update?
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: play-autosource#reactivemongo_2.10;2.0-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run last *:update for the full output.
error sbt.ResolveException: unresolved dependency: play-autosource#reactivemongo_2.10;2.0-SNAPSHOT: not fou
nd
[error] Total time: 15 s, completed Mar 24, 2014 10:23:32 PM
The text was updated successfully, but these errors were encountered: