These scripts build Play 2.0.2 (and its Scala dependencies) with a local build of Scala-Virtualized, as required for play-js-validation and the js.scala samples.
- Locally deploy Scala-Virtualized with the following commands:
ant fastdist && ant distpack
(cd dists/maven/latest; ant deploy.release.local)
-
Modify SCALA_VERSION_WANTED in the build-play.sh script to point to your locally released Scala-Virtualized version.
-
Run
./build-play.sh
.
- In case of problems with sbt's compiler interface, run this script.