There's a bug in the Play framework template compiler, that causes it to fail to properly lookup scala-library.jar and scala-compiler.jar.
The corresponding ticket for @playframework is ticket-944 in their issue tracker. The fix is planned for Play 2.1.1.
(The ticket title mentions Windows XP, but that's a type and should be Windows 2003.)
You can find the fix in my fork of Play20 in this commit, which applies to TemplateCompiler in Twirl as well.
Our build server runs on Windows 2003, and I already have to maintain an internal fork of Play20, which works as expected with the aforementioned fix.
Thanks @gseitz for the report (and sorry for the late response). This got fixed by synchronizing with a more current play version (see #16) which incorporates your fix.
Hi,
There's a bug in the Play framework template compiler, that causes it to fail to properly lookup
scala-library.jar
andscala-compiler.jar
. The corresponding ticket for @playframework is ticket-944 in their issue tracker. The fix is planned for Play 2.1.1. (The ticket title mentions Windows XP, but that's a type and should be Windows 2003.) You can find the fix in my fork of Play20 in this commit, which applies toTemplateCompiler
in Twirl as well.Our build server runs on Windows 2003, and I already have to maintain an internal fork of Play20, which works as expected with the aforementioned fix.
Best regards