I have that same setup running without any problems, T5 + Jetty + Maven +
IntelliJ.
Can you check if IntelliJ is copying your templates to the build directory
(target/classes) ?

If not then check if you have the following configured:

- src/main/resources configured as a source directory in IntelliJ.
- you have configured IntelliJ to compile .tml files. (Settings -> Compiler
-> Resource Patterns)

On Sun, Dec 21, 2008 at 7:46 AM, Josh Long <starbux...@gmail.com> wrote:

> Hi,
>
> I have a maven project generated usig the stock mvn archetype for tapestry
> 5.
>
> According to the docs, component templates should be in
> src/main/resources/.  I can't seem to get those to 'reload' correctly,
> forcing me to ctrl + c the maven jetty plug in and re run.
>
> Any input on how to change this (from tapestry or the maven jetty plug
> in?) would be appreciated. I'm editing in Intellij (I opened the pom
> with IntelliJ, which in turn created a project). Im doing Build >
> Rebuild project to try and trigger the refresh, but no go.
>
> Any input on possible configuration changes/options woud be appreciated.
>
> Thanks
> Josh
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to