changeset 4235:23f41c48b19b

Re-enabled Java cleaning in gate.
author Doug Simon <doug.simon@oracle.com>
date Fri, 06 Jan 2012 14:22:57 +0100
parents 057620486c90
children 11383dafc318
files mx/commands.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Fri Jan 06 14:01:43 2012 +0100
+++ b/mx/commands.py	Fri Jan 06 14:22:57 2012 +0100
@@ -545,9 +545,9 @@
     total = Task('Gate')
     try:
         
-        #t = Task('CleanJava')
-        #clean(['--no-native'])
-        #t.stop()
+        t = Task('CleanJava')
+        clean(['--no-native'])
+        t.stop()
         
         t = Task('Checkstyle')
         if mx.checkstyle([]) != 0: