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/28 11:06:54 UTC

ant git commit: Revert "try debugging Jenkins build failure on Windows"

Repository: ant
Updated Branches:
  refs/heads/master 8becd9dd7 -> 53c776e45


Revert "try debugging Jenkins build failure on Windows"

This reverts commit 8becd9dd7c8b8e2915a816b0598a9da43543db7c.


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

Branch: refs/heads/master
Commit: 53c776e452a8a32f31dac6c5f9da465fbfe4b0bb
Parents: 8becd9d
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Mar 28 11:06:36 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Mar 28 11:06:36 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/ant/blob/53c776e4/bootstrap.bat
----------------------------------------------------------------------
diff --git a/bootstrap.bat b/bootstrap.bat
index a901e3f..2f919b3 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -49,10 +49,6 @@ 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%