Hello,
I’m using MyEclipse 2013 (official license) and have the following problem:
I try to publish a webapp to a Tomcat 7 instance.
This webapp has a Maven dependency, which is a project in the same workspace.
So this project shows up as a Dependency project.
In the servers tab I see my webapp, Status OK, Mode Exploded, Location c:\{myapache}\webapps\myapp
and beneath that my dependend project, Status OK, Mode Exploded and location \ WEB-INF\classes.
You would expect all is ok, but in the actual folder under c:\{myapache}\webapps\myapp\WEB-INF\classes there is NOTHING.
So the app crashes with NoClassDefFoundError.
Any idea would could be done to fix this?
Cheers
Patrice Oostermeyer