You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by alexzaitzev <gi...@git.apache.org> on 2017/09/21 11:03:23 UTC

[GitHub] ignite pull request #2714: IGNITE-898: Fixed error when path to Ignite folde...

GitHub user alexzaitzev opened a pull request:

    https://github.com/apache/ignite/pull/2714

    IGNITE-898: Fixed error when path to Ignite folder contains whitespaces

    Changes in build-classpath.sh fix the problem. setenv.sh was also changed to prevent problems with user libs

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alexzaitzev/ignite IGNITE-898

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2714.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 #2714
    
----
commit 1671c3676c20407b86f074925ec9f000389125d8
Author: alexzaitzev <ma...@alexzaitzev.pro>
Date:   2017-09-21T09:17:44Z

    Fixed error when path to ignite folder contains whitespaces

----


---