-
Notifications
You must be signed in to change notification settings - Fork 63
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
Scala signature QueryEvaluator has wrong version? #7
Comments
probably. i don't think anyone is actively working on porting to scala 2.8 now, though it might be in stevej's sights. |
Someone has a 2.8 fork. I saw it I swear. |
Got one building here http://github.com/eatenbyagrue/querulous/tree/scala-2.8 Tests and docs don't work. Build with "ant -Dskip-test=true -Dskip-docs=true". Use at your own risk :) |
Got the same here. Can everything be place on the scala-tools repository where it works superfine for 2.7.7, 2.8.0, 2.8.1? |
it looks like version 2.0.0 is for scala 2.8. (this just happened recently.) |
I'm trying to use querulous using the maven repo but get a scala signature conflict.
Is this error due to my project using scala 2.8? If so, are there plans to update the maven repo to have a querulous built with scala 2.8.
[WARNING] error: error while loading QueryEvaluator, Scala signature QueryEvaluator has wrong version
[WARNING] expected: 5.0
[WARNING] found: 4.1 in /Users/wheels/.m2/repository/com/twitter/querulous/1.1.0/querulous-1.1.0.jar(com/twitter/querulous/evaluator/QueryEvaluator.class)
The text was updated successfully, but these errors were encountered: