If using Eclipse 3.3 / WTP 2.0 you can manually tell WTP to deploy every dependency in the maven to your appserver by adding it to the "J2EE Module Dependencies" (see "Easier publishing of dependencies" in WTP 2.0 http://www.eclipse.org/webtools/releases/2.0/newandnoteworthy/jee.php New and Noteworthy ).
This has the drawback of also deploying "provided" and "test" scope dependencies, but mostly works :). Approaches to a better solution for this integration are being discussed, so maybe in the not-so-distant future it will be available. ossi petz-2 wrote: > > Hallo > > thanks for m2eclipse! it still does cause some trouble.. but well: thanks > :) > > to the question part: i am using m2eclipse 0.0.11 from the dev update > site. it solved my issues with the exported test.jars. > > i now ran into a lot of weird things after i tried using a dynamic web > project. both eclipse 3.2/wtp 1.5 and eclipse 3.3/wtp 2.0 seem to be > somewhat ignorant to the plugin. i cannot start tomcat without missing > classes. > > are there somewhere recomendations on working versions of > meeclipse/eclipse/wtp? and some proejct setup hints? > > my main issue is to bring the dependant jars into WEB-INF/lib. currently > i am using a 'hack plugin' (LibCopy) to achieve this. But debugging is > simply a pain without the 'insepect' feature and a breakpoints are often > ignored or the attached sources are not found. and from time to time > eclipse does not update the package tree. errors remain in there even if > m2eclipse can install the project properly. > > > so. any recommendations or tipps would be welcome :) > or simply what versions work better than others > > thanks for any input > > regrads > > op > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/m2eclipse-and-wtp-again-tf4098106s177.html#a11665736 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
