Peter, To be 100% sure you are running in development mode, look in the console log as Tapestry is starting up. It should have "(development mode)" next to the "Tapestry5" ASCII art.
Whenever I have had a problem with Live Class Reloading not working, I have gone through the "Troubleshooting" section at the bottom of http://tapestry.apache.org/class-reloading.html and the problem has been one of those listed. On Fri, Oct 25, 2013 at 9:12 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Check the project configuration in Eclipse, specifically the build path > tab. If you're using its Maven support, it configures your project to > always exclude all resources from being copied to the target folder when > you change them. Regarding live class reloading itself, it's weird. Are you > using Windows? If yes, it can causes some weird file locking: > http://wiki.eclipse.org/Jetty/Howto/Deal_with_Locked_Windows_Files has a > description of the problem and a solution. Or leave Windows. :P > > > On Fri, Oct 25, 2013 at 6:55 AM, Peter Hvass <p.hv...@albourne.com> wrote: > > > Hello, > > > > > > I've followed all guidance posted here; > > http://tapestry.apache.org/class-reloading.html > > > > > > A couple days ago live class and template reloading just stopped working > > between restarts. > > This only occurs for one of our projects... have spent a few hours trying > > to figure out where > > this might be. > > > > > > This is in Eclipse using the latest version of the RunJettyRun plugin. > > > > > > Does anyone have any common wisdom or experience they could share related > > to troubleshooting this? > > > > > > Thanks, > > Peter > > > > > -- > Thiago >