[
https://issues.apache.org/jira/browse/GEODE-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dick Cavender closed GEODE-5108.
--------------------------------
> 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
> Assignee: Alberto Bustamante Reyes
> Priority: Major
> Labels: EaseOfUse, pull-request-available, starter
> Fix For: 1.10.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)