1. Play! Java web framework. How does their development server compile automatically? stackoverflow.comAfter looking at the Play! framework I find it really productive that the development server that it comes with automatically is able to compile .java files and show the changes, immediately. ... |
2. Play Framework cannot compile my class, showing me strange character in my stacktrace stackoverflow.comI am developing a web application with Play! Framework using Notepad++ on windows xp. whenever I create new class, save and refresh the browser to see the changes, I get the ... |
3. Compiling Play! framework on Mac OS Leopard with pre-installed "ant" stackoverflow.comWhen I start "ant" Play! framework I get this errors: What am I doing wrong?
|
4. Play!framework; Compile on server only instead on client stackoverflow.comIs it possible to compile my Play!framework application only serverside? Since I connect a samba share to my client from the server hosting Play!, the paths differ between client and server ... |
5. Play!Framework Compilation error stackoverflow.comSorry for my poor English. I use command "play run appName" to start Play server and I get no errors. But when I navigate to "localhost:9000", it shows a Compilation Error:
|
6. What classloader does Play use when compiling classes with the JDT compiler? stackoverflow.comI'm trying to write a Play plugin that adds jar files to the Play classpath at runtime. When |
7. Where is the 2.0 play binary when compiling from source? stackoverflow.comI compiled playframework 2.0 from the latest git commit, but can't find the play binary. Where is it? Thanks |