You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Axel Fontaine (JIRA)" <ji...@codehaus.org> on 2010/11/05 13:55:04 UTC

[jira] Created: (SUREFIRE-657) Surefire silently fails when argLine contains tabs or newlines

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

        

[jira] Closed: (SUREFIRE-657) Surefire silently fails when argLine contains tabs or newlines

Posted by "Kristian Rosenvold (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Rosenvold closed SUREFIRE-657.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7
         Assignee: Kristian Rosenvold

Fixed in r1033565

> 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
>            Assignee: Kristian Rosenvold
>             Fix For: 2.7
>
>
> 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