2010/8/27 Paul Benedict <[email protected]>: > My web project has these facets installed: Dynamic Web Module (2.4), > Java (1.5). I am also using the m2eclipse plugin and Eclipse's > built-in server integration for Tomcat 6.0.29. > > I get this error on context startup: > java.lang.ClassNotFoundException: > org.springframework.web.context.ContextLoaderListener > > I guess it is because my Maven dependencies are not being mapped. What > must I do to "populate" the WEB-INF/lib directory?
Try with right clicking on project -> Maven -> Update project configuration. BTW, are the Spring dependencies compile (or, at least, runtime) scoped? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
