You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/08/24 14:38:11 UTC

cvs commit: xml-xalan build.sh

curcuru     00/08/24 05:38:07

  Modified:    .        build.sh
  Log:
  Added ANT_HOME and updated location of ant.jar (moved to bin/)
  
  Revision  Changes    Path
  1.10      +5 -3      xml-xalan/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.sh	2000/06/28 19:28:52	1.9
  +++ build.sh	2000/08/24 12:38:05	1.10
  @@ -17,10 +17,12 @@
   # if we're on a Windows box make it ;
   uname | grep WIN && CLPATHSEP=\;
   
  -# Update SERVLET to point to JAR containing javax.servlet and javax.servlet.http packages.
  -SERVLET=/jswdk-1.0.1/lib/servlet.jar
  +# Note: to build samples, you need the servlet.jar in the CLASSPATH
  +# SERVLET=/jswdk-1.0.1/lib/servlet.jar
   
  -ANT=./ant.jar
  +# Use our local copy of Ant, since different versions may be incompatible with our build.xml
  +ANT_HOME=.
  +ANT=bin/ant.jar
   JAVAC=$JAVA_HOME/lib/tools.jar
   XERCES=./xerces.jar
   BSF=./bsf.jar