Incorrect splitting of command line arguments in ForkConfiguration ------------------------------------------------------------------
Key: SUREFIRE-55 URL: http://jira.codehaus.org/browse/SUREFIRE-55 Project: surefire Issue Type: Bug Affects Versions: 2.1, 2.2 Environment: any Reporter: Walco van Loon Attachments: argline.patch ForkConfiguration.createCommandLine splits argLine on spaces, where it should use org.codehaus.plexus.util.cli.Commandline.setLine to create an argLine which splits quoted arguments containing spaces correctly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira