diff mx/commands.py @ 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 66251d9f62ab
children 2d228d304247 e45b540b0ef2
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: