branaway / Japid

A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.
113 stars 18 forks source link

Japid breaks play:precompile #31

Closed nadenf closed 12 years ago

nadenf commented 12 years ago

We are trying to deploy a Play application WITHOUT the source code.

So the steps are:

1) Run "play precompile" 2) Remove the "app" directory which contains all the source code 3) Run "play start"

Problem is that Japid can't seem to find the classes anymore which have been compiled to the "precompiled" directory.

branaway commented 12 years ago

will look at this soon

mayan31370 commented 12 years ago

If you want to run the application with precompile,you should run "play start -Dprecompiled=true". I've tested yet.