Re: Hot reloading and mvn:gae:run

2010-11-25 Thread Nicolas Bouillon
To solve my issue, I've added a custom ant builder to Eclipse that copy the target/classes folder to the target/myapp/WEB-INF/classes folder, and then the tapestry hot reload of classes and resources works. It works, but I have to trigger my custom builder manually with Ctrl-B (build project), bec

Hot reloading and mvn:gae:run

2010-11-22 Thread Nicolas Bouillon
Hi, I use tapestry for more than one year now, and I'm very pleased with. I use it daily at work with mvn jetty:run and I much appreciate hot class reloading for pages and components. But at home I'm trying to use it to develop a Google App Engine Application, and I use the maven plugin net.kindl