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 kynn
-docs/build.xml:80: javax.xml.transform.TransformerException: java.lang.NullPointerException Total time: 27 seconds Thanks! kynn P.S. Please Cc me in your response. --- [EMAIL PROTECTED] wrote: When I try 'ant test' (after getting past 'ant dist'), it fails

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

Tomcat vs. RH 6.2

2002-01-18 Thread kynn
I'm trying to build Apache with Tomcat. I can't use the Tomcat binaries because they require glibc-2.2, but I'm on a Linux RH 6.2 system that I'm in no position to upgrade, and RH 6.2 and glibc-2.2 apparently don't mix. Therefore, I decided to try building my own Tomcat binary, one that can

RE: Tomcat vs. RH 6.2

2002-01-18 Thread kynn
Message-ID: [EMAIL PROTECTED] From: Barney Hamish [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Date: Fri, 18 Jan 2002 17:33:04 +0100 The instructions on how to build tomcat (provided with the tomcat source) detail where to get the XML parser and all the other

Tomcat build: Unit test failure

2002-01-18 Thread kynn
I'm trying to build Tomcat 4.0.1. The first time I tried 'ant dist', it failed with [style] Failed to process /usr/local/build/tomcat/jakarta-tomcat-4.0.1-src/webapps/tomcat-docs/appdev/index.xml BUILD FAILED