Hi,
First of all, thank you for sharing your project.
I am on Ubuntu 14.04 32 bit platform . I cloned your project into my local disk, I downloaded sbt deb file and installed it then followed the steps in readme file. But I got some errors
[info] Compiling 1 Scala source to /home/kenn/Desktop/workspace/chessdog/project/target/scala-2.10/sbt-0.13/classes...
[error] /home/kenn/Desktop/workspace/chessdog/project/Build.scala:3: not found: object net
[error] import net.thunderklaus.GwtPlugin._
[error] ^
[error] /home/kenn/Desktop/workspace/chessdog/project/Build.scala:4: object github is not a member of package com
[error] import com.github.siasia.WebPlugin._
[error] ^
[error] /home/kenn/Desktop/workspace/chessdog/project/Build.scala:15: not found: value sbtappengine
[error] lazy val rootSettings = Defaults.defaultSettings ++ sbtappengine.Plugin.webSettings ++ gwtOnlySettings ++
[error] ^
[error] three errors found
[error] (compile:compile) Compilation failed
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? r
What am I missing to compile it?
Regards
Kenn
Hi,
First of all, thank you for sharing your project.
I am on Ubuntu 14.04 32 bit platform . I cloned your project into my local disk, I downloaded sbt deb file and installed it then followed the steps in readme file. But I got some errors
What am I missing to compile it?
Regards
Kenn