curcuru     00/08/21 07:35:55

  Modified:    java     build.sh
  Log:
  Fix ant.home property (bindir should be below it)
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/java/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  2000/08/01 21:48:17     1.1
  +++ build.sh  2000/08/21 14:35:55     1.2
  @@ -34,7 +34,7 @@
   echo "Starting Ant with targets: $@"
   echo "        ...with classpath: $TEMP_CP"
   
  -"$JAVA_HOME"/bin/java -Dant.home="$BINDIR" -classpath "$TEMP_CP" 
org.apache.tools.ant.Main $@
  +"$JAVA_HOME"/bin/java -Dant.home=. -classpath "$TEMP_CP" 
org.apache.tools.ant.Main $@
   
   echo "build.sh complete!"
   
  
  
  

Reply via email to