If you cd'd into extra/spring and ran "mvn install", that means you installed it. In reality, the results of downloading vs. installing should be the same. However, we have seen issues with folks installing on some OSs - that's why we recommend the download. If you look in test/web/**/action - is there a BaseControllerTestCase? If not, something probably failed in the install. I'd recommend downloading the springmvc version of AppFuse to solve this problem.
Matt On 4/25/07, joejakes <[EMAIL PROTECTED]> wrote:
Hi Matt, Thanks for your quick reply. I guess I installed Spring MVC. I am not very sure about it. Is there any way by which you can say the difference? I tried running "ant clean test-web", but am getting the same error. Thanks!! mraible wrote: > > Did you install Spring MVC or download the springmvc version of > AppFuse? You might try running "ant clean test-web". > > Matt > > On 4/25/07, joejakes <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am a newbie to Appfuse and am trying to develop a web application in >> Appfuse. I am using the command-line to run my ant tests. However, when I >> try to run >> >> ant test-web >> >> from the command-line, I get the following error on all classes that >> extend >> BaseControllerTestCase. >> >> com.appfuse.webapp.action.BaseControllerTestCase >> >> java.lang.NoClassDefFoundError: >> com.appfuse.webapp.action.BaseControllerTestCase at >> java.lang.Class.forName0(Native Method) at >> java.lang.Class.forName(Class.java:164) >> >> It seems to be a minor configuration problem. Could somebody help me to >> solve this issue? Thanks!! >> -- >> View this message in context: >> http://www.nabble.com/Web-Tests-failing-because-of-BaseControllerTestCase-tf3647290s2369.html#a10186913 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Web-Tests-failing-because-of-BaseControllerTestCase-tf3647290s2369.html#a10187227 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
