views:

14

answers:

1

How can I make changes to tml files - like for layout and other components - quickly visible via F5 in the browser? At the moment I keep those files under the src/main/-folder next to the java class. I already tried to 'repackage' the file but it isn't picked up by Tapestry - it only works for tmls under /webapps.

PS: Using IntelliJ with Maven

Cheers!

+1  A: 

Heureka! I found an answer deep in the IntelliJ forum:

Try to add .tml pattern to Settings / Compiler / Resource patterns, similar to patterns already provided there.

IntelliJ didn't actually 'repackage' the tml files when they weren't under webapp/ before (although it did 'say' it - that's just mean!).

stephanos

related questions