Navjeet,
Can you verify that you have the following files in your web app classpath
(i.e. either in WEB-INF/classes or in WEB-INF/lib) :
- junit classes
- cactus classes
- test classes
- classes under test
And on the client side (the junit test runner JVM) :
- junit classes
- cactus classes
- test classes
- servlet API jar (not sure if it is needed actually ...)
You can check http://jakarta.apache.org/commons/cactus/installation.html
for details.
Thanks
-Vincent
----- Original Message -----
From: "Chabbewal, Navjeet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 1:50 PM
Subject: RE: cactus and Iplanet App Server 6.0
> Vincent,
>
>
> I am still having problems as mentioned below. Any help will be
> appreciated.
>
>
> I presumed that TestRunner is the servlet which can be used
> to run tests
> by providing classname parameter with appropriate test class name.
> Anyhow I am getting the exact same results when I run the test through
> junit.awtui.TestRunner.
>
> I do not have junit.jar in WEB-INF/lib but I do have the
> expanded junit
> classes under WEB-INF/classes ( i.e. junit/framework, junit/extensions
> etc.. ) That should be ok.
>
>
> --Navjeet
>
>
> >
> >
> > > -----Original Message-----
> > > From: Vincent Massol [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, August 03, 2001 2:08 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: cactus and Iplanet App Server 6.0
> > >
> > >
> > > Hi,
> > >
> > > * What is TestRunner ? I usually run the tests by either
> > > starting the JUnit
> > > text runner or the awt/swing runner ones.
> > > * Can you verify that you have junit.jar in your WEB-INF/lib
> > > directory ?
> > >
> > > Thanks
> > > -Vincent
> > >
> > >
>