craigmcc 01/03/01 15:04:50 Modified: . build.bat Log: Pass "ant.home" to the build script. Revision Changes Path 1.3 +2 -2 jakarta-watchdog-4.0/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/build.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.bat 2000/12/05 21:34:20 1.2 +++ build.bat 2001/03/01 23:04:50 1.3 @@ -1,5 +1,5 @@ @echo off -rem $Id: build.bat,v 1.2 2000/12/05 21:34:20 pierred Exp $ +rem $Id: build.bat,v 1.3 2001/03/01 23:04:50 craigmcc Exp $ rem Build file for stoopid dos machines SET _ANTHOME=%ANT_HOME% @@ -20,7 +20,7 @@ :next echo Using classpath: %CLASSPATH% -%JAVA_HOME%\bin\java org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 +%JAVA_HOME%\bin\java org.apache.tools.ant.Main -Dant.home=%ANT_HOME% %1 %2 %3 %4 %5 %6 %7 %8 %9 :clean
