Re: [appfuse-user] Web Tests failing because of BaseControllerTestCase

2007-04-27 Thread joejakes
wnload 1.9.4, create a project with the same > name/packages and then use Beyond Compare to diff the two projects. > > Matt > > On 4/25/07, joejakes <[EMAIL PROTECTED]> wrote: >> >> Hi Matt, >> >> I have got a clean system classpath. I tried downloading Ap

Re: [appfuse-user] Web Tests failing because of BaseControllerTestCase

2007-04-25 Thread joejakes
internals of Appfuse very well, could you give some suggestions as to how to proceed further? mraible wrote: > > NoClassDefFound usually implies duplicate classes rather than a > missing class. Do you have a clean system classpath? > > Matt > > On 4/25/07, joejakes <

Re: [appfuse-user] Web Tests failing because of BaseControllerTestCase

2007-04-25 Thread joejakes
I am running the code on: Win XP Machine Ant 1.6 JDK 5 Is this any problem that's got to do with the classpath settings?? mraible wrote: > > What's your environment - it's probably an environment issue (i.e. JDK 6 > vs. 5). > > Matt > > On 4/25/07

Re: [appfuse-user] Web Tests failing because of BaseControllerTestCase

2007-04-25 Thread joejakes
h 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 thi

Re: [appfuse-user] Web Tests failing because of BaseControllerTestCase

2007-04-25 Thread joejakes
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

[appfuse-user] Web Tests failing because of BaseControllerTestCase

2007-04-25 Thread joejakes
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