Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Justin Deoliveira
Update on this one. I've created a pull request with the changes to the java binding build needed to create maven artifacts that meet maven central requirements. https://github.com/OSGeo/gdal/pull/52 I've also started the process of setting up the deployment infrastructure. Progress is being tr

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Even Rouault
Le mardi 31 mars 2015 18:29:18, Justin Deoliveira a écrit : > On Tue, Mar 31, 2015 at 10:01 AM, Even Rouault > > wrote: > > > Right, there are a few steps involved. The easiest vector that I have > > > > seen > > > > > for open source projects is to utilize the Sonatype OSSRH repositories > >

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Justin Deoliveira
On Tue, Mar 31, 2015 at 10:01 AM, Even Rouault wrote: > > Right, there are a few steps involved. The easiest vector that I have > seen > > for open source projects is to utilize the Sonatype OSSRH repositories > > (which provide sync to maven central). The full process is described > here. > > >

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Even Rouault
> Right, there are a few steps involved. The easiest vector that I have seen > for open source projects is to utilize the Sonatype OSSRH repositories > (which provide sync to maven central). The full process is described here. > > http://central.sonatype.org/pages/ossrh-guide.html#review-requir

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Justin Deoliveira
On Tue, Mar 31, 2015 at 8:58 AM, Even Rouault wrote: > Le mardi 31 mars 2015 16:43:06, Justin Deoliveira a écrit : > > Hey Even, > > > > On Tue, Mar 31, 2015 at 8:25 AM, Even Rouault < > even.roua...@spatialys.com> > > > > wrote: > > > Justin, > > > > > > > I searched the archives and couldn't fi

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Even Rouault
Le mardi 31 mars 2015 16:43:06, Justin Deoliveira a écrit : > Hey Even, > > On Tue, Mar 31, 2015 at 8:25 AM, Even Rouault > > wrote: > > Justin, > > > > > I searched the archives and couldn't find much on this topic. I was > > > wondering how people would feel about having the gdal java jar hos

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Justin Deoliveira
Hey Even, On Tue, Mar 31, 2015 at 8:25 AM, Even Rouault wrote: > Justin, > > > I searched the archives and couldn't find much on this topic. I was > > wondering how people would feel about having the gdal java jar hosted in > > the central maven repository? I think it would be pretty nice for us

Re: [gdal-dev] gdal jar in maven central

2015-03-31 Thread Even Rouault
Justin, > I searched the archives and couldn't find much on this topic. I was > wondering how people would feel about having the gdal java jar hosted in > the central maven repository? I think it would be pretty nice for users to > not have to build the bindings locally, or find a repository that

[gdal-dev] gdal jar in maven central

2015-03-31 Thread Justin Deoliveira
Hi all, I searched the archives and couldn't find much on this topic. I was wondering how people would feel about having the gdal java jar hosted in the central maven repository? I think it would be pretty nice for users to not have to build the bindings locally, or find a repository that has them

Re: [gdal-dev] building with libkea should use kea-config --hdfincludes

2015-03-31 Thread Vincent Schut
Thanks Even, builds fine now. On 03/31/2015 11:13 AM, Even Rouault wrote: Le mardi 31 mars 2015 10:55:52, Vincent Schut a écrit : Hi, I'm building gdal (svn trunk, updated this morning) on a debian (testing) server with libkea (own build). Libkea uses hdf5, and debian put's its hdf5 include f

Re: [gdal-dev] building with libkea should use kea-config --hdfincludes

2015-03-31 Thread Vincent Schut
Saw that configure.in uses kea-config --cflags, which only results in the direct kea include dir being included. Here's a patch which uses --includes and --hdfincludes, which seems to work for me (need to run autogen.sh afterwards). Vincent. On 03/31/2015 10:55 AM, Vincent Schut wrote: Hi,

Re: [gdal-dev] building with libkea should use kea-config --hdfincludes

2015-03-31 Thread Even Rouault
Le mardi 31 mars 2015 10:55:52, Vincent Schut a écrit : > Hi, > > I'm building gdal (svn trunk, updated this morning) on a debian (testing) > server with libkea (own build). Libkea uses hdf5, and debian put's its > hdf5 include files in /usr/include/hdf5/serial. Gdal build fails on libkea > with:

[gdal-dev] building with libkea should use kea-config --hdfincludes

2015-03-31 Thread Vincent Schut
Hi, I'm building gdal (svn trunk, updated this morning) on a debian (testing) server with libkea (own build). Libkea uses hdf5, and debian put's its hdf5 include files in /usr/include/hdf5/serial. Gdal build fails on libkea with: Entering directory '/usr/local/src/gdal/frmts/kea' /bin/bash /us