comparison mx/commands.py @ 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 3c11430f62d8
children 0aa37fd2f33e
comparison
equal deleted inserted replaced
12496:c82ed607fada 12497:98caa3872d83
987 jacocoreport([args.jacocout]) 987 jacocoreport([args.jacocout])
988 988
989 global _jacoco 989 global _jacoco
990 _jacoco = 'off' 990 _jacoco = 'off'
991 991
992 t = Task('CleanAndBuildGraalVisualizer') 992 t = Task('CleanAndBuildIdealGraphVisualizer')
993 mx.run(['ant', '-f', join(_graal_home, 'visualizer', 'build.xml'), '-q', 'clean', 'build']) 993 mx.run(['ant', '-f', join(_graal_home, 'src', 'share', 'tools', 'IdealGraphVisualizer', 'build.xml'), '-q', 'clean', 'build'])
994 tasks.append(t.stop()) 994 tasks.append(t.stop())
995 995
996 # Prevent Graal modifications from breaking the standard builds 996 # Prevent Graal modifications from breaking the standard builds
997 if args.buildNonGraal: 997 if args.buildNonGraal:
998 t = Task('BuildHotSpotVarieties') 998 t = Task('BuildHotSpotVarieties')