spray / twirl

The Play framework Scala template engine, stand-alone and packaged as an SBT plugin
Apache License 2.0
214 stars 20 forks source link

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

Closed gseitz closed 10 years ago

gseitz commented 11 years ago

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

jrudolph commented 10 years ago

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.