Re: Live Class and Template Reloading using jetty and Intellij

2012-04-17 Thread raphael stary
hey folks http://tapestry.apache.org/class-reloading.html there it says that class reloading from a JAR is not working. So when you have a more complex project (probably with more than one modules) all the modules are packed to JARs and they go into your WAR exploded. With eclipse this works well

Re: Live Class and Template Reloading using jetty and Intellij

2012-04-14 Thread Guillaume Bodet
I'm using Tapestry together with Idea and live class reloading is just working fine. Launch jetty from the maven plugin, and just hit CTRL+F9 to reload pages and components. Regards Guillaume Tel.: Fax : +33 (0)177 721 613 +33 (0)140 130 430 P Avant d¹imprimer, pensez à l¹environnement Ce messa

Re: Live Class and Template Reloading using jetty and Intellij

2012-04-14 Thread Bob Harner
I haven't used IntelliJ much, but take a look at the troubleshooting section at the bottom of http://tapestry.apache.org/class-reloading.html if you haven't already. On Apr 12, 2012 8:28 AM, "klausbayrhammer" wrote: > Hey, > > Im having some trouble with the live class reloading using a jetty/in