deadrat must be a cutsie redhat/linux bashing term... Fine with me, you keep windows, I'll keep deadrat, err, I mean redhat...
-Michael On Mon, Jan 28, 2002 at 10:56:54AM +0100, Stefan Bodewig wrote: > junit is not on your CLASSPATH on deadrat (whatever that may be) but > on Windows and the way you add it in the build file doesn't work: > > > <path id="compileClasspath"> > > <pathelement path="/usr/java"/> > > <pathelement location="junit.jar"/> > > </path> > > Adds the directory /usr/java and the file junit.jar that lives in your > basedir to the classpath. Make the second one > > <pathelement location="/usr/java/junit.jar"/> > > and it should work. > > Stefan > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
