> I've tried to use maven-eclipse-plugin's support for WTP with Eclipse
> 3.1.1and WTP
> 1.0 (latest release). I could configure a TomCat 5.5 server and add my Web
> project.  I also got to the point where I could start TomCat.  However, the
> application did not load due to missing libraries on the classpath.
> Everything works fine when I deploy the same war manually.

The released version of the eclipse plugin only supports WTP R7.
Wtp 1.0 support has been added recently (not released yet) but there
is a bug WTP 1.0 so that external dependencies are not working at all,
see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783

As a workaround, the eclipse plugin in svn will move all the
dependencies to src/main/webapp/WEB-INF/lib while generating a WTP
configuration (with -Dwtpversion=1.0) but this is absolutely a
non-optimal solution.
A working wtp 1.0.1 build should be out in a couple of weeks so we'll
wait for it before releasing a new version of the plugin (btw, if you
are running web modules inside eclipse, wtp 1.0 has a big performance
regression which makes it unusable, regardless of the external
dependency problem...)

fabrizio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to