Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
When I try 'ant test' (after getting past 'ant dist'), it fails eventually with: test-dir-context: [echo] Running FileDirContext tests [java] .F... [java] Time: 0.164 [java] There was 1 failure: [java] 1)

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread Bruce Perryman
Did you download the correct JNDI package (JNDI 1.2.1 Reference Implementation)? Is it being picked up from the correct location in build.properties ({tomcat installation directory}/build.properties). Check the build.properties file and make sure that it is being refence properly. Are there any

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
Date: Tue, 22 Jan 2002 06:18:33 -0800 (PST) From: Bruce Perryman [EMAIL PROTECTED] Subject: Re: Please help! Unit test fails for Tomcat Did you download the correct JNDI package (JNDI 1.2.1 Reference Implementation)? I downloaded jndi1_2_1.zip from http://java.sun.com/products

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
Date: Tue, 22 Jan 2002 09:52:46 -0800 (PST) From: Bruce Perryman [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Hi, We must verify that the correct versions of all the libs and their locations are correct. Are you using ant1.4? Yes. Did you copy the