Latest Tweets:

Scalatra on CloudBees

Hi! For those of you wanting to run a nice scalatra app with scalate on CloudBees, you have to add the scala compiler to the WAR package. To do that you only have to add the following line to your SBT (assuming your running 0.7.4) project file:

override def webappClasspath = super.webappClasspath +++ buildCompilerJar
Go ahead and test it!

  1. regadas posted this