comparison mxtool/mx.py @ 5219:ddccd4abdb09

configured test source directory for graal.graph project
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Apr 2012 12:38:13 +0200
parents 70777e50f1e6
children b9db4fee6eb2
comparison
equal deleted inserted replaced
5218:c4696edb6e95 5219:ddccd4abdb09
1631 assert isdir(exclDir), 'excluded source directory listed in ' + exclude + ' does not exist or is not a directory: ' + exclDir 1631 assert isdir(exclDir), 'excluded source directory listed in ' + exclude + ' does not exist or is not a directory: ' + exclDir
1632 out.element('filter-data', {'value' : line}) 1632 out.element('filter-data', {'value' : line})
1633 out.close('filter') 1633 out.close('filter')
1634 1634
1635 out.close('fileset-config') 1635 out.close('fileset-config')
1636 update_file(dotCheckstyle, out.xml(indent='\t', newl='\n')) 1636 update_file(dotCheckstyle, out.xml(indent=' ', newl='\n'))
1637 1637
1638 out = XMLDoc() 1638 out = XMLDoc()
1639 out.open('projectDescription') 1639 out.open('projectDescription')
1640 out.element('name', data=p.name) 1640 out.element('name', data=p.name)
1641 out.element('comment', data='') 1641 out.element('comment', data='')