Hi Michael, I changed from the version and now with Quickstart it resolves the following import: import org.geotools.data.FileDataStore;
It still has problems with: import org.geotools.map.DefaultMapContext; import org.geotools.map.MapContext; import org.geotools.swing.JMapFrame; import org.geotools.swing.data.JFileDataStoreChooser; I'll change the junit dependency and see if this breaks things now... I've done a bit of tinkering to try to get things to work. One thing I think I have right is the reactor... Thanks for your help. Andy http://www.geog.leeds.ac.uk/people/a.turner/ -----Original Message----- From: Michael Bedward [mailto:[email protected]] Sent: 29 September 2009 12:03 To: Andy Turner Cc: geotools users Subject: Re: [Geotools-gt2-users] quickstart and example pages Good on you Andy - you're an intrepid soul braving our examples :-) 'Tis much appreciated. The issue with not finding classes is going to be the same one that bit us with the Quickstart example - namely that the required code is missing from the 2.6-M2 release. Could you try editing the pom as you did with the Quickstart: ie. changing the version to 2.6-SNAPSHOT and adding the snapshot repository. If you get stuck on the malformed pom error in Netbeans, send your pom and I'll see if I can spot the problem. cheers Michael ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
