diff mx/mx_graal.py @ 15913:67e0015b21d6

Use new jacocoreport version
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 26 May 2014 18:18:19 +0200
parents 7d1690e145ae
children 7c84f0ce7cae
line wrap: on
line diff
--- a/mx/mx_graal.py	Mon May 26 17:43:45 2014 +0200
+++ b/mx/mx_graal.py	Mon May 26 18:18:19 2014 +0200
@@ -1834,7 +1834,7 @@
         out = args[0]
     elif len(args) > 1:
         mx.abort('jacocoreport takes only one argument : an output directory')
-    mx.run_java(['-jar', jacocoreport.get_path(True), '-in', 'jacoco.exec', '-g', join(_graal_home, 'graal'), out])
+    mx.run_java(['-jar', jacocoreport.get_path(True), '--in', 'jacoco.exec', '--out', out] + [p.dir for p in mx.projects()])
 
 def sl(args):
     """run an SL program"""