RE: classpath in geode release

2016-11-08 Thread Gal Palmery
Gr8, now all is clear :) Thanks! Gal -Original Message- From: Anthony Baker [mailto:aba...@pivotal.io] Sent: Tuesday, November 08, 2016 16:17 To: dev@geode.incubator.apache.org Subject: Re: classpath in geode release > On Nov 8, 2016, at 1:09 AM, Gal Palmery <gal.palm...@amdo

Re: classpath in geode release

2016-11-08 Thread Anthony Baker
> On Nov 8, 2016, at 1:09 AM, Gal Palmery wrote: > > Actually I do see them in the lib dir, after running the build, inside the > zip in the distributions: > > geode-assembly\build\distributions\apache-geode-1.0.0-incubating.zip\apache-geode-1.0.0-incubating\lib

RE: classpath in geode release

2016-11-08 Thread Gal Palmery
, 2016 18:40 To: dev@geode.incubator.apache.org Subject: Re: classpath in geode release > On Nov 7, 2016, at 1:11 AM, Gal Palmery <gal.palm...@amdocs.com> wrote: > > Thanks Anthony. > So, if I were to manually remove them from the manifest, do you expect any > issues at runtime?

Re: classpath in geode release

2016-11-07 Thread Anthony Baker
ven / gradle dependencies to pull in the correct jars. > Thanks, > Gal > > > -Original Message- > From: Anthony Baker [mailto:aba...@pivotal.io] > Sent: Monday, November 07, 2016 01:20 > To: geode > Subject: Re: classpath in geode release > > >>

RE: classpath in geode release

2016-11-07 Thread Gal Palmery
[mailto:aba...@pivotal.io] Sent: Monday, November 07, 2016 01:20 To: geode Subject: Re: classpath in geode release > On Nov 6, 2016, at 7:47 AM, Gal Palmery <gal.palm...@amdocs.com> wrote: > > Clarification - > This is in the geode-dependencies.jar and gfsh-dependencies.jar th

RE: classpath in geode release

2016-11-07 Thread Dor Ben Dov
Good catch Gal. Regards, Dor -Original Message- From: Anthony Baker [mailto:aba...@pivotal.io] Sent: יום ב 07 נובמבר 2016 01:20 To: geode <dev@geode.incubator.apache.org> Subject: Re: classpath in geode release > On Nov 6, 2016, at 7:47 AM, Gal Palmery <gal.palm...@amdoc

Re: classpath in geode release

2016-11-06 Thread Anthony Baker
> On Nov 6, 2016, at 7:47 AM, Gal Palmery wrote: > > Clarification - > This is in the geode-dependencies.jar and gfsh-dependencies.jar that were > created by the local build that I run on my PC. > I downloaded the 1.0.0-incubating release and built it using the

RE: classpath in geode release

2016-11-06 Thread Gal Palmery
Clarification - This is in the geode-dependencies.jar and gfsh-dependencies.jar that were created by the local build that I run on my PC. I downloaded the 1.0.0-incubating release and built it using the following command: > gradlew clean build installDist -Dskip.tests=true where can I