Maven tokenizing should use " ,;" instead of " "
------------------------------------------------
Key: JDO-338
URL: http://issues.apache.org/jira/browse/JDO-338
Project: JDO
Type: Improvement
Components: tck20
Versions: JDO 2 rc1
Reporter: Craig Russell
Assigned to: Craig Russell
Fix For: JDO 2 final
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira