summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2000-07-19 13:00:46 +0000
committerStefan Bodewig <bodewig@apache.org>2000-07-19 13:00:46 +0000
commit3e3008a15b43ba87249ec8342bd5c944185ca026 (patch)
tree373125c0b72b867bf682b477ae302db83412f1de /bootstrap.bat
parent3e49b015c51a6c6deaedf791ad96a464af3b0454 (diff)
downloadant-3e3008a15b43ba87249ec8342bd5c944185ca026.tar.gz
New Execution Framework.
This new framework should ease development of tasks that need to execute external processes. <exec> now invokes ExecTask, a reimplementation of Exec that uses the new framework but has some additional features. Submitted by: Thomas Hass <thomas.haas@softwired-inc.com> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.bat')
-rwxr-xr-xbootstrap.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index c435657d3..9b6758d33 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -44,7 +44,7 @@ mkdir %CLASSDIR%
echo.
echo ... Compiling Ant Classes
-%JAVAC% -d %CLASSDIR% %TOOLS%\tar\*.java %TOOLS%\ant\*.java %TOOLS%\ant\taskdefs\*.java
+%JAVAC% -d %CLASSDIR% %TOOLS%\tar\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java
echo.
echo ... Copying Required Files