Repository: ant Updated Branches: refs/heads/1.9.x ad8630572 -> 8d3744ee7
try debugging Jenkins Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8d3744ee Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8d3744ee Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8d3744ee Branch: refs/heads/1.9.x Commit: 8d3744ee73e6e7cd4459799bccf7309788d1784d Parents: ad86305 Author: Stefan Bodewig <[email protected]> Authored: Mon Jul 25 18:50:34 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Mon Jul 25 18:50:34 2016 +0200 ---------------------------------------------------------------------- bootstrap.bat | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/8d3744ee/bootstrap.bat ---------------------------------------------------------------------- diff --git a/bootstrap.bat b/bootstrap.bat index 2f919b3..be2ec0b 100755 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -53,6 +53,7 @@ echo JAVA_HOME=%JAVA_HOME% echo JAVA=%JAVA% echo JAVAC=%JAVAC% echo CLASSPATH=%CLASSPATH% +echo ANT_HOME=%ANT_HOME% if "%OS%" == "Windows_NT" if exist %CLASSDIR%\nul rmdir/s/q %CLASSDIR% if not "%OS%" == "Windows_NT" if exist %CLASSDIR%\nul deltree/y %CLASSDIR%
