diff options
| author | Antoine Levy-Lambert <antoine@apache.org> | 2005-04-19 05:10:46 +0000 |
|---|---|---|
| committer | Antoine Levy-Lambert <antoine@apache.org> | 2005-04-19 05:10:46 +0000 |
| commit | dd6f6417d1ab366a540d86301f5439eef5498dd8 (patch) | |
| tree | 7b368d8e88eaaf9d4078084ccf301301b2604607 /src/script | |
| parent | c8d28cf5bad7033324108d796f617a46941d1b1a (diff) | |
| download | ant-dd6f6417d1ab366a540d86301f5439eef5498dd8.tar.gz | |
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
Diffstat (limited to 'src/script')
| -rwxr-xr-x | src/script/ant.bat | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
