Hi Tim, Tim Swanson a écrit : > Is there anywhere I can view/download the javadocs for GeoTools 2.1-M2? > > I don't know if it is right version you want but this site provides a javadoc for geoapi 2.1 released version (seems to be geoapi 2.1.1): http://geoapi.sourceforge.net/2.1/javadoc/index.html. If you have the source code, and maven installed on your computer, you can go on your root folder of sources, and try : mvn javadoc:javadoc This should generates your javadoc in the target/site/apidocs/ directory.
Cédric. > Or, if I have the source code, is there an easy (single-command) way to > build the javadocs from source? Since I don't plan on doing any > development with it, I'd rather not go to the trouble of setting up a > Maven project just to generate the docs. > > > Thanks, > > > > Tim Swanson > Software Engineer > > > Tyler Technologies, Inc. > 14142 Denver West Parkway, Suite 155 > Lakewood, CO 80401 > Phone: > Fax: 303-271-1930 > E-mail: [EMAIL PROTECTED] > Web: www.tylertech.com > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
