Hi Juan: You got a couple options - download the source release Cory just announced - and dump all the included jars into your IDE without thinking :-)
Second choice is to start off *your* project using maven - if you make it depend on the geotools mappane module everything else needed for MapPane will come along for the ride. You can then type "mvn eclipse:eclipse" and continue with life as normal (well you will need to set an Eclipse classpath variable ... but that might be close to normal). The demo/example/pom.xml may be a good place to get started from. Cheers, Jody > Hi, I just installed geotools but I am having a hard time compiling > the DemoGUI.java demo app, mainly because the compiler cannot find > several classes/packages. For example, DemoGUI is trying to “import > org.geotools.gui.swing.JMapPane”, but > > all I have been able to find in the geotools download are the src > files for say, JMapPane.java, which make reference to other packages > (e.g., org.geotools.feature.*, org.opengis.*, com.vividsolutions.*). > Is there one place where I can get all these packages? > > Also, I have some confusion regarding maven and building geotools. I > am attempting to code my own application by using the classes provided > by geotools, as opposed to developing new functionality within the > geotools. Should I be trying to build geotools using maven? > > Thanks for your help, and please direct me to the correct list if this > one is not appropriate for these questions. > > Regards, > > Juan Declet-Barreto > > *Environmental Program Specialist*** > > Special Applications Unit > > Air Quality Division > > Phone: (602) 771-4230 > > Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
