Karen Smoler Miller created GEODE-5108:
------------------------------------------
Summary: Geode examples should only run gradle tasks
Key: GEODE-5108
URL: https://issues.apache.org/jira/browse/GEODE-5108
Project: Geode
Issue Type: Improvement
Components: examples
Reporter: Karen Smoler Miller
Some of the Geode examples have instructions that have the user invoke gfsh
commands instead of gradle tasks. This is likely to lead to frustration on the
part of the person running an example, as which gfsh is picked up bound to be
wrong, or not anywhere within the person's PATH.
There's an easy fix for this, because gradle sets the path to the correct gfsh.
Change any Geode example's instruction that says
$ gfsh run --file=scripts/start.gfsh
to instead be
$ ../gradlew start
And, change any Geode example's instruction that says
$ gfsh run --file=scripts/stop.gfsh
to instead be
$ ../gradlew stop
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)