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

ASF subversion and git services commented on GEODE-2831:
--------------------------------------------------------

Commit 9f47738133a5dfaebc06dd4a73241b98f49fa4c4 in geode-examples's branch 
refs/heads/release/1.2.0 from [~amb]
[ https://git-wip-us.apache.org/repos/asf?p=geode-examples.git;h=9f47738 ]

GEODE-2831 Parameterize build for release verification

Add two gradle properties to allow the geode download url and
repository url to be configured on the command line.  This will
allow the release manager to test examples against a release
candidate.

./gradlew runAll \
  -PgeodeReleaseUrl="https://www.apache.org/dist/geode/1.1.1"; \
  
-PgeodeRepositoryUrl="https://repository.apache.org/content/repositories/releases";


> Make it easier to create an example
> -----------------------------------
>
>                 Key: GEODE-2831
>                 URL: https://issues.apache.org/jira/browse/GEODE-2831
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Anthony Baker
>             Fix For: 1.2.0
>
>
> We should simplify the examples to make them simpler to understand and easier 
> to extend.
> Ideas:
> - Shrink the example code to a single pane of code where possible
> - Use gfsh scripts instead of bash scripts
> - Remove use of environment variables
> - Balance unit tests with readability



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to