You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Ivan Skrypynets (Jira)" <ji...@apache.org> on 2021/11/05 07:10:00 UTC

[jira] [Created] (GROOVY-10345) Any of the existing groovy versions aren't fully compatible with POSIX

Ivan Skrypynets created GROOVY-10345:
----------------------------------------

             Summary: Any of the existing groovy versions aren't fully compatible with POSIX
                 Key: GROOVY-10345
                 URL: https://issues.apache.org/jira/browse/GROOVY-10345
             Project: Groovy
          Issue Type: Bug
            Reporter: Ivan Skrypynets


Any of the existing groovy versions can't be run if its path contains an ampersand ("&") symbol on Windows. So I assume that any of the existing groovy versions aren't fully compatible with POSIX.

How to reproduce this issue.

Try to run groovy if its path contains an ampersand ("&") symbol.
{code:java}
D:\Temp\groovy && posix path>groovy-3.0.9\bin\groovy.bat -version
'posix' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.{code}



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