Closed kingspp closed 8 years ago
Those errors are related to intellij. If you build with sbt from the command line it should work.
Thank you for your reply, However I was able to clean compile the project. I am a newbie to scala and sbt. Can you please let me know how to start the server?
Commands tried:
sbt run
sbt run webappJVM
sbt "run-main com.scalakata.Boot"
Error:
No main class detected
Class not found exception
If you want to develop ScalaKata, you can use sbt ~webappJVM/reStart
.
If you want to use ScalaKata. You can use
sbt
then kstart
Environment:
SBT: 0.13.9 Scala: 2.11.7 IDE: IntelliJ 15
I have added scalakata in plugins.sbt and enabled in build.sbt
Error:
EvalSetup.scala
cannot resolve BuildInfo
MacroSpecs.scala
Error:(25, 16) type mismatch; found : VarVal required: com.scalakata.Instrumented withOffset(new VarVal) ==== List( ^
Can you let me know the proper way to build it?