Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Jörg Schaible
sebb wrote: > On 30 March 2017 at 16:29, Matt Sicker wrote: >> A lot of old artifacts uses the groupId == artifactId convention. I don't >> know when that changed to using org.apache.foo as the groupId, but I'm >> guessing it was sometime around the advent of Maven Central. >

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread sebb
On 30 March 2017 at 16:29, Matt Sicker wrote: > A lot of old artifacts uses the groupId == artifactId convention. I don't > know when that changed to using org.apache.foo as the groupId, but I'm > guessing it was sometime around the advent of Maven Central. Possibly. Commons

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Russell Bateman
Wow. I believe the problem is that I'm a blind idiot. I had been trying to use: *org.apache.commons* commons-io 2.5 The groupIdwas wrong and I just wasn't seeing it. (In my defence, there are some Apache groupIds that include "apache" in path elements, like Apache

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Dave Newton
On Thu, Mar 30, 2017 at 10:27 AM, sebb wrote: > On 30 March 2017 at 15:09, Russell Bateman wrote: > > commons-io > commons-io > 2.5 > > > > Can you give me a Maven replacement for what's at: > >

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread sebb
On 30 March 2017 at 15:09, Russell Bateman wrote: > Sebb, > > Thanks for responding, but I probably need some help here making your > suggestion(s) work. To begin with, > > http://repo.maven.org/maven2/commons-io/commons-io/ > > yields nothing in the browser or using curl:

Re: Apache's Maven repository missing commons-io, most versions

2017-03-30 Thread Russell Bateman
Sebb, Thanks for responding, but I probably need some help here making your suggestion(s) work. To begin with, http://repo.maven.org/maven2/commons-io/commons-io/ yields nothing in the browser or using curl: ~/Downloads $ curl http://repo.maven.org/maven2/commons-io/commons-io/ curl: (6)

Fwd: imaging

2017-03-30 Thread Eric David
Dear sir, I am currently using the Imaging Apache Common library in order to create GeoTIFF images. I succeeded to create the image and write the metadata in it (ModelTiepointTag and ModelPixelScaleTag) but they seem not to be recognized by GDAL or any other GIS Software. As a result my output