Re: SplitClassLoader cast error

2011-01-12 Thread Antoine Levy Lambert
Hello David, I am not sure whether SplitClassLoader extends URLClassLoader. In my IDE I see this class hierarchy SplitClassLoader ---> AntClassLoader --> ClassLoader --> Object So maybe the source code of your unit test is doing something wrong. Regards, Antoine On 1/12/11 10:21 AM, David R

SplitClassLoader cast error

2011-01-12 Thread David Rush
I use ant from the command line for building my apps and running my tests. I'm trying to get testing working for a servlet that forwards to a .jsp page (using HttpUnit with ServletUnit), but I keep hitting a wall: [junit] Error testing ViewAllProjectsServlet, exception is com.meterware.ht