Errors when compiling Tomcat Connectors

2002-11-27 Thread Kevin Andryc
I downloaded the Tomcat connectors (jakarta-tomcat-connectors-4.1.12-src) and Ant version 1.5.1. I unzipped that to an appropriate directory and then edited the build.properties file located in jakarta-tomcat-connectors-4.1.12/jk. Such that it looks like this: tomcat40.home=%TOMCAT_HOME%

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread Paul Campbell
1. Do you mean TOMCAT_HOME or CATALINA_HOME. The docs refer to CATALINA_HOME.. 2. from http://boats:8080/tomcat-docs/appdev/build.xml.txt under External Dependencies Because we will automatically include all of the Java classes that Tomcat 4 exposes to web applications, we will not need to

RE: Errors when compiling Tomcat Connectors

2002-11-27 Thread Kevin Andryc
Andryc Web Systems Engineer MISER http://www.umass.edu/miser/ Phone: (413)-545-3460 [EMAIL PROTECTED] -Original Message- From: Paul Campbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 2:51 PM To: Tomcat Users List Subject: Re: Errors when compiling Tomcat Connectors 1. Do

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread Rasputin
* Kevin Andryc [EMAIL PROTECTED] [1115 20:15]: Both CATALINA_HOME and TOMCAT_HOME are set in my environment variables. Still, when I try to build the connectors using Ant, it contains error. Here is the error code: BUILD FAILED File:C:/Program Files/Apache Group/Tomcat

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread David Brown
Kevin Andryc writes: I downloaded the Tomcat connectors (jakarta-tomcat-connectors-4.1.12-src) and Ant version 1.5.1. I unzipped that to an appropriate directory and then edited the build.properties file located in jakarta-tomcat-connectors-4.1.12/jk. Such that it looks like this: