diff mx/mx_graal.py @ 14918:31a9c79399c8

disabled current Checkstyle configurations (until Checkstyle supports Java8)
author Doug Simon <doug.simon@oracle.com>
date Tue, 01 Apr 2014 18:51:14 +0200
parents b7afc71535d3
children 5c7718ae8c86
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Apr 01 15:50:55 2014 +0200
+++ b/mx/mx_graal.py	Tue Apr 01 18:51:14 2014 +0200
@@ -1710,7 +1710,7 @@
         if p.native:
             continue
 
-        csConfig = join(mx.project(p.checkstyleProj).dir, '.checkstyle_checks.xml')
+        csConfig = join(mx.project(p.checkstyleProj).dir, '.checkstyle_checks.xml.disabled')
         dom = xml.dom.minidom.parse(csConfig)
         for module in dom.getElementsByTagName('module'):
             if module.getAttribute('name') == 'RegexpHeader':