You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Karen Smoler Miller (JIRA)" <ji...@apache.org> on 2018/04/19 00:26:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443382#comment-16443382 ] 

Karen Smoler Miller commented on GEODE-5108:
--------------------------------------------

Examples that should change:
- async
- eviction
- expiration
- functions
- indexes
-listener
- loader
- persistence
- putall
- serialization
- transaction
- writer



> 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
>
> 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)