> .tml changes work fine, is the java changes that never get reloaded even
> after compiling. When running from maven from the console it works fine, but
> when running from intellij from a running config it can only pick up regular
> hot swapable changes that are in packages not watched by tapestry.
> We have all our pages and components in src/main/resources, following the
> maven standard layout.
> What's interesting is that regular method body changes that are usually hot
> swapable don't work either.

Do you start your app with the maven goal jetty:run inside idea? Or do
you use the jetty plugin?
You need to make sure that your classes are compiled to the right
directory - you can set this in the module settings.
IDEA needs to be configured to compile to WEB-INF/classes of the
exploded war directory.

         Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to