You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (Jira)" <ji...@apache.org> on 2020/06/25 20:32:00 UTC

[jira] [Commented] (SUREFIRE-1810) Surefire plugin SurefireBooterForkException if path has Spaces in the name

    [ https://issues.apache.org/jira/browse/SUREFIRE-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17145816#comment-17145816 ] 

Tibor Digana commented on SUREFIRE-1810:
----------------------------------------

[~Heatmanofurioso]
Are you sure that you executed the build with 3.0.0-M5?
Because i can see M4 in your logs:
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ context ---

> Surefire plugin SurefireBooterForkException if path has Spaces in the name
> --------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1810
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1810
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 3.0.0-M5
>         Environment: OS:	Microsoft Windows 10 Pro 10.0.19041 Build 19041
> Maven: 3.6.3
> Java: "11.0.7" 2020-04-14 LTS | Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS) | Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
>            Reporter: Tiago Jorge Proença Gaspar Casinhas
>            Priority: Major
>              Labels: newbie
>         Attachments: dump2.txt
>
>
> When I attempt to run tests using `mvn clean install` or similar commands that run through the verify phase, I get a SurefireBooterForkException if the path to my project contains any space.
> Example: +C:\Users\tcasinhas\Documents\Git\My Project\mproj-subproj-cases+
>  
> If I remove the space, the build runs sucessfully.
> Example: +C:\Users\tcasinhas\Documents\Git\My-Project\mproj-subproj-cases+
> Notes:
>  I ommited the company and project name, but left everything else in the dump as is.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)