[
https://issues.apache.org/jira/browse/GEODE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123901#comment-15123901
]
ASF GitHub Bot commented on GEODE-874:
--------------------------------------
GitHub user pdxrunner opened a pull request:
https://github.com/apache/incubator-geode/pull/82
Fixes GEODE-874
Replaced gradlew commands with gradle in text files.
Corrected classpath shown for compiling and running app in Geode in 5
Minutes section of README.md
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pdxrunner/incubator-geode feature/GEODE-874
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/82.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 #82
----
commit ccbc7b7b687be1d79d0b044a562e25e688c7c305
Author: Ken Howe <[email protected]>
Date: 2016-01-29T18:03:19Z
Fixes GEODE-874
Replaced gradlew commands with gradle in text files.
Corrected classpath shown for compiling and running app in Geode in 5
Minutes section of README.md
----
> v1.0.0-incubating.M1.RC2: Text file errors in the source distribution
> ---------------------------------------------------------------------
>
> Key: GEODE-874
> URL: https://issues.apache.org/jira/browse/GEODE-874
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: Kenneth Howe
> Assignee: Kenneth Howe
>
> gradlew script is not included in the Geode release packages, but it is
> called out in command examples in the following text files in the release
> source distribution:
> COMPILING.txt
> RUNNING.txt
> docker/Dockerfile
> gemfire-spark-connector/doc/1_building.md
> The easy fix is to change "gradlew" to "gradle" in affected files and include
> a requirement for the user to install gradle from gradle.org.
> There was a similar issue with README.md that was fixed for RC2.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)