Alex, I hit the same issue while running mvn jetty:run from outside Eclipse. In addition to the code replacement issue, I couldn't save my CSS files while Jetty was running (though I hear this is specific to Windows)
I eventually gave up, installed a copy of jetty 5.1.12, installed the Jetty Launcher Eclipse plugin, and have had no problems. I still really like Maven for bringing order to chaos, but for now the maven jetty plugin is not my friend. If anyone has a real solution to the problem, I would love to hear it as well. Jonathan > -----Original Message----- > From: Alexandru Dragomir [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 31, 2007 7:31 AM > To: Tapestry users > Subject: T5 : class reloading error mvn jetty:run eclipse > > Hello! > > I can't get to work the class reloading. > > I'm using eclipse 3.2.0 WTP and running mvn jetty:run from inside > eclipse. > Also i'm using the pom.xml generated by the quickstart archetype. > > > Every time i make a change to a page class i'm getting the error : > > org.maven.ide.eclipse.Maven2Executor at localhost:39733 (may be out of > synch) was unable to replace the running code with the code in the > workspace. > Reason : Hot code replace failed - Hierarchy change not implemented. > > Anybody got into the same issue ? > > In the console i can see that jetty-6.1-SNAPSHOT is being used. > > Maybe i shouldn't be using 6.1 ? > > I tried to disable the hot code replacement feature (i suppose is not > needed) but did not succed. > > Thanks , > > Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
