# HG changeset patch # User Bernhard Urban # Date 1382364452 -7200 # Node ID 98caa3872d83a3fc044000385c4c076a573f5015 # Parent c82ed607fada9aaad2b154b467f6323e096f4b0f gate: clean and build IGV (not GV) diff -r c82ed607fada -r 98caa3872d83 mx/commands.py --- 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