You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/04/01 00:02:12 UTC

incubator-geode git commit: GEODE-1157: Update build doc

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-78 aad5d66c5 -> ffc98ad35


GEODE-1157: Update build doc


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ffc98ad3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ffc98ad3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ffc98ad3

Branch: refs/heads/feature/GEODE-78
Commit: ffc98ad35cc3b91fda79655083b9e23f83698e61
Parents: aad5d66
Author: Jens Deppe <jd...@pivotal.io>
Authored: Thu Mar 31 15:02:08 2016 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Thu Mar 31 15:02:08 2016 -0700

----------------------------------------------------------------------
 geode-jvsd/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ffc98ad3/geode-jvsd/README.txt
----------------------------------------------------------------------
diff --git a/geode-jvsd/README.txt b/geode-jvsd/README.txt
index 4656063..1a4ded9 100644
--- a/geode-jvsd/README.txt
+++ b/geode-jvsd/README.txt
@@ -19,7 +19,7 @@ $git branch feature/GEODE-78 origin/feature/GEODE-78
 $git checkout feature/GEODE-78
 
 # Build and install the third party charting library, MultiAxisChartFX.
-$./gradlew geode-jvsd:MultiAxisChart
+$./gradlew geode-jvsd:clean geode-jvsd:MultiAxisChart
 
 #######################################################################################################################
 ####################################################		BUILD 		###############################################