You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2011/06/09 13:49:46 UTC

svn commit: r790660 - in /websites/production/rave: ./ content/rave/source.html

Author: mfranklin
Date: Thu Jun  9 11:49:46 2011
New Revision: 790660

Log:
Publishing updates made to "Getting the Source" regarding release of Rave Master to SNAPSHOT

Modified:
    websites/production/rave/   (props changed)
    websites/production/rave/content/rave/source.html

Propchange: websites/production/rave/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jun  9 11:49:46 2011
@@ -1 +1 @@
-/websites/staging/rave/trunk:787226-790251
+/websites/staging/rave/trunk:787226-790659

Modified: websites/production/rave/content/rave/source.html
==============================================================================
--- websites/production/rave/content/rave/source.html (original)
+++ websites/production/rave/content/rave/source.html Thu Jun  9 11:49:46 2011
@@ -77,16 +77,17 @@ 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+ (suggested is 3.0.3) <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="install_rave_master_project">Install Rave Master Project</h3>
-<p>The Rave project itself (this one) depends on the separate Rave Master project which, while still unreleased, 
-first needs to be build separately and installed <em>before</em> this project can be build.  This checkout can be done in
-any directory/folder.</p>
-<p>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>
+<h3 id="rave_master_project">Rave Master Project</h3>
+<p>The Rave project itself (this one) 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 and invoke maven to install it using:</p>
+<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>