You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by cr...@apache.org on 2001/03/15 02:32:26 UTC

cvs commit: jakarta-watchdog-4.0 build.sh

craigmcc    01/03/14 17:32:26

  Modified:    .        build.sh
  Log:
  Pass the value of the ANT_HOME environment variable.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-watchdog-4.0/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/build.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.sh	2001/02/03 22:01:20	1.4
  +++ build.sh	2001/03/15 01:32:26	1.5
  @@ -1,6 +1,6 @@
   #!/bin/sh
   #
  -# $Id: build.sh,v 1.4 2001/02/03 22:01:20 craigmcc Exp $
  +# $Id: build.sh,v 1.5 2001/03/15 01:32:26 craigmcc Exp $
   # Ksh wrapper around ant build system.
   
   baseDir=`pwd`
  @@ -22,5 +22,5 @@
   
   echo Building with classpath $CLASSPATH
   
  -java org.apache.tools.ant.Main $*
  +java org.apache.tools.ant.Main -Dant.home=$ANT_HOME $*