changeset 12497:98caa3872d83

gate: clean and build IGV (not GV)
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 21 Oct 2013 16:07:32 +0200
parents c82ed607fada
children 249c54db0276
files mx/commands.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Mon Oct 21 16:07:29 2013 +0200
+++ b/mx/commands.py	Mon Oct 21 16:07:32 2013 +0200
@@ -989,8 +989,8 @@
     global _jacoco
     _jacoco = 'off'
 
-    t = Task('CleanAndBuildGraalVisualizer')
-    mx.run(['ant', '-f', join(_graal_home, 'visualizer', 'build.xml'), '-q', 'clean', 'build'])
+    t = Task('CleanAndBuildIdealGraphVisualizer')
+    mx.run(['ant', '-f', join(_graal_home, 'src', 'share', 'tools', 'IdealGraphVisualizer', 'build.xml'), '-q', 'clean', 'build'])
     tasks.append(t.stop())
 
     # Prevent Graal modifications from breaking the standard builds