Enam ha scritto:
> I didn't wait for the official update on the geotools site and went ahead to
> download 2.4.0 from sf.net. I found two problems with the javadoc archive:
> 
> 1) the file name is gt-2.4.0-doc.zip.zip
> 
> 2) Links to class pages don't work. I found that all the class pages are
> stored in a separate directory named "class-use". For example the link on
> the index page points to org/geotools/data/AbstractFeatureSource.html but
> the actual file is in org/geotools/data/class-use/AbstractFeatureSource.html

Thanks for reporting. I've just fixed that, can you double check?

> And I have a question: I see that geotools is packed with many jars.
> Supposing that I don't want to keep all the jars for my application is there
> any resource that I can use to determine which jars I'll need ? I suppose
> the pom may have some dependency information ?

Yes, the pom have them. The easiest way to figure out the dependencies
is maven, since the set of dependencies is transitive.
If you don't want to build your project with maven, you can at
least use "mvn project-info-reports:dependencies" in the module
you want to use and you'll get a html providing a list of dependencies
in target/site

More info here:
http://maven.apache.org/plugins/maven-project-info-reports-plugin/plugin-info.html

Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to