Also have this issue - but with the Tapestry project; same as Daniel did a 2.0 to 2.0.1 upgrade.
Adding the jar manually to the Eclipse build path worked for me eventually... On Dec 10, 2007 7:01 AM, Daniel Kibler <[EMAIL PROTECTED]> wrote: > > I'm having this same issue, but with Eclipse, since upgrading from 2.0 to > 2.0.1. I run maven from the command line but my action classes show syntax > errors and won't compile in Eclipse. My action tests when run from the > command line fail too. > > Is there a way to get this package back in the claspath without going full > source. > > Dan > > 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-tp14164948s2369p14241297.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] > >
