Jens,
I used you guide mentioned below but am I am getting the following error, any 
clue what it could be ?
FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':geode-jvsd:compile'.
> Could not resolve com.pivotal.javafx:MultiAxisChart:1.0-SNAPSHOT.
  Required by:
      org.apache.geode:geode-jvsd:1.0.0-incubating-SNAPSHOT
   > Could not resolve com.pivotal.javafx:MultiAxisChart:1.0-SNAPSHOT.
      > Could not get resource 
'http://repo.spring.io/ext-release-local/com/pivotal/javafx/MultiAxisChart/1.0-SNAPSHOT/MultiAxisChart-1.0-SNAPSHOT.pom'.
         > Could not GET 
'http://repo.spring.io/ext-release-local/com/pivotal/javafx/MultiAxisChart/1.0-SNAPSHOT/MultiAxisChart-1.0-SNAPSHOT.pom'.
 Received status code 409 from server: Conflict

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Dor

From: Jens Deppe [mailto:[email protected]]
Sent: יום ג 16 פברואר 2016 17:32
To: [email protected]
Subject: Re: vsd and gemfire

Hi Dor,

In order to build the jvsd code, you would have to do something like this 
(taken from the jvsd README):

# Clone Geode from the Apache repository and checkout JVSD branch.
$git clone https://git-wip-us.apache.org/repos/asf/incubator-geode.git
$cd incubator-geode/
$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

###############     BUILD         ################

# Build Geode.
$./gradlew clean build installDist -Dskip.tests=true

# Build Only jVSD.
$./gradlew geode-jvsd:clean geode-jvsd:build geode-jvsd:installDist 
-Dskip.tests=true

###############     RUN       ################
# Run from source.
$./gradlew geode-jvsd:run

# Run from distribution.
$./geode-jvsd/build/install/geode-jvsd/bin/geode-jvsd

HTH
--Jens

On Mon, Feb 15, 2016 at 10:27 PM, Dor Ben Dov 
<[email protected]<mailto:[email protected]>> wrote:
Jen,
According to your message, if I am taking the latest development from github, 
snapshot m2 – it will include this ‘feature’ or
In order to have it I should do something else ?

Regards,
Dor

From: Jens Deppe [mailto:[email protected]<mailto:[email protected]>]
Sent: יום ב 15 פברואר 2016 18:14
To: [email protected]<mailto:[email protected]>
Subject: Re: vsd and gemfire

Hi Dor,

Currently VSD is only available on a branch in the Geode repository 
(feature/GEODE-78). This branch contains the beginnings of a java-only port of 
the utility, based on JavaFX (jVSD). Contributions welcome! :)

Older versions of VSD, distributed with GemFire, will work to read statistics 
files produced by Geode.

--Jens

On Mon, Feb 15, 2016 at 1:47 AM, Dor Ben Dov 
<[email protected]<mailto:[email protected]>> wrote:
Hi,

Where can find the vsd tool ? are you planning to add it as part of the Geode 
project ?


Dor
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement, you may review at 
http://www.amdocs.com/email_disclaimer.asp


Reply via email to