http://tapestry.apache.org/tapestry5.1/guide/reload.html*
*Hi all,
I've our project is set up so that tomcat runs from the src/main/webapp
dir which contains jars and compiled code. Maven is set up to maintains
the jars within src/main/webapp/WEB-INF/lib and src/main/java and
src/main/resources compile to /src/main/webapp/WEB-INF/classes.
I'm aware that this is not quite the typical setup.
Quite often a change to a resource such as a TML or a JS referenced by
an @IncludeJavascript will cause a compile error if the web app is running:
...The project was not built due to "Could not delete
'.../src/main/webapp/WEB-INF/classes/com'...
and any change to a tapestry page or component fails to hot-replace.
I'm assuming this is a side effect of our 'less maven' configuration,
but does anyone have any suggestions regarding rectifying this?
Thanks, Paul.