I had a similar problem with Tomcat 3.1, Ant 1.1 and Sun JDK 1.2.2 on
Solaris - the names of the jar files have changed, but the contents are
all there. Here's the change I made to build.sh to correct the classpath
- you probably need to do something similar:
<
cp=../jakarta-ant/lib/ant.jar:../jakarta-tools/moo.jar:../jakarta-ant/lib/xml.jar:../build/tomcat/classes:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dev.jar
---
>
cp=../jakarta-ant/lib/ant.jar:../jakarta-ant/lib/jaxp.jar:../jakarta-ant/lib/parser.jar:$JAVA_HOME/lib/tools.jar
Harry
----------------------------------------------------------------------
Harry Blundell Halcyon Inc. URL: http://www.HalcyonInc.com
2300 Yonge St., Suite 1801, Box 2419, Toronto ON M4P 1E4, Canada.
PHONE: 416-932-4631 FAX: 416-932-4711 EMAIL: [EMAIL PROTECTED]
On Fri, 27 Oct 2000, Durham David R CNTR AMC CSS/SAS wrote:
>
> I'm trying to install tomcat on a redhat 7 system. I'm getting an error
> message saying that "../jakarta-ant/lib/xml.jar does not exist". I checked
> that location and the file is not there, but I'm not sure what I did wrong
> when I installed jakarta-ant. Can anyone help?
>
>
>
> David R Durham