You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/03/25 18:49:39 UTC

[2/2] ant git commit: try debugging Jenkins build failure on Windows

try debugging Jenkins build failure on Windows


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8becd9dd
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8becd9dd
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8becd9dd

Branch: refs/heads/master
Commit: 8becd9dd7c8b8e2915a816b0598a9da43543db7c
Parents: 057c3f8
Author: Stefan Bodewig <bo...@apache.org>
Authored: Fri Mar 25 18:48:57 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Fri Mar 25 18:48:57 2016 +0100

----------------------------------------------------------------------
 bootstrap.bat | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/8becd9dd/bootstrap.bat
----------------------------------------------------------------------
diff --git a/bootstrap.bat b/bootstrap.bat
index 2f919b3..a901e3f 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -49,6 +49,10 @@ set CLASSDIR=build\classes
 
 SET CLASSPATH=%LOCALCLASSPATH%;%CLASSDIR%;src\main;%CLASSPATH%
 
+echo Content of %JAVA_HOME%
+dir %JAVA_HOME%
+echo Content of %JAVA_HOME%\bin
+dir %JAVA_HOME%\bin
 echo JAVA_HOME=%JAVA_HOME%
 echo JAVA=%JAVA%
 echo JAVAC=%JAVAC%