Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JDO 2 rc1
-
None
Description
When tokenizing e.g. class names, the tokenizer should allow spaces, commas, and semicolons as delimiters. With this change, it's possible to use this maven command:
maven -Djdo.tck.cfglist=pm.conf,pmf.conf runtck.jdori
without having to quote the cfglist:
maven -Djdo.tck.cfglist="pm.conf pmf.conf" runtck.jdori
Minor usability improvement.