Hi Stephane, I have build a web app -maybe not as complex as yours- but I got a similar problem once... The solution I found is to force Eclipse to build all projects inside the same directory completly outside all projects.
Exemple Project Structure : /Parent |_Module1 |_Module2 |_Module3 |_WebApp Then I build all build projects (I talk about the Eclipse builder NOT MAVEN) to a new directory called 'Project_Bin' at the same level as /Parent /Parent_Bin /Parent |_Module1 |_Module2 |_Module3 |_WebApp I use the "Linked Resources" feature to do that. In Eclipse : Windows > Proference > General > Workspace > Linked Resources Doing this I was able to use RunJettyRun plugin without any problem and with the reload possibilities. Hope this might help you :) Martin Stephane Decleire wrote: > > I've been working with tapestry 5 in eclipse for several months by now. > And i have built a "complex" hierarchy of projects to fullfil my needs : > 2 tapestry 5 applications both using several tapestry 5 libraries. In > maven, my 2 applications depends of some of the libraries which in turn > depends on other libraries ... And to be able to declare in one maven > place a lot of common informations, all of my tapestry projects are > children > of a parent pom project. > A few days ago, i decided to deploy a jar of my project on a server for > testing purposes. So i run the maven command "mvn install" from my maven > parent project in order to rebuild all the tapestry 5 libraries and > applications and to get the war packaged. > But since this operation, everything goes wrong : > 1. If i run my tap5 application from maven with "mvn jetty:run", the > application runs normally but i loose the tapestry reload possibilities. > 2. If i run my tap5 application inside eclipse using the jetty launcher > i've been using for several months, the application don't find my > libraries anymore. > > Any clue ? > Is my maven hierarchy eronous ? > What have the maven install command broken ? > > Thanks for any help ... I've been looking for a solution for several > days in google, tap mailing list, docs and wiki ... > > Wouldn't it be a precious information if a page would be dedicated to > maven in the tapestry documentation ? I think that i'm not the only > tapestry user without maven high skills ... > > Stephane > > -- View this message in context: http://www.nabble.com/-T5--Tapestry-%2B-Maven-make-me-crazy-%21%21%21-tp20886741p20890364.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]