Re: template refresh in development

2011-12-17 Thread Chris Collins
that was the trick (coupled with a cmd-9) that makes it work in idea. I will try out the jetty:run thing in a bit. Could we put some notes on the t5 website to help here? Not sure where the best place to put it would be. Best C On Dec 17, 2011, at 9:53 AM, Josh Canfield wrote: > I seem to re

Re: template refresh in development

2011-12-17 Thread Josh Canfield
I seem to recall with Intellij that you also have to add ?*.tml to the resource patterns copied after doing a compile. You access it through the compiler settings. On Wed, Dec 14, 2011 at 12:24 PM, Howard Lewis Ship wrote: > IntelliJ requires that you rebuild (Cmd-F9) after making a change for >

Tapestry Tests

2011-12-17 Thread Josh Canfield
Hey all. I've been playing around with the smarterer.com (I'm not an employee and have no stake in it's success) and decided to start a test for Tapestry5. There are some glitches with their test management (site is in beta) so I've got an email in to their dev team to get the bad image I uploaded

Re: template refresh in development

2011-12-17 Thread Thiago H. de Paula Figueiredo
On Sat, 17 Dec 2011 05:31:19 -0200, Chris Collins wrote: Kalle, could you recommend the magic incarnation for tweaking jetty:run plugin to fix the path so that it will look at the resource tree rather than target (tried scan target). Independent of which setup you have to run your webbap,

Re: template refresh in development

2011-12-17 Thread Kalle Korhonen
On Fri, Dec 16, 2011 at 11:31 PM, Chris Collins wrote: > Kalle, could you recommend the magic incarnation for tweaking jetty:run > plugin to fix the path so that it will look at the resource tree rather than > target (tried scan target).  My preference is to tweak idea since I don't > natively