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]
