On 12/5/05, Dion Gillard <[EMAIL PROTECTED]> wrote: > Does this mean we need to re-gen the ant build file? > > On 12/6/05, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > > Stephen Colebourne wrote: > > > What is the cause of the current GUMP test failure?? > > >
It looks to me like the vfs tests were not being run until this change in the build,xml: http://tinyurl.com/da6tr >From what I can see the <exclude name="**/*.java"> would have prevented any tests being included and removing that is when the tests started failing. So in summary my guess is the tests never worked in gump. Looking at the gump config for vfs, I think the test classes dir is missing from the classpath, so I have added it. Hopefully that should sort out the ClassNotFound exception. I'll check it tommorrow, but if it doesn't, apologies in advance for interfering. Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
