You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mp...@apache.org on 2011/08/31 23:40:40 UTC

svn commit: r1163835 - /incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext

Author: mpierce
Date: Wed Aug 31 21:40:39 2011
New Revision: 1163835

URL: http://svn.apache.org/viewvc?rev=1163835&view=rev
Log:
A little clean up of the sandbox extensions instructions.

Modified:
    incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext

Modified: incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext?rev=1163835&r1=1163834&r2=1163835&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/rave-extensions.mdtext Wed Aug 31 21:40:39 2011
@@ -16,20 +16,21 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-One of the (main) goals of Rave is to create an extendible platform. This document is to help Rave users (developers) to customize rave based on needs.
+One of the (main) goals of Rave is to create an extendible platform. This document is to help Rave users (developers) to customize Rave based on needs.
 
-Just to get you started we have created a Rave Sandbox and created a vanilla extension to implement CustomUserService and to personalize login page look and feel. 
-Main objective of that vanilla extension is to provide reusable build environment with required minimal dependencies.
-Extension developers will be able to use build file provide and add additional project dependencies. 
+To get you started we have created a Rave Sandbox and created a vanilla extension that shows how to implement CustomUserService and to personalize login page look and feel. 
+The main objective of the vanilla extension is to provide reusable build environment with minimal required dependencies.
+Extension developers will be able to use the POM file provide and add additional project dependencies. 
 
 ##### Prerequisites 
 
-Need to build Rave locally where you are developing extensions.
+The current version of Rave must be in your local Maven repository.  To do this, check out Rave from SVN and build with "mvn clean install".  
 
 ##### Rave Vanilla Extension Location
 
     svn co http://svn.apache.org/repos/asf/incubator/rave/sandbox/rave-extensions/rave-vanilla-extension
     cd rave-vanilla-extension
+    mvn clean install
     mvn cargo:start
 
 ##### Customizations