Can you check the directory were the project is actually deployed on your server? See if some jars are missing? If you use tomcat via WTP, default location would be <workspaces>/.metadata/.plugins/org.eclipse.wst.server.core/tmp<some number>/wtpwebapps
regards, Fred Bricon 2011/5/28 N WEINRONK <[email protected]> > > So I am now very confused. > > Some history. > > I have exported a working project from Eclipse Galileo - not including > .classpath/.settings/.project > to a non Eclipse workspace directory. > > I have moved that project directory into the Eclipse Helios workspace. > > I have imported that project as an 'existing maven project'. > > I have cleaned the project. > > I can maven:clean and maven:install the project - both successfully. > > I have updated the 'maven dependencies' and 'project configuration'. > > But when I 'run on server' I get. > > * > java.lang.ClassNotFoundException > *: org.springframework.web.context.ContextLoaderListener > > If I look at the project / properties / java build path / libraries under > 'maven dependencies' I can see spring-web jar with > org.springframework.web.context.ContextLoaderListener > > Note: m2eclipse and WTP - 0.13.0 > > > Any pointers on the way to go - gratefully received. > > > --- On *Sat, 28/5/11, N WEINRONK <[email protected]>* wrote: > > > From: N WEINRONK <[email protected]> > Subject: Re: [m2e-users] Export / Import -> to workspace. > To: "Maven Integration for Eclipse users mailing list" < > [email protected]> > Date: Saturday, 28 May, 2011, 14:55 > > > Also now getting *java.lang.ClassNotFoundException* > when again jar is in the 'maven dependencies' but the usual 'clean' / > 'update dependencies' does not help. > > Nigel > > --- On *Sat, 28/5/11, N WEINRONK <[email protected]>* wrote: > > > From: N WEINRONK <[email protected]> > Subject: Re: [m2e-users] Export / Import -> to workspace. > To: "Maven Integration for Eclipse users mailing list" < > [email protected]> > Date: Saturday, 28 May, 2011, 14:29 > > > Thanks I will give this a go. > > One other question I have now started to get a NoClassDefFoundError error > when 'run on server' is done. > > However I can see the jar in the Maven dependencies. > > I have tried the usual 'clean' / update dependencies etc. but no luck. > > Any advice here ? > > Thanks, > > > > > --- On *Sat, 28/5/11, Igor Fedorenko <[email protected]>* wrote: > > > From: Igor Fedorenko <[email protected]> > Subject: Re: [m2e-users] Export / Import -> to workspace. > To: [email protected] > Date: Saturday, 28 May, 2011, 12:48 > > You can move projects to the new workspace location before importing them. > > -- > Regards, > Igor > > > On 11-05-28 06:03 AM, Nigel Weinronk wrote: > > To solve a problem I have had to move from Eclipse Galileo to Eclipse > > Helios. > > > > My project in Eclipse Galileo was inside the workspace directory. > > > > I exported it to a non Eclipse directory. > > > > I imported it as a ‘Maven project’ into Eclipse Helios. > > > > This leaves the project directory outside the workspace directory. > > > > Is there a way to move this back into the workspace directory ? > > > > Thanks as usual > > > _______________________________________________ > m2e-users mailing list > [email protected]<http://de.mc870.mail.yahoo.com/mc/[email protected]> > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > -----Inline Attachment Follows----- > > > _______________________________________________ > m2e-users mailing list > [email protected]<http://de.mc870.mail.yahoo.com/mc/[email protected]> > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > _______________________________________________ > m2e-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/m2e-users > > -- "Have you tried turning it off and on again" - The IT Crowd
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
