summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.bat')
-rwxr-xr-xbootstrap.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 4118a8617..31e29af5b 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -50,11 +50,12 @@ echo.
echo ... Copying Required Files
copy %TOOLS%\ant\taskdefs\*.properties %CLASSDIR%\org\apache\tools\ant\taskdefs
+copy %TOOLS%\ant\types\*.properties %CLASSDIR%\org\apache\tools\ant\types
echo.
echo ... Building Ant Distribution
-%JAVA% org.apache.tools.ant.Main clean main bootstrap %1 %2 %3 %4 %5
+%JAVA% %ANT_OPTS% org.apache.tools.ant.Main clean main bootstrap %1 %2 %3 %4 %5
echo.
echo ... Cleaning Up Build Directories