Heya, Thanks for the reply,I've solved the problem, I recreated my project, there were a few things wrong with the pom i think. My dependencies were bad..
Thanks, Pinks ossi petz-2 wrote: > > hallo > > how did you import the project? > are you using the eclipse:eclipse goal to create the .project file? > or are you using the m2eclipse plugin? if so is it enabled for the > project? > > i assume those libraries where downloaded from you own repository? what > does your pom say for the jars (groupId/artifactId)? > > > regards > op > > > pinky88 schrieb: >> Hi all, >> >> I've created a maven project and imported it to eclipse, I have >> dependencies >> in the pom.xml for servlet.api and jsp.api etc, but now eclipse is giving >> me >> the errors: >> >> >> Project 'MyWebApp' is missing required library: >> '/home/karen/.m2/repository/tomcat/jsp-api/5.5.23/jsp-api-5.5.23.jar' >> >> Project 'MyWebApp' is missing required library: >> '/home/karen/.m2/repository/tomcat/servlet-api/5.5.23/servlet-api-5.5.23.jar' >> >> etc.. >> >> Any idea how I get them or why they're not there? >> >> Karen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Missing-libraries-for-maven-eclipse-project-tf4062891s177.html#a11544597 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
