Hi Igor, Many t hanks for your guidance, Actually, I'd not been working in Eclipse at all, and had run maven2 from command line. This is probably why JSP files probably already existed. I only recently tried to import code into Eclipse. Maybe I didn't set Eclipse project up correctly. The way I attempted to do things was as follows: File-> New-> Java Project Project Name Acegi Security Create Project from existing Source Directory C:\Book Downloads\PracticalStruts2\Chapter07\Acegi\app
It's odd when I just tried to retrace my steps today, the results were better http://www.nabble.com/file/p18055146/EclipseAgeciErrors.png As you can see the project automatically imported most of the jars: http://www.nabble.com/file/p18055146/EclipseAcegiJars.png But still can't understand why Eclipse is complaining about org.acegisecurity As you can see acegi security jar is in there, and if you look an next screen shot where I've expanded local Maven repository and used Winzip to show jar contents, AuthenticationException class is there in required package! http://www.nabble.com/file/p18055146/AcegiSecurityJar.png I'm thinking I tried to import as Java Project before installing m2eclipse plugin and tried to do import manually afterwards. It's behaving better now, since I cleared Eclipse project out and tried again with m2eclipse plug-in installed first... :-U Any ideas why I'm getting these odd stragglers in the way or errors? -- View this message in context: http://www.nabble.com/Maven-integration-with-Eclipse-tp18034802p18055146.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
