I should have also added that I am using the tomcat service from within eclipse using run-as etc. I guess that might add a layer of complexity that would be hard to pin down. I shut down tomcat and dropped into the terminal and ran mvn jetty:run and everything ran normally. This points to a configuration issue rather than a Tapestry issue. I guess worse comes to worse I can try to figure out how to remote debug using jetty.
Thanks! ebt wrote: > >> Questions: >> 1) Website wont compile, all due to log4j not being configured properly? > > Wanings are warnings, not compiling errors. Check your application. It's > probably working. > > application will not work > calling ttp://localhost:8080/foo/ returns <!-- Most of the page content, > including <head>, <body>, etc. tags, comes from Layout.tml --><p>[[missing > key: greeting]]</p> > > ie its not picking up the layout among other things > >> 2) how would I force copy the log4j.properties file to the right place at >> build time? (maven config I assume) > > Create a lo4j.properties in src/main/resource > > > its already there, created by the archtype > > > > Thiago H. de Paula Figueiredo wrote: >> >> On Tue, 15 Jun 2010 19:06:55 -0300, ebt <no.spam.tal...@gmail.com> wrote: >> >>> Questions: >>> 1) Website wont compile, all due to log4j not being configured properly? >> >> Wanings are warnings, not compiling errors. Check your application. It's >> probably working. >> >>> 2) how would I force copy the log4j.properties file to the right place >>> at >>> build time? (maven config I assume) >> >> Create a lo4j.properties in src/main/resources. >> >> -- >> Thiago H. de Paula Figueiredo >> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, >> and instructor >> Owner, Ars Machina Tecnologia da Informação Ltda. >> http://www.arsmachina.com.br >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> >> > > -- View this message in context: http://old.nabble.com/Tapestry-5.1-pom.xml-modifications-results-in-BOOM-tp28896910p28897182.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org