[geotk] Re: OGC signed GeoAPI JAR files
Brian Schlining
bschlining at gmail.com
Thu Jun 2 11:52:51 EDT 2011
Hi Martin,
Worked just fine! I had no trouble compiling or running Scala code that uses Geotoolkit 3.17-geoapi-3.0.
(and yes, I wiped out all the geotoolkit and geoapi directories that were in my local repository ($HOME/.m2/repository); I also verified that the downloaded jars were from your temporary repositories)
--
Brian Schlining
On Thursday, June 2, 2011 at 8:30 AM, Brian Schlining wrote:
> Hi Martin,
>
> Thanks for the heads up. I'll run some tests on them later this morning.
>
> Cheers
>
> --
> Brian Schlining
>
>
> On Thursday, June 2, 2011 at 7:42 AM, Martin Desruisseaux wrote:
>
> > Hello Brian and all
> >
> > OGC has deployed GeoAPI JAR file with their GPG signature. The temporary
> > location is https://oss.sonatype.org/content/repositories/orgopengis-097/
> >
> > A Geotk milestone has been deployed using the above GeoAPI JAR files. Temporary
> > location is https://oss.sonatype.org/content/repositories/orggeotoolkit-105/
> >
> > Brian, if you have a chance to test that those GeoAPI JAR files work well with
> > Scala, that would be much appreciated. If they work well, then those files will
> > be released verbatism to Maven Central as soon as I have confirmation that it is
> > okay.
> >
> > Below is the Maven setting for testing with Geotk (note the repository number:
> > 105 instead than 203). I suggest to wipe out your
> > $HOME/.m2/repository/org/opengis and $HOME/.m2/repository/org/geotoolkit
> > repositories before to test. The old repository (203) has not been deleted, so
> > you can revert back to it if there is any issue with the current one.
> >
> > <repositories>
> > <repository>
> > <id>nexus</id>
> > <name>Nexus staging repository (temporary)</name>
> > <url>https://oss.sonatype.org/content/repositories/orggeotoolkit-105/</url>
> > </repository>
> > </repositories>
> >
> > <dependencies>
> > <dependency>
> > <groupId>org.geotoolkit</groupId>
> > <artifactId>geotk-referencing</artifactId>
> > <version>3.17-geoapi-3.0</version>
> > </dependency>
> > </dependencies>
> >
> >
> > Regards,
> >
> > Martin
More information about the Geotoolkit
mailing list