[geotk] [Newbie] Image download and polygon drawing

Martin Desruisseaux martin.desruisseaux at geomatys.fr
Tue Aug 25 09:32:54 EDT 2009


Sam B a écrit :
> I see it can be simpler. I use Netbeans. I'll try to do as you said. Try 
> to do a new maven project in Netbeans, and include the dependencies, I 
> hope it will work.

Yes, NetBeans has an excellent integration with Maven, so this is really the 
easiest approach I think.

> In the mean time, I solved that problem by adding :
> 
>       <dependency>
>         <groupId>org.apache.derby</groupId>
>         <artifactId>derby</artifactId>
>           <scope>test</scope>
>       </dependency>
> 
> in the \modules\feature\geotk-filter\pom.xml file and
> 
>       <dependency>
>         <groupId>org.apache.derby</groupId>
>         <artifactId>derby</artifactId>
>         <version>10.5.1.1</version>
>       </dependency>

Yes this is what I commited a few minutes ago. It goes further but there is an 
other kind of failure (not related to derby) to investigate.

	Regards,

		Martin



More information about the Geotoolkit mailing list