You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by st...@locus.apache.org on 2000/09/17 01:52:22 UTC

cvs commit: jakarta-tomcat-4.0 build.sh

stefano     00/09/16 16:52:22

  Modified:    .        build.sh
  Log:
  doesn't work if JAXP is not present in the classpath already
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-4.0/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh	2000/08/26 01:18:07	1.1
  +++ build.sh	2000/09/16 23:52:21	1.2
  @@ -21,7 +21,7 @@
   #   SERVLETAPI_HOME  Must point at your "jakarta-servletapi" installation.
   #                    [../jakarta-servletapi]
   #
  -# $Id: build.sh,v 1.1 2000/08/26 01:18:07 craigmcc Exp $
  +# $Id: build.sh,v 1.2 2000/09/16 23:52:21 stefano Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -61,7 +61,7 @@
   
   # ----- Set Up The Runtime Classpath ------------------------------------------
   
  -CP=$ANT_HOME/lib/ant.jar:$JAVA_HOME/lib/tools.jar
  +CP=$ANT_HOME/lib/ant.jar:$JAVA_HOME/lib/tools.jar:$JAXP_HOME/jaxp.jar:$JAXP_HOME/parser.jar
   if [ "$CLASSPATH" != "" ] ; then
     CP=$CLASSPATH:$CP
   fi