With the latest snapshot, I still wasn't seeing changes propagate. Until --
On Wed, Jul 13, 2011 at 2:03 PM, Martin Grigorov <[email protected]> wrote: > It is possible but you have to extend maven-jetty-plugin's configuration. > There was something about Scanner. Ask Google for more info Adding the scanIntervalSeconds configuration parameter to the Jetty plugin, as per http://stackoverflow.com/questions/2369851/hot-deploy-in-embedded-jetty suddenly changes in Java and HTML were picked up. Eclipse is set to auto-build, so I don't have to explicitly run 'mvn compile' for it to redeploy. However Matt's reply, which just came in, is correct that JRebel is doing something different. The answer seems to be that 1) HTML reload may still be broken in SNAPSHOT 2) For making changes to Java code, run in Debug mode and connect with an IDE, or use JRebel Thanks, Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
