Surefire silently fails when argLine contains tabs or newlines
--------------------------------------------------------------

                 Key: SUREFIRE-657
                 URL: http://jira.codehaus.org/browse/SUREFIRE-657
             Project: Maven Surefire
          Issue Type: Bug
          Components: process forking
    Affects Versions: 2.6
            Reporter: Axel Fontaine


Surefire will silently fail without executing any tests if the argLine for the 
forked process contains tabs \t or newlines \n.

This commonly occurs when the argLine is long, and an IDE feels the need to 
break up the line while reformating the xml.

A solution could be to replace \t and \n with a space.

-- 
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

        

Reply via email to