You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alexander Murmann (JIRA)" <ji...@apache.org> on 2019/03/30 00:11:00 UTC

[jira] [Updated] (GEODE-5108) Geode examples should only run gradle tasks

     [ https://issues.apache.org/jira/browse/GEODE-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Murmann updated GEODE-5108:
-------------------------------------
    Labels: EaseOfUse  (was: )

> 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
>            Priority: Major
>              Labels: EaseOfUse
>
> 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)