spray / twirl

The Play framework Scala template engine, stand-alone and packaged as an SBT plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwirlCompiler fails to lookup scala-*.jar on Windows 2003

gseitz opened this issue · comments

Hi,

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.

Best regards

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.