Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Workspace Dependencies and m2e-wtp

Hi folks,
I'm trying to deploy a simple spring mvc based webapp to tomcat using m2e-wtp. When some of the dependencies are resolved from the workspace, I get java.lang.ClassNotFoundException errors and I'm trying to debug the same. 

Inline image 1

I see that not all of the workspace resolved dependencies are automatically added to the Web Deployment Assembly(in this case only one got added)

And the workspace resolved dependency projects were not automatically added to the Build Path(not sure if it should be)

Inline image 2

When I click on Run on Server, it takes me to the Add/Remove screen where under the  Configured pane, it shows the webapp. When you expand it, what are we supposed to see there? A list of all dependencies or a list of workspace resolved dependencies? 

Thanks,
Aneesh


Back to the top