GitHub user Haydend opened a pull request:
https://github.com/apache/activemq-artemis/pull/1634
Removed quotation marks from if statement in artemis.cmd
These were causing an error when %ARTEMIS_HOME% string contains quotes
also, for example : "C:\Program Files\Apache\Artemis\apache-artemis-2.3.0"
Error produced :
C:\>artemis
Files\Apache\Artemis\apache-artemis-2.3.0""=="" was unexpected at this time.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Haydend/activemq-artemis SPACE_FIX
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1634.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1634
----
commit 1c5a82531fd4027abe6023e85f9e00a2cf4048e3
Author: Hayden Dunnicliffe <[email protected]>
Date: 2017-11-02T16:10:25Z
Removed quotation marks from if statement in artemis.cmd
These were causing an error when %ARTEMIS_HOME% string contains quotes
also, for example : "C:\Program Files\Apache\Artemis\apache-artemis-2.3.0"
----
---