changeset 11395:a8e618fd8868

In verbose mode, if vmdir is set, output the directory where we are looking for the built jdk
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 22 Aug 2013 14:19:14 +0200
parents 40c7cbe31aa9
children a268b0de65d6
files mx/commands.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Thu Aug 22 14:06:25 2013 +0200
+++ b/mx/commands.py	Thu Aug 22 14:19:14 2013 +0200
@@ -344,6 +344,8 @@
                 pass
     else:
         if not exists(jdk):
+            if _vmdir and mx._opts.verbose:
+                mx.log("Cound not find jdk dir at " + jdk)
             _handle_missing_VM(build, vmToCheck if vmToCheck else 'graal')
             
     if installGraalJar: