PDA

View Full Version : Spring Gemfire 1.1.0.M2 Hello World sample not found



wxlund
Sep 21st, 2011, 06:43 PM
When I download spring-gemfire I cannot find a pom or sample to run. Chapter 4 of the Reference Documentation says that it can be run either through STS or mvn:exec:java along with a display showing some sample puts and gets from the cmdline but I can't see it in the distribution. Can someone point me to the sample?

Thanks,

Wayne

wxlund
Sep 22nd, 2011, 12:28 PM
Never mind. Found it. After locating the directory I did a mvn install:install-file -DgroupId=com.gemstone.gemfire -DartifactId=gemfire -Dversion=6.6 -Dpackaging=jar -Dfile=/Applications/springsource/vFabric_GemFire_66/lib/gemfire.jar and "gradle run" works fine for the demo now.