stefcl
stefcl
Glad to know the problem is solved, I spent two days trying to figure out what was wrong with my project setup. Especially troublesome since the issue only showed in...
No problem, I agree that wasn't an easy one... May I recommend you have a quick look at the deliverable from time to time? It seems to be the place...
Are you going to release a more official fix?
No, except that anyone trying japid in the current play version (2.2.1) will certainly run into major issues unless you tell them about your new version on the wiki page.
I just tried.. My main app jar now has a "/japidviews" folder. Seems ok... However my app won't start with message java.lang.RuntimeException: Japid template root does not exists: /my-app-directory/japidroot at...
I upgraded to 0.9.6 and I tried many times to get it to work, with no success. I see the html files properly included in my main app jar, however...
I am deploying on a debian vps using the deliverable created by "play dist" command. My framework version is 2.1.4. I have upgraded to 0.9.9, used the setTemplateRoot( String[] null)...
ok, I will confirm that asap
Ok, I wasn't using the ( p1 = X, p2 = Y) syntax. There is a small problem with the above syntax, in case of error in the calling code...
It does, however it would be so much nicer if compiler would disallow unknown parameter names and ensure that non-optional parameters are given a proper value. @(String name, @Default(0) int...