You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/12/06 21:24:01 UTC

[jira] [Issue Comment Deleted] (MNG-6350) Maven 3.5.2 Command Line mvn.cmd fails on path names containing round bracket "()" chars

     [ https://issues.apache.org/jira/browse/MNG-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte updated MNG-6350:
--------------------------------
    Comment: was deleted

(was: michael-o commented on a change in pull request #194: MNG-6350 - Test + System property to disable global model cache
URL: https://github.com/apache/maven/pull/194#discussion_r238857991
 
 

 ##########
 File path: maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
 ##########
 @@ -84,4 +88,36 @@ public void testVersionlessManagedDependency()
             // this is expected
         }
     }
+
+    public void testReadModifiedPoms() throws Exception {
 
 Review comment:
   I do agree, but we won't able to change them for now. Even if it is a bad format, it should be consistently bad.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
)

> Maven 3.5.2 Command Line mvn.cmd fails on path names containing round bracket "()" chars
> ----------------------------------------------------------------------------------------
>
>                 Key: MNG-6350
>                 URL: https://issues.apache.org/jira/browse/MNG-6350
>             Project: Maven
>          Issue Type: Bug
>          Components: Command Line
>    Affects Versions: 3.5.2
>         Environment: Windows OS
>            Reporter: Markus Hoffrogge
>            Assignee: Robert Scholte
>            Priority: Major
>              Labels: windows
>         Attachments: mvn.cmd_roundBrackets_1.png, mvn.cmd_roundBrackets_2.png
>
>
> If the absolute path name of the -f command line parameter contains round bracket characters "(" or ")", then the command line mvn.cmd fails with "... was unexpected at this time".
> The issue can be easily fixed in mvn.cmd, 3.5.2 for he appropriate echo statements:
> line 120: enclose %FILE_ARGS% by "" -> "%FILE_ARGS%"
> line 129: same for %POM_DIR% and %FILE_ARGS%
> The screenshots attached have been created with env var MAVEN_BATCH_ECHO=on.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)