I'm using file synch in eclipse to copy the newly compiled files to webapp/WEB-INF/classes. If the class is found there, it overrides the one in the jar.
On Fri, Jun 4, 2010 at 7:56 AM, Nicolas Bouillon <nico...@bouil.org> wrote: > I'm very interested too if there is a solution to this problem. > > On Thu, 3 Jun 2010 12:33:50 +0000 (UTC), Henrik Schlanbusch > <hen...@enovate.no> wrote: > > 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-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >