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

svn commit: r802772 - /websites/staging/rave/trunk/content/rave/source.html

Author: buildbot
Date: Tue Jan 17 00:19:41 2012
New Revision: 802772

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/rave/source.html

Modified: websites/staging/rave/trunk/content/rave/source.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/source.html (original)
+++ websites/staging/rave/trunk/content/rave/source.html Tue Jan 17 00:19:41 2012
@@ -89,27 +89,14 @@ repository</a> in your web browser.</p>
 <li>Sources compilation require Java SE 6 or higher.</li>
 <li>The project is built with Apache Maven 3+ (version 3.0.3 or later is <em>required</em>) <a href="http://maven.apache.org/download.html">Download</a> and <a href="http://maven.apache.org/download.html#Installation">install</a></li>
 </ul>
-<h3 id="rave_master_project">Rave Master Project</h3>
-<p>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.</p>
-<p>If so needed, the Rave Master project can be checked out from:</p>
-<div class="codehilite"><pre>  <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/</span><span class="n">rave</span><span class="sr">/rave-master-pom/</span><span class="n">trunk</span> <span class="n">rave</span><span class="o">-</span><span class="n">master</span><span class="o">-</span><span class="n">pom</span><span class="o">.</span>
-</pre></div>
-
-
-<p>After check out, cd into rave-master-pom and invoke maven to install it using:</p>
-<div class="codehilite"><pre>  <span class="nv">$mvn</span> <span class="n">install</span>
-</pre></div>
-
-
 <h3 id="rave_project">Rave Project</h3>
 <p>To build the Rave project invoke maven from the project root directory:</p>
 <div class="codehilite"><pre><span class="nv">$mvn</span> <span class="n">install</span>
 </pre></div>
 
 
+<p>If you have any problems relating to the rave-master project, see the 
+"Rave Master Project" section at the end of this document.</p>
 <h3 id="deploying_and_running_on_tomcat">Deploying and Running on Tomcat</h3>
 <p>To run a local Tomcat instance with rave-shindig and rave-portal deployed:</p>
 <ul>
@@ -134,6 +121,19 @@ needed on general and global level.</p>
 </ul>
 </li>
 </ul>
+<h3 id="rave_master_project">Rave Master Project</h3>
+<p>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.</p>
+<p>If so needed, the Rave Master project can be checked out from:</p>
+<div class="codehilite"><pre>  <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/</span><span class="n">rave</span><span class="sr">/rave-master-pom/</span><span class="n">trunk</span> <span class="n">rave</span><span class="o">-</span><span class="n">master</span><span class="o">-</span><span class="n">pom</span><span class="o">.</span>
+</pre></div>
+
+
+<p>After check out, cd into rave-master-pom and invoke maven to install it using:</p>
+<div class="codehilite"><pre>  <span class="nv">$mvn</span> <span class="n">install</span>
+</pre></div>
   </div>
 
   <div id="footer">