From c3a1e41dbbd2af198c4cecaeb3f9b777fa668caf Mon Sep 17 00:00:00 2001 From: metasim Date: Sun, 19 Nov 2000 04:22:49 +0000 Subject: [PATCH] Removed checking of default ant install location. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268207 13f79535-47bb-0310-9956-ffa450edef68 --- src/antidote/bin/antidote.bat | 14 +++++++------- src/antidote/build.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/antidote/bin/antidote.bat b/src/antidote/bin/antidote.bat index dc2650d7c..f7f74c9ef 100644 --- a/src/antidote/bin/antidote.bat +++ b/src/antidote/bin/antidote.bat @@ -19,15 +19,15 @@ rem find ANT_HOME if not "%ANT_HOME%"=="" goto checkJava rem check for ant in Program Files on system drive -if not exist "%SystemDrive%\Program Files\ant" goto checkSystemDrive -set ANT_HOME=%SystemDrive%\Program Files\ant -goto checkJava +rem if not exist "%SystemDrive%\Program Files\ant" goto checkSystemDrive +rem set ANT_HOME=%SystemDrive%\Program Files\ant +rem goto checkJava -:checkSystemDrive +rem :checkSystemDrive rem check for ant in root directory of system drive -if not exist "%SystemDrive%\ant" goto noAntHome -set ANT_HOME=%SystemDrive%\ant -goto checkJava +rem if not exist "%SystemDrive%\ant" goto noAntHome +rem set ANT_HOME=%SystemDrive%\ant +rem goto checkJava :noAntHome echo ANT_HOME is not set and ant could not be located. Please set ANT_HOME. diff --git a/src/antidote/build.xml b/src/antidote/build.xml index f23278597..9a24f3d3f 100644 --- a/src/antidote/build.xml +++ b/src/antidote/build.xml @@ -31,7 +31,7 @@ - +