On my solaris box I cannot run the testbed. Running
"build-velocity.sh test" I get:
Buildfile: build-velocity.xml
test:
Running JUnit template tests for Velocity ...
Could not invoke the suite() method
I'm using the 20001206 snapshot. I guess it might have something
to do with JTest 3.2 and the xerces/xalan 1.2.1 jars?
What can be done to get it running again? (restoring xerces breaks ant...)
Where can I get a JTest compatible with the new xerces?
Is there a way of calling JTest with mannualy setup classpath?
:) Christoph
[EMAIL PROTECTED] wrote:
>
> On Thu, 7 Dec 2000, Christoph Reck wrote:
>
> > The problem with introspection not locating the right method
> > was caused by Class.isAssignableFrom() not considering that a
> > primitive parameter can be assigned from the corresponding
> > java.lang class.
> >
> > The patch also fixes what kept the $formatter.isNull(...) from
> > working, because NULL can be passed to any non-primitive
> > parameter.
>
> That passes the testbed! Do you think you could add a
> test template that demonstrates what you fixed? Add
> a method to TestProvider that would not have been
> introspected correctly before your patch was applied.
>
> jvz.
I'll provide it when JTest is running here....