Hello, I'm investigating writing a new project in Wicket and am playing around with a project created from the 1.5-RC5.1 quickstart maven archetype.
Using 'mvn jetty:run' from the command-line, none of the changes I make to source files, either Java or HTML, are picked up unless I restart the server. Using the instructions here: https://cwiki.apache.org/WICKET/maven-jetty-plugin.html I can attach to the Jetty instance from Eclipse, and changes to Java files, but not HTML files, are picked up on the server. However, "development mode" promises automatic reloading of source files. I need this to work without having to attach to an IDE in debug mode, and for HTML as well as Java. What am I missing? Thanks, Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
