Author Login
Post Reply
Hi
I have setup a project in maven 2 where the lowest project
(parent) has two sub modules, one with the webapp
(tapestry 5) and one with a separate custom made
component library. This means that I have three
modules to build (parent, webapp and components).
Webapp has a dependency to components in order to be
able to use the components. I think this is a
sensible division, but maybe not?
Anyway my question is whehter it is possible to
enable class reloading in the component package so I
do not have to restart jetty for each template change/code
change. I can change templates and compile classes
in the webapp project directly from intellij, but currently
i cannot do that from the components package. It would
be fantastic if I could.
Regards,
Henrik
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)