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
   ant1.4-optional.jar to the correct location?

Yes.  I copied it to ${ant.home}/lib.

   Did you
   copy xalan.jar to ${ant.home}/lib?

Yes.

   Did you follow each
   step in building.txt?

As closely as possible.  The only things I did differently are:

1. I could find only JAXP/1.2, not JAXP/1.1

2. I found it necessary to copy jaxp.jar to ${ant.home}/lib,
   otherwise 'ant -projecthelp' failed.

3. I downloaded xerces-1.4.4, instead of 1.4.3

4. The instructions do not say what to do with the
   jdbc2_0-stdext.jar.  I put it under ${base.path}/jdbc2_0-stdext.

5. The instructions say little about the meaning of the various
   variables in build.properties.  I made my best guesses at various
   points.  I include my build.properties file below.



   What jdk are you using?

1.3.1.

Thanks!

KJ

P.S.  This is my build.properties file.  For the listing here, I
indented every line by two spaces, and marked with a '*' the four
lines that differ from their corresponding lines in
build.properties.sample.


  # ----- Compile Control Flags -----
  compile.debug=on
  compile.deprecation=off
  compile.optimize=on
  
  
  # ----- Build Control Flags
* full.dist=on
  #build.sysclasspath=ignore
  #flags.hide=on
  
  
  # ----- Default Base Path for Dependent Packages -----
* base.path=/usr/local/build/tomcat
  
  
  # ----- Jakarta Tomcat Connectors path -----
  jakarta-tomcat-connector.home=../../jakarta-tomcat-connectors
  
  
  # ----- Tomcat utils -----
  tomcat-util.jar=../lib/tomcat-util.jar
  
  
  # ----- JK 1.3 connector for Tomcat 4.0 -----
  tomcat-ajp.jar=../lib/tomcat-ajp.jar
  
  
  # ----- Jakarta Regular Expressions Library, version 1.2 -----
  regexp.jar=../lib/jakarta-regexp-1.2.jar
  
  
  # ----- Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -----
  servlet.home=${base.path}/jakarta-servletapi-4
  servlet.lib=${servlet.home}/lib
  servlet.jar=${servlet.lib}/servlet.jar
  
  
  # ----- Java Activation Framework (JAF), version 1.0.1 or later -----
  activation.home=${base.path}/jaf-1.0.1
  activation.lib=${activation.home}
  activation.jar=${activation.lib}/activation.jar
  
  
  # ----- Java API for XML Processing (JAXP), version 1.1 or later -----
* jaxp.home=${base.path}/jaxp-1.2
  jaxp.lib=${jaxp.home}
  crimson.jar=${jaxp.lib}/crimson.jar
  jaxp.jar=${jaxp.lib}/jaxp.jar
  xalan.jar=${jaxp.lib}/xalan.jar
  
  
  # ----- Java Database Connectivity (JDBC) Optional Package, version 2.0 -----
  jdbc20ext.home=${base.path}/jdbc2_0-stdext
  jdbc20ext.lib=${jdbc20ext.home}
  jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
  
  
  # ----- Java Mail, version 1.2 or later -----
  mail.home=${base.path}/javamail-1.2
  mail.lib=${mail.home}
  mail.jar=${mail.lib}/mail.jar
  
  
  # ----- Java Management Extensions (JMX) RI, version 1.0.1 or later -----
  jmx.home=${base.path}/jmx-ri_1.0.1/jmx
  jmx.lib=${jmx.home}/lib
  jmxri.jar=${jmx.lib}/jmxri.jar
  
  
  # ----- Java Naming and Directory Interface (JNDI), version 1.2 or later -----
  jndi.home=${base.path}/jndi-1.2.1
  jndi.lib=${jndi.home}/lib
  jndi.jar=${jndi.lib}/jndi.jar
  ldap.jar=${jndi.lib}/ldap.jar
  
  
  # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later -----
  jsse.home=${base.path}/jsse-1.0.2
  jsse.lib=${jsse.home}/lib
  jcert.jar=${jsse.lib}/jcert.jar
  jnet.jar=${jsse.lib}/jnet.jar
  jsse.jar=${jsse.lib}/jsse.jar
  
  
  # ----- Java Transaction API (JTA), version 1.0.1 or later -----
  jta.home=${base.path}/jta-spec1_0_1
  jta.lib=${jta.home}
  jta.jar=${jta.lib}/jta-spec1_0_1.jar
  
  
  # ----- JUnit Unit Test Suite, version 3.7 or later -----
  junit.home=${base.path}/junit3.7
  junit.lib=${junit.home}
  junit.jar=${junit.lib}/junit.jar
  
  
  # ----- Tyrex Data Source, version 0.9.7 -----
  tyrex.home=${base.path}/tyrex-0.9.7.0
  tyrex.lib=${tyrex.home}
  tyrex.jar=${tyrex.lib}/tyrex-0.9.7.0.jar
  
  
  # ----- Xerces XML Parser, version 1.4.3 or later -----
* xerces.home=${base.path}/xerces-1_4_4
  xerces.lib=${xerces.home}
  xerces.jar=${xerces.lib}/xerces.jar
  

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to