Okay pom-libs.xml has
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc-spatialite</artifactId>
<version>3.7.2-1</version>
</dependency>
</dependencies>
GeoTools 9-SNAPSHOT has:
<dependencies>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc-spatialite</artifactId>
<version>3.7.2-2.4</version>
</dependency>
</dependencies>
Rather then mess around I am going to restore the dependency to:
<dependency>
<groupId>org.geotools.jdbc</groupId>
<artifactId>gt-jdbc-spatialite</artifactId>
<version>${geotools.version}</version>
</dependency>
And Panagiotis can try out the DataStoreService.
--
Jody Garnett
On Thursday, 27 September 2012 at 12:10 AM, Jody Garnett wrote:
> > > You can add it back, how are you getting it to work?
> >
> > Yup, I am doing that right now.
> >
>
> Your change broke my build:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3:34.407s
> [INFO] Finished at: Thu Sep 27 00:06:00 EST 2012
> [INFO] Final Memory: 9M/81M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project libs: Could not resolve
> dependencies for project net.refractions.udig:libs:pom:1.3.3: Could not find
> artifact org.xerial:sqlite-jdbc-spatialite:jar:3.7.2-1 in geotools-release
> (http://download.osgeo.org/webdav/geotools) -> [Help 1]
>
> > > And we so need to look at the OSGi story so we use these as proper
> > > dependencies.
> > >
> >
> > What do you mean exactly?
> >
>
> Make it so we can have individual jars fetched from a maven repo (rather then
> this thing with libs). There is an eclipse project set up for many common
> dependencies like ant (but I have not sorted out how it works yet).
>
> Jody
>
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel