Adolfo B
unread,Jul 28, 2010, 12:43:30 AM7/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TalkingPuffin
Hi Guys,
I'm trying to do something with the twitter-api, but I'm using Scala
2.8, I created the jar for twitter-api and the I included it in the
pom, until there everything works perfect, but then when I want to
test I use the console, and I get the following error:
scala> import org.talkingpuffin.twitter._
import org.talkingpuffin.twitter._
import org.talkingpuffin.twitter._
scala> val sess = TwitterSession("myuser","mypassword")
val sess = TwitterSession("myuser","mypassword")
error: error while loading TwitterSession, Scala signature
TwitterSession has wrong version
expected: 5.0
found: 4.1 in /home/user/.m2/repository/org/talkingpuffin/twitter/
twitter-api/0.79b-devel/twitter-api-0.79b-devel.jar(org/talkingpuffin/
twitter/TwitterSession.class)
has anyone got something similar before ? or getting twitter-api to
work with Scala 2.8 ?
Thanks !!
--
Adolfo