svn - r34297 - in trunk/spike/web/sphinx/source: . examples

1 message Options
Embed this post
Permalink
svn_geotools

svn - r34297 - in trunk/spike/web/sphinx/source: . examples

Reply Threaded More More options
Print post
Permalink
Author: mbedward
Date: 2009-11-01 06:36:23 -0500 (Sun, 01 Nov 2009)
New Revision: 34297

Added:
   trunk/spike/web/sphinx/source/quickstart.gif
Removed:
   trunk/spike/web/sphinx/source/examples/JMapFrame.gif
Modified:
   trunk/spike/web/sphinx/source/quickstart.rst
Log:
minor edits

Deleted: trunk/spike/web/sphinx/source/examples/JMapFrame.gif
===================================================================
(Binary files differ)

Added: trunk/spike/web/sphinx/source/quickstart.gif
===================================================================
(Binary files differ)


Property changes on: trunk/spike/web/sphinx/source/quickstart.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/spike/web/sphinx/source/quickstart.rst
===================================================================
--- trunk/spike/web/sphinx/source/quickstart.rst 2009-10-31 05:15:21 UTC (rev 34296)
+++ trunk/spike/web/sphinx/source/quickstart.rst 2009-11-01 11:36:23 UTC (rev 34297)
@@ -134,7 +134,7 @@
       <name>example</name>
       <url>http://maven.apache.org</url>
       <properties>
-        <geotools.version>2.6-SNAPSHOT</geotools.version>
+        <geotools.version>2.6.0</geotools.version>
       </properties>
       <dependencies>
         <dependency>
@@ -159,15 +159,6 @@
           <name>Open Source Geospatial Foundation Repository</name>
           <url>http://download.osgeo.org/webdav/geotools/</url>
         </repository>
-        <repository>
-          <id>osgeo-snapshots</id>
-          <name>OSGeo snapshots repository</name>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-          <url>http://repo.osgeo.org/</url>
-        </repository>
-      </repositories>
     </project>
 
 Note how we use the *geotools.version* property with our ``gt-main`` dependency.
@@ -422,29 +413,37 @@
 
 If the application compiled you can now run it. Once again, you can do this from within your IDE or from the command line. The program should display a dialog prompting you for a shapefile and then display it in a simple map viewer.
 
-.. image:: examples/JMapFrame.gif
+.. image:: quickstart.gif
 
 Questions
 =========
 
-How to use a SNAPSHOT?
-----------------------
+What is a GeoTools SNAPSHOT version and how do I use it ?
+---------------------------------------------------------
 
-A snapshot release is a nightly release made by the geotools team; to make use of a SNAPSHOT please add the following to your pom.xml
+A snapshot is the bleeding edge GeoTools code that the developers are actively working on. Usually there will be two active snapshots: one associated with the most recent formal release (e.g GeoTools 2.6-SNAPSHOT) and a second for work that is continuing on a earlier version that is being widely used (e.g. GeoTools 2.5-SNAPSHOT).
 
+New snapshot jars are built nightly and deployed to a repository separate from the one used for formal releases. To work with the snapshot code in your own applications you will need to add this repository to your pom.xml:
+
 .. sourcecode:: xml
 
     <repository>
+      <id>opengeo</id>
+      <name>OpenGeo Maven Repository</name>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
-      <id>opengeo</id>
-      <name>OpenGeo Maven Repository</name>
-      <url>http://repo.opengeo.org</url>
+      <url>http://repo.opengeo.org/</url>
     </repository>
 
-You can now refer to 2.6-SNAPSHOT
+You can now refer to 2.6-SNAPSHOT with your version property:
 
+.. sourcecode:: xml
+
+    <properties>
+      <geotools.version>2.6-SNAPSHOT</geotools.version>
+    </properties>
+
 What are FileDataStore and FeatureSource ?
 ------------------------------------------
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
GeoTools-commits mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-commits