summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2000-11-15 17:45:41 +0000
committerStefan Bodewig <bodewig@apache.org>2000-11-15 17:45:41 +0000
commit1375d72ba33469d368c812a889ab11e9ffe6200e (patch)
tree2019838240c05c1bf02b49e19a88a01f31ab20eb /bootstrap.bat
parentb86a0a2830f81aa373a40ca7db51c5308f58550a (diff)
downloadant-1375d72ba33469d368c812a889ab11e9ffe6200e.tar.gz
First part of the scanDir refactoring. This is just a starter to show
what I want to accomplish. All tasks using a scanDir method to find the source files that are newer than there targets should get a similar treatment as <copy>. The major benefit is not to have the functionality in one place but the added flexibility you get, when you allow the user to specify a custom FileNameMapper to a task (not there yet). Nothing (especially not the names) is carved into stone of course. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268190 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 31e29af5b..29bfc0e6f 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\types\*.java %TOOLS%\ant\taskdefs\*.java
+%JAVAC% -d %CLASSDIR% %TOOLS%\tar\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java %TOOLS%\ant\util\*.java
echo.
echo ... Copying Required Files