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 explicitly list any of those
  dependencies.  

3. what is CATALINA_HOME ? I think this should bring in servlet.jar
 From the build.xml:
     fileset dir="${catalina.home}/common/lib"
      include name="*.jar"/
   /fileset

At 02:32 PM 11/27/02 -0500, you wrote:
>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%
>apache2.home=%APACHE2_HOME%
>apr.include=${apache2.home}/include
>apr.lib=${apache2.home}/lib
>so.debug=true
>so.optimize=false
>so.profile=false
>
>I then ran "Ant" in the same directory and it came up with a lot of compiler
>errors saying that it could not import "org.apache.tomcat.util.*" and that
>the package does not exist. Those classes are found in tomcat-util.jar and
>is located in %TOMCAT_HOME%/server/lib. I tried to put that in my CLASSPATH
>environment variable and then ran Ant again, but still it had the same
>errors. I am new to Ant and would appreciate any help.
>
>Thanks,
>Kevin
>
>Kevin Andryc
>Web Systems Engineer
>MISER
>http://www.umass.edu/miser/
>Phone: (413)-545-3460
>[EMAIL PROTECTED]
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to