Re: How to solve sbt.ResolveException error?

2013-11-05 Thread Robin Cjc
This is a bug. The ivy cannot recognize the orbit extension which is actually a jar. Can check from here https://jira.codehaus.org/browse/JETTY-1493 Best Regards, Chen Jingci On Tue, Nov 5, 2013 at 8:57 PM, tyc wrote: > Hi Imran, > > That works! Thank you very much. > > Best regards, > Yongcha

Re: How to solve sbt.ResolveException error?

2013-11-05 Thread tyc
Hi Imran, That works! Thank you very much. Best regards, Yongchao 2013/11/4 Imran Rashid > Hi, > > we ran into this problem recently too. This is our solution, though I > have to say, I have no idea what it means, I'm not an sbt expert. These > are the changes we made to our own project's s

Re: How to solve sbt.ResolveException error?

2013-11-04 Thread Imran Rashid
Hi, we ran into this problem recently too. This is our solution, though I have to say, I have no idea what it means, I'm not an sbt expert. These are the changes we made to our own project's sbt config in project/Build.scala to get it to work: bash-3.2$ git show -p 3d52ea381cf53346f20c8558ce67c

How to solve sbt.ResolveException error?

2013-11-04 Thread tyc
Hello guys, I am trying to learn Spark. I follow the Quick Start ( http://spark.incubator.apache.org/docs/latest/quick-start.html). When I tried to execute a standalone App in Scala, it has the error like shown in below: [warn] :: [warn] ::