Thanks! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Aime Sent: Wednesday, April 04, 2007 3:04 AM To: Newcomb, Michael-P57487 Cc: [email protected] Subject: Re: [Geotools-gt2-users] dependencies
Newcomb, Michael-P57487 ha scritto: > I know I saw a file that listed the jar files and what modules needed > them... > > Can someone remind me where it is? I need it for GeooTools 2.3. Have a look at the jars, open them with a zip utility, and look for META-INF/manifest.mf file, it'll contain the full list of jars needed for a specific module. Here is for example what you can find in the renderer module jar: Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: Administrator Build-Jdk: 1.4.2_12 Class-Path: gt2-api-2.3.1-SNAPSHOT.jar jsr108-0.01.jar gt2-referencing -2.3.1-SNAPSHOT.jar batik-util-1.6.jar commons-lang-2.1.jar gt2-cover age-2.3.1-SNAPSHOT.jar batik-awt-util-1.6.jar jdom-1.0.jar batik-gvt- 1.6.jar batik-script-1.6.jar jts-1.7.1.jar batik-ext-1.6.jar batik-br idge-1.6.jar xercesImpl-2.7.1.jar concurrent-1.3.4.jar batik-parser-1 .6.jar batik-xml-1.6.jar batik-dom-1.6.jar vecmath-1.3.1.jar geoapi-n ogenerics-2.1-M2.jar batik-svg-dom-1.6.jar batik-css-1.6.jar gt2-main -2.3.1-SNAPSHOT.jar batik-transcoder-1.6.jar xml-apis-xerces-2.7.1.jar (all those batik dependencies are really needed only if you play with SVG icons in symbolizers, otherwise you can get away without them). Cheers Andrea ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
