Hello Chris, Thanks! You pointed me to the right direction. I changed my POM as follows: *<build>* * <resources>* * <resource>* * <directory>src/main/java</directory>* * <includes>* * <include>**/*.tml</include>* * <include>**/*.properties</include>* * </includes>* * </resource>* * <resource>* * <directory>src/main/resources</directory>* * <includes>* * <include>**/*</include>* * <include>**/*.xml</include>* * <include>**/*.tml</include>* * <include>**/*.properties</include>* * </includes>* * </resource>* * </resources>* It now works fine. Regards, Julien.
Le 16 février 2012 09:26, Chris Mylonas <ch...@opencsta.org> a écrit : > I don't know, but there's a tapestry testing module called testify that > might be worth having a look at the docs. > Might be some hints there > > http://tapestrytestify.sourceforge.net/project-layout.html > > I don't know the answer for you unfortunately, > > HTH, > Chris > > On 16/02/2012, at 7:13 PM, Julien Martin wrote: > > > Hello all, > > I am interested in getting feedback from those of you who use Maven + > > Eclipse in order to develop Tapestry applications. > > I recently realized that Tapestry templates located in > > *src/main/resources*also need to be located in > > *src/test/resources* in order to be picked up during unit tests. > > I am not sure how to configure my environment to avoid copying the > > **.tml*files from > > *src/main/resources* into *src/test/resources*. > > Can anyone please share tips or advice? > > Regards, > > J. > > P.S. This is slightly off-topic as it also relates to Eclipse and Maven. > > Sorry... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >