Hi, FYI, I ran a quick test with your projects against "http://svn.sonatype.org/m2eclipse/branches/ear-support/" branch. It turns out that : - The 2 projects have the correct Web Facet (2.3) - testTapestry has testWarOverlay in the web app libraries - testWarOverlay dependencies don't appear in testTapestry's classpath - when deployed in wtpwebapps : * testTapestry is still missing WarOverLay.html * testWarOverlay dependencies are correctly deployed in testTapestry\WEB-INF\lib * testWarOverlay is deployed as a jar in testTapestry\WEB-INF\lib. When opened, you can see it's actually a war
Once deployed on tomcat, I got the following error : Can't find bundle for base name test, locale fr_FR. I have no experience w/ tapestry so I can't tell if it's caused by an incorrect deployement or just a missing properties in your test project. regards, Fred Bricon On Fri, Sep 5, 2008 at 4:17 PM, Bouiaw <[EMAIL PROTECTED]> wrote: > Hi, > > I have added a test case and some explainations to > http://jira.codehaus.org/browse/MNGECLIPSE-599. > > Martin, do you agree with what I wrote and the test case ? > > Eugene, I am not sure to understand your sentence "It doesn't need to > work in Eclipse, as long as it can be built from the command line and > result war could be deployed, say on Tomcat server.". > Since Maven cmd line tool already work with WAR overlay to create WAR > archive, it could be used to test the behaviour by manually deploy > this war to WTP wtpwebapps directory. But since we need to have it > working with WTP integration, I think we need to make it works in > Eclipse. Do you agree with that ? > > On Fri, Sep 5, 2008 at 3:27 PM, Eugene Kuleshov <[EMAIL PROTECTED]> wrote: >> Bouiaw wrote: >>> >>> After reding carefully MNGECLIPSE-597, I think Martin is right, issue >>> MNGECLIPSE-599 "Support war overlay dependencies" is not a dup of >>> MNGECLIPSE-597, so I reopened it. >>> >>> Since a lot of voters thought it was war overlay support, I hope it >>> will be possible to plan also MNGECLIPSE-599 for 0.9.7, as this is a >>> killer feature ;-) >>> >> >> Sounds good. Can you please provide a more complete test projects that >> would demonstrate copying overlayed resources into the target war and would >> also allow to deploy war. It doesn't need to work in Eclipse, as long as it >> can be built from the command line and result war could be deployed, say on >> Tomcat server. >> >> Thanks >> >> Eugene >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- GMail rox! --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
