summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e0cc89576a..3292cd778b 100644
--- a/build.xml
+++ b/build.xml
@@ -182,6 +182,7 @@ INITIALISATION
<fail>System environment could not be determined</fail>
</else>
</if>
+ <echo>Java environment: ${java.home}</echo>
</target>
<target name="setup" depends="init">