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

why don't build finagle #65

Closed
SamPeng87 opened this issue Feb 24, 2012 · 2 comments
Closed

why don't build finagle #65

SamPeng87 opened this issue Feb 24, 2012 · 2 comments

Comments

@SamPeng87
Copy link

First,I install sbt from brew.
build fail。。。
like this friend issues #61

I install sbt 0.7.5 and 0.7.7...
build fail。。。

1 #Project properties
2 #Mon Feb 13 16:19:06 PST 2012
3 project.organization=com.twitter
4 project.name=finagle
5 sbt.version=0.7.7
6 project.version=1.11.1-SNAPSHOT
7 build.scala.versions=2.9.1
8 project.initialize=false

message:
org.scala-tools.testing#specs_2.9.1;1.6.8: not found

i must install scale later 2.9.1?

@sodabrew
Copy link

For the code you have above, you must change your Scala version to 2.7.

If you'd like to to get a Scala 2.9.1, SBT 0.11.2, Thrift 0.8.0, Finagle 3.0.0 stack, a working example is in the README here:

https://github.com/twitter/sbt-scrooge/tree/sbt11

@mariusae
Copy link
Contributor

This should all be resolved. Finagle should build with

   ./sbt test

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

No branches or pull requests

3 participants