The modules should be all in the maven repository too, so you don't really
need to build geotools if just want to use it. If you're using maven for your
project you can just add the geotools dependencies and the jars will be
downloaded to your local repo.
Add a repository in the pom.xml repositories section:
<repositories>
<repository>
<id>refractions</id>
<name>Refractions Research Maven 2 Repository</name>
<url>http://lists.refractions.net/m2</url>
</repository>
...
and then just add the dependencies you want in the dependencies section, for
example:
<dependencies>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>2.5.0</version>
</dependency>
....
Hope that helps,
Gabriel
On Monday 17 November 2008 09:28:27 pm Michael Bedward wrote:
> My understanding is that for most (all ?) of them you need to get the
> sources from svn and build them yourself. I'm doing this - it's no
> prob.
>
> Michael
>
> 2008/11/18 Matt Foster <[EMAIL PROTECTED]>:
> > Are the unsupported modules (e.g. mappane) available in a jar anywhere,
> > or must I build them myself?
> >
> > Matt
> >
> > --
> > Do not go where the path may lead; go instead where there is no path and
> > leave a trail.
> > -- Ralph Waldo Emerson
> >
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge Build the coolest Linux based applications with Moblin SDK &
> > win great prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> > world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > Geotools-gt2-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK & win
> great prizes Grand prize is a trip for two to an Open Source event anywhere
> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Geotools-gt2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users