Skip to content
skyluc edited this page Mar 1, 2013 · 3 revisions

test

33 - Requires a Scala project

To fully work, the template editor needs a Scala project. The current implementation doesn't check cleanly for this precondition, and the editor will fail to open with an error, if the template file is not in a Scala project.

A Java project can become a Scala by right-clicking on the project in the package explorer and selecting configure > add Scala nature. It should not have any other impact than being able to use Scala.

34 - Not working on Scala IDE nightlies fixed

The Scala IDE nightlies have additional checks on the good usage of the Scala compiler. The Play2 support plugin fails these checks. So it should be use on the milestone builds until this is fixed.

Clone this wiki locally