Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-15 Thread Jody Garnett
That should be it, let me raise a ticket with OSGeo sys admins: http://trac.osgeo.org/osgeo/ticket/1330 Like all sys admins they are dealing with the https vulnerability so I do not expect a prompt response. Jody Garnett On Wed, Apr 16, 2014 at 7:50 AM, Rob Emanuele wrote: > Hey Jody, > > I

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-15 Thread Rob Emanuele
Hey Jody, I tried to create an OSGeo ID here: https://www.osgeo.org/cgi-bin/ldap_create_user.py a number of times, but I am getting a "User Creation Failed" error message (with no other info provided). Is there another way I should be creating an ID? Thanks, Rob On Thu, Apr 3, 2014 at 11:27 PM,

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Jody Garnett
Rob in the interests of sharing the work around we should also be able to get you upload capabilities to that repository. Sign up for an osgeo id and send it my way. Jody Garnett On Fri, Apr 4, 2014 at 5:32 AM, Justin Deoliveira wrote: > Hey Rob, > > I have been pushing gdal jars into our repo

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Rob Emanuele
That's great news. Thanks! On Thu, Apr 3, 2014 at 6:00 PM, Justin Deoliveira wrote: > Great, thanks Rob. Artifact deployed to both osgeo and opengeo > repositories. > > http://download.osgeo.org/webdav/geotools/org/gdal/gdal/1.10.1/ > http://repo.opengeo.org/org/gdal/gdal/1.10.1/ > > -Justi

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Justin Deoliveira
Great, thanks Rob. Artifact deployed to both osgeo and opengeo repositories. http://download.osgeo.org/webdav/geotools/org/gdal/gdal/1.10.1/ http://repo.opengeo.org/org/gdal/gdal/1.10.1/ -Justin On Thu, Apr 3, 2014 at 3:24 PM, Rob Emanuele wrote: > Thanks Justin, I'll send a built jar to

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Rob Emanuele
Thanks Justin, I'll send a built jar to your email. On Thu, Apr 3, 2014 at 2:32 PM, Justin Deoliveira wrote: > Hey Rob, > > I have been pushing gdal jars into our repo. I haven't moved to 1.10.1 yet > so I don't have one handy. But if you provide one i'll upload it into the > repository. Otherw

Re: [Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-03 Thread Justin Deoliveira
Hey Rob, I have been pushing gdal jars into our repo. I haven't moved to 1.10.1 yet so I don't have one handy. But if you provide one i'll upload it into the repository. Otherwise it'll have to wait until i get around to building it. Probably over the weekend. -Justin On Wed, Apr 2, 2014 at 2:1

[Geotools-devel] Publishing GDAL java binding .jar files to the osgeo maven repository

2014-04-02 Thread Rob Emanuele
Hello, I'm a developer on the GeoTrellis project, and spent some time writing a scala wrapper around the GDAL java bindings so that we can use GDAL through GeoTrellis. It would be really great to pull in gdal.jar as a dependency instead of having to move it from the gdal source directory after bui