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)