From af1d9f41bb25e88838ef92c7e466d496dcc5e8b7 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Fri, 5 Jan 2001 08:06:39 +0000 Subject: [PATCH] Fixed up the use of _JAVACMD when using Jikes. Submitted by: Jeff Bailey git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268404 13f79535-47bb-0310-9956-ffa450edef68 --- src/bin/ant.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ant.bat b/src/bin/ant.bat index d58496fb7..aa8de1193 100755 --- a/src/bin/ant.bat +++ b/src/bin/ant.bat @@ -77,7 +77,7 @@ if not "%JIKESPATH%" == "" goto runAntWithJikes goto end :runAntWithJikes -%JAVACMD% -classpath %LOCALCLASSPATH% -Dant.home="%ANT_HOME%" -Djikes.class.path=%JIKESPATH% %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS% +%_JAVACMD% -classpath %LOCALCLASSPATH% -Dant.home="%ANT_HOME%" -Djikes.class.path=%JIKESPATH% %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS% :end if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat"