You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by rg...@apache.org on 2012/01/17 01:19:36 UTC

svn commit: r1232237 - /incubator/rave/site/trunk/content/rave/source.mdtext

Author: rgardler
Date: Tue Jan 17 00:19:36 2012
New Revision: 1232237

URL: http://svn.apache.org/viewvc?rev=1232237&view=rev
Log:
Move rave master instructions to end of doc, most people will have no need for them

Modified:
    incubator/rave/site/trunk/content/rave/source.mdtext

Modified: incubator/rave/site/trunk/content/rave/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/source.mdtext?rev=1232237&r1=1232236&r2=1232237&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/source.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/source.mdtext Tue Jan 17 00:19:36 2012
@@ -38,20 +38,6 @@ To build from source code:
 ### Requirements:
  * Sources compilation require Java SE 6 or higher.
  * The project is built with Apache Maven 3+ (version 3.0.3 or later is *required*) [Download][4] and [install][5]
-
-### Rave Master Project
-The Rave project depends on the separate Rave Master project which defines general and global settings
-for the whole of the Rave project, independent of a specific release. As its rave-master-pom is already published to the
-Apache Snapshots repository, there is no need to check it out manually and build it locally yourself, unless changes are
-needed on general and global level.
-    
-If so needed, the Rave Master project can be checked out from:
-
-      http://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/trunk rave-master-pom.
-
-After check out, cd into rave-master-pom and invoke maven to install it using:
-
-      $mvn install
     
 ### Rave Project
 
@@ -59,6 +45,9 @@ To build the Rave project invoke maven f
 
     $mvn install
 
+If you have any problems relating to the rave-master project, see the 
+"Rave Master Project" section at the end of this document.
+
 ### Deploying and Running on Tomcat
 
 To run a local Tomcat instance with rave-shindig and rave-portal deployed:
@@ -81,6 +70,21 @@ Once the server is running:
     * jane.doe
     * OpenID: http://rave2011.myopenid.com/ (password rave2011)
 
+### Rave Master Project
+
+The Rave project depends on the separate Rave Master project which defines general and global settings
+for the whole of the Rave project, independent of a specific release. As its rave-master-pom is already published to the
+Apache Snapshots repository, there is no need to check it out manually and build it locally yourself, unless changes are
+needed on general and global level.
+    
+If so needed, the Rave Master project can be checked out from:
+
+      http://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/trunk rave-master-pom.
+
+After check out, cd into rave-master-pom and invoke maven to install it using:
+
+      $mvn install
+
 
   [1]: http://subversion.apache.org
   [2]: http://svn.apache.org/viewvc/incubator/rave/