Re: [T5]: Issues deploying in jetty

2008-02-23 Thread Andy Huhn
Davor, Thank you, that was exactly what I needed! For the sake of anyone else who has the same issue...this is what I added to my pom.xml to fix it: src/main/java **/*.hbm.xml false src/main/resources **/* false com/homeed/compo

Re: [T5]: Issues deploying in jetty

2008-02-23 Thread Davor Hrg
the error represents missing templates for pages or components after it is unpacked, you may want to manualy copy pages and components there pages in webapp directly, and components in WEB-INF/classes copy all from $yourProject/src/main/resources to $webapp/WEB-INF/classes Davor Hrg On Sat, F