Hi, I hope I'm in the right forum for this... I have an irritating problem when developing with Intelli IDEA 7 (7.04 to be precise). The application is working and I can run it in Jetty without a problem.
My problem is that I get a lot of warnings in IDEA. One example is BaseAction which I get a popup for (the normal import class popup). When I press Alt-Enter to import the class nothing happens. If I add the import manually (import org.appfuse.webapp.action.BaseAction;) the webapp part is marked red and when I point at it I get the message "Cannot resolve symbol 'webapp'". If I run the Maven plugin it all compiles and works fine but when I compile I get errors in all my actions that extend the BaseAction. Does anyone have a clue about how to fix this error? I've tried searching in the repo for the BaseAction class but I can't find it in any jar that I can add to the pom. (I found it in the appfuse-struts-2.0.2.war though and the war of my app) Regards, Marco -- View this message in context: http://www.nabble.com/Problem-resolving-BaseAction-in-IntelliJ-tp19088986s2369p19088986.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]