ant tasks for 3.3

2002-05-22 Thread Jason Corley
I'm trying to use Keith's ant tasks for tomcat 3.3 and I'm having some issues. I'm not sure if I'm doing something wrong or if there is an incompatibility somewhere. I have the tomcat 3.3a RPMs installed, and I'm using ant 1.5b1. My build.xml (I added the line breaks on the CLASSPATH

RE: ant tasks for 3.3

2002-05-22 Thread Keith Wannamaker
- | From: Jason Corley [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, May 22, 2002 9:16 AM | To: [EMAIL PROTECTED] | Subject: ant tasks for 3.3 | | | | I'm trying to use Keith's ant tasks for tomcat 3.3 and I'm having some issues. I'm |not sure if I'm doing something wrong

RE: ant tasks for 3.3

2002-05-22 Thread Jason Corley
Subject: RE: ant tasks for 3.3 Hmm, you might try taking xerces out the CLASSPATH property if there is already one in {ant.home}/lib I would guess there are two copies of an XML provider in your classpath.. are you using JDK1.4? I did a google on this error and apparently it comes up a lot. Keith