Skip to content
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

sbt for lift doesnt build #1

Closed
axaluss opened this issue Jul 16, 2011 · 3 comments
Closed

sbt for lift doesnt build #1

axaluss opened this issue Jul 16, 2011 · 3 comments

Comments

@axaluss
Copy link

axaluss commented Jul 16, 2011

on sbt start i get this warning:

[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.github.mpeltonen#sbt-idea_2.8.1;0.10.0-SNAPSHOT: not found
[warn] :: com.github.siasia#xsbt-web-plugin_2.8.1;0.10.1: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

in my build file:

resolvers += "sbt-ide repo" at "http://mpeltonen.github.com/maven/"

What did i do wrong?

@mpeltonen
Copy link
Owner

So is your ~/.sbt/plugins/build.sbt setup exactly as in readme: https://github.com/mpeltonen/sbt-idea/tree/sbt-0.10 ?

I.e. is the resolver definition in that file on in your main build file?

@mpeltonen
Copy link
Owner

Btw, would be better to open sbt-idea related issues in sbt-idea github project instead of my GitHub-pages -project :)

@axaluss axaluss closed this as completed Jul 17, 2011
@axaluss
Copy link
Author

axaluss commented Jul 17, 2011

okay the problem was that i didnt put
resolvers += "sbt-ide repo" at "http://mpeltonen.github.com/maven/"
in plugins build.sbt
because this wasnt mentioned in the howto i used
thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants