Hi Ben, .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.
On Feb 21, 2010 12:15 AM, "Ben Gidley" <b...@gidley.co.uk> wrote: It works for me - you do need to compile or make for changes to be picked up. If you aren't on 9 you will need to add .tml files to list of resource files the compiler copies. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sun, Feb 21, 2010 at 4:01 AM, Raul Raja Martinez <raulr...@gmail.com >wrote: > Hi, > > We're a team of 5 devs using tapestry 5 and developing with Intellij. > When developing c...