comparison mxtool/mx.py @ 13480:6215ff792647

put warning about missing Eclipse metadata directory behind -v option
author Doug Simon <doug.simon@oracle.com>
date Thu, 26 Dec 2013 12:07:07 +0100
parents 4a3628c79ff9
children d3bd7a3bbb2b
comparison
equal deleted inserted replaced
13479:606959535fd4 13480:6215ff792647
3213 wsroot = expected_wsroot 3213 wsroot = expected_wsroot
3214 3214
3215 wsdir = join(wsroot, wsloc) 3215 wsdir = join(wsroot, wsloc)
3216 if not exists(wsdir): 3216 if not exists(wsdir):
3217 wsdir = wsroot 3217 wsdir = wsroot
3218 log('Could not find Eclipse metadata directory. Please place ' + wsfilename + ' in ' + wsloc + ' manually.') 3218 logv('Could not find Eclipse metadata directory. Please place ' + wsfilename + ' in ' + wsloc + ' manually.')
3219 wspath = join(wsdir, wsfilename) 3219 wspath = join(wsdir, wsfilename)
3220 3220
3221 # gather working set info from project data 3221 # gather working set info from project data
3222 workingSets = dict() 3222 workingSets = dict()
3223 for p in projects(): 3223 for p in projects():