Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 713 Bytes

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.

Setup

  1. Locally deploy Scala-Virtualized with the following commands:
  • ant fastdist && ant distpack
  • (cd dists/maven/latest; ant deploy.release.local)
  1. Modify SCALA_VERSION_WANTED in the build-play.sh script to point to your locally released Scala-Virtualized version.

  2. Run ./build-play.sh.

  • In case of problems with sbt's compiler interface, run this script.