[geotk] [Newbie] Image download and polygon drawing

Martin Desruisseaux martin.desruisseaux at geomatys.fr
Tue Aug 25 08:51:28 EDT 2009


Sam B a écrit :
> The problem I am facing now is building all the JARs. One test is 
> failing, geotk-filter.FilterTest. It says "no suitable driver found for 
> jdbc:derby". Well, I installed derby, and I already have a geotoolkit 
> project running. But when I look at the surfire-reports\TESTxxxxxx.xml 
> file, it looks like the derby.jar is not in the classpath during the 
> test. Does someone knows how to set the correct classpath during maven 
> tests ?

I added some missing Derby dependencies (our Continuous Integration server uses 
PostgreSQL), however I still have an other test failure which will need to wait 
for Johan's attention... In the main time I suggest that you compile with the 
following command:

    mvn install -DskipTests

But note also that you don't need to compile geotoolkit-pending at all, since 
you can download it from http://maven.geotoolkit.org which is updated every day. 
I think that the easiest approach is just to use Maven for your own project (if 
this is an acceptable build tool for your project) and let Maven downloads 
automatically the pre-compiled JAR files?

	Martin


More information about the Geotoolkit mailing list