You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Jérôme Leroux (JIRA)" <ji...@apache.org> on 2014/01/24 15:28:38 UTC

[jira] [Created] (EASYANT-61) Error in easyant.bat script when EASYANT_HOME path contains a space

Jérôme Leroux created EASYANT-61:
------------------------------------

             Summary: Error in easyant.bat script when EASYANT_HOME path contains a space
                 Key: EASYANT-61
                 URL: https://issues.apache.org/jira/browse/EASYANT-61
             Project: EasyAnt
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.9, 0.10, 1.0
         Environment: Windows
            Reporter: Jérôme Leroux


When EASYANT_HOME path contains a space, the easyant.bat script fails. Some double-quotes must be added.

Line 37 in easyant.bat must be modified. The reference to the %EASYANT_HOME% must be enclosed by *"*:
{code}
    set EASYANT_OPTS=-Deasyant.home="%EASYANT_HOME%" %EASYANT_OPTS%
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)