Closed sebnozzi closed 10 years ago
Try
server/re-start
? I'm assuming this is for the autowire example
I'm assuming this is for the autowire example
Yes, acutally this is what got me confused. Did not realize it was a specific branch of your project :-D
Changed the name of the issue accordingly.
So, I switched to that branch by:
git checkout -t origin/autowire
But upon doing:
server/re-start
the SBT complains about a dependency not found:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.jsawn#jawn-parser_2.11;0.5.4: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[error] (server/*:update) sbt.ResolveException: unresolved dependency: org.jsawn#jawn-parser_2.11;0.5.4: not found
Any ideas?
Could you try adding this to your SBT?
resolvers += "bintray/non" at "http://dl.bintray.com/non/maven"
On Tue, Sep 9, 2014 at 11:53 PM, Sebastian Nozzi notifications@github.com wrote:
I'm assuming this is for the autowire example
Yes, acutally this is what got me confused. Did not realize it was a specific branch of your project.
So, I switched to that branch by:
git checkout -t origin/autowire
But upon doing:
server/re-start
the SBT complains about a dependency not found:
[warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.jsawn#jawn-parser_2.11;0.5.4: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: error sbt.ResolveException: unresolved dependency: org.jsawn#jawn-parser_2.11;0.5.4: not found
Any ideas?
— Reply to this email directly or view it on GitHub https://github.com/lihaoyi/workbench-example-app/issues/17#issuecomment-54991285 .
I put it in my ~/.sbt/0.13/resolvers.sbt
file and it worked. Thanks! :-)
Maybe put this instruction in the README...?
Or, as I see from #8, you are aiming for another solution...?
Yeah, hopefully @non will publish to central and people can stop adding the stupid resolver everywhere =D
On Wed, Sep 10, 2014 at 4:45 PM, Sebastian Nozzi notifications@github.com wrote:
I put it in my ~/.sbt/0.13/resolvers.sbt file and it worked. Thanks! :-)
Maybe put this instruction in the README...?
Or, as I see from #8 https://github.com/lihaoyi/workbench-example-app/issues/8, you are aiming for another solution...?
— Reply to this email directly or view it on GitHub https://github.com/lihaoyi/workbench-example-app/issues/17#issuecomment-55086998 .
I'm not able to start the example as instructed in the README: