On Sun, 2008-06-29 at 12:39 -0700, fx5900 wrote: > Hi i am doing this shapefile tutorial > http://docs.codehaus.org/display/GEOTDOC/04+How+to+Read+a+Shapefile > http://docs.codehaus.org/display/GEOTDOC/04+How+to+Read+a+Shapefile . I have > downloaded the geotools source i. the bin file, src file and doc file but > when it tells me to "2. cd into the module you want to use (example > shapefile)" but at this point i have not downloaded this shapefile or have > this directory.
Perhaps the instructions are expecting an svn checkout rather than a source distribution... modules/plugin/shapefile/ is where the shapefile code lives. > In step 3 it also says to type "mvn dependency:tree " but > when i do this at the command prompt i get an error message stating: > > BUILD ERROR > Cannot execute mojo: tree. It requires a project wit an existing POM.XML, > but the build is not using one. again, sounds like it wants an svn checkout: svn co http://svn.geotools.org/trunk/ gtTrunk the last token is the directory name you want to live with. --adrian ------------------------------------------------------------------------- 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
