On Mon, 28 Jan 2002, Ray Tayek <[EMAIL PROTECTED]> wrote: > i do have an optional.jar in the lib directory. there are 3 > junit*.xsl files in there. do i need more?
junit.jar with > <junit fork="yes" printsummary="on" haltonfailure="true"> > <classpath> > <pathelement path="."/> > </classpath> > <test name="MainTest"/> > <formatter type="brief" usefile="false"/> > </junit> you don't tell Ant where to find junit. Add it to the classpath as well (and come back when you set fork to false, as it won't work any longer after that ...) Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
