I don't like either one of those solutions, haha. Ok, just to test, I opened a command line, went to the directory that my application is in, and typed: mvn install
I still got a compile error. I'm guessing that means there is another problem, possibly maven 2.0.8? I might download 2.0.7 and give that a try to see if it still doesn't work. mraible wrote: > > Yes, it's probably caused by NetBeans - unless you're using a Maven > Plugin. There are two solutions: > > 1. Run "mvn appfuse:full-source" to import all of AppFuse's source > into your project. > 2. Compile from the command line. > > The good news is IDEA doesn't have this problem. ;-) > > Matt > > On Dec 4, 2007, at 8:04 PM, Stephiems wrote: > >> >> I was running through the tutorial for AppFuse and made it up to >> the Web >> Application part. I've created a struts2 project, and when I tried >> to extend >> BaseActionTestCase and also BaseAction, they couldn't be found. It >> doesn't >> seem like anything in the appfuse-struts package is able to be seen >> by my >> application. >> >> For your information, I'm using Netbeans 6.0 with the maven plugin, >> maybe it >> has something to do with Netbeans? Oh, also I'm using maven 2.0.8. >> >> Thanks, >> Stephanie >> -- >> View this message in context: http://www.nabble.com/ >> org.appfuse.webapp-classes-don%27t-seem-to-be-in-classpath- >> tf4947362s2369.html#a14164948 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/org.appfuse.webapp-classes-don%27t-seem-to-be-in-classpath-tf4947362s2369.html#a14164986 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
