I am just beginning with scala and scalatra. Following the guidline at http://www.scalatra.org/getting-started/first-project.html
I am running into a compilation error that I am not sure how to handle:
[error] /Users/cory/lichen/src/main/scala/ScalatraBootstrap.scala:10: value printStacktrace is not a member of Throwable
[error] case t: Throwable => t.printStacktrace()
[error] ^
[error] one error found
[error] (compile:compile) Compilation failed
[error] Total time: 13 s, completed Feb 6, 2013 10:11:17 PM
I haven't edited any files yet. I am running java 1.7 and scala 2.10.0 on mac os x 10.8.2
Thanks