GitHub user vveider opened a pull request:
https://github.com/apache/ignite/pull/3450 IGNITE-898: Fixed error when path to Ignite folder contains whitespaces
* Fixed error when path to ignite folder contains whitespaces
* Fixed error when path to ignite folder contains whitespaces (for Windows batch files)
* Fixed condition operator for paths with spaces
* Returned full path to java.exe
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-898
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3450.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3450
----
commit 673868239558d7350c3bfbb8d9d95565772e371b
Author: alexzaitzev <mail@...>
Date: 2018-01-29T15:36:41Z
IGNITE-898: Fixed error when path to Ignite folder contains whitespaces
* Fixed error when path to ignite folder contains whitespaces
* Fixed error when path to ignite folder contains whitespaces (for Windows batch files)
* Fixed condition operator for paths with spaces
* Returned full path to java.exe
----
---