From dd6f6417d1ab366a540d86301f5439eef5498dd8 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 19 Apr 2005 05:10:46 +0000 Subject: ant.bat was missing runAntNoClasspath label for goto PR: 34510 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278146 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/ant.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/script') diff --git a/src/script/ant.bat b/src/script/ant.bat index d78839092..e2dafabdd 100755 --- a/src/script/ant.bat +++ b/src/script/ant.bat @@ -1,6 +1,6 @@ @echo off -REM Copyright 2001,2004 The Apache Software Foundation +REM Copyright 2001,2004-2005 The Apache Software Foundation REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. @@ -94,6 +94,10 @@ if not "%CLASSPATH%"=="" goto runAntWithClasspath "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS% goto end +:runAntNoClasspath +"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS% +goto end + :runAntWithClasspath "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS% goto end -- cgit v1.2.1