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

svn commit: r1133703 - in /incubator/rave: site/trunk/content/rave/source.mdtext trunk/README.txt

Author: ate
Date: Thu Jun  9 08:05:55 2011
New Revision: 1133703

URL: http://svn.apache.org/viewvc?rev=1133703&view=rev
Log:
Update site and README.txt to reflect building the rave-master-pom no longer is needed to build rave-project itself.

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

Modified: incubator/rave/site/trunk/content/rave/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/source.mdtext?rev=1133703&r1=1133702&r2=1133703&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/source.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/source.mdtext Thu Jun  9 08:05:55 2011
@@ -31,19 +31,20 @@ To build from source code:
  * Sources compilation require Java SE 6 or higher.
  * The project is built with Apache Maven 3+ (suggested is 3.0.3) [Download][3] and [install][4]
 
-### Install Rave Master Project
- 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 *before* this project can be build.  This checkout can be done in
-any directory/folder.
+### Rave Master Project
+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.
     
-The Rave Master project can be checked out from:
+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.
-    
-After check out, cd into rave-master and invoke maven to install it using:
+      http://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/trunk rave-master-pom.
 
-      $mvn install
+After check out, cd into rave-master-pom and invoke maven to install it using:
 
+      $mvn install
+    
 ### Rave Project
 
 To build the Rave project invoke maven from the project root directory:

Modified: incubator/rave/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/README.txt?rev=1133703&r1=1133702&r2=1133703&view=diff
==============================================================================
--- incubator/rave/trunk/README.txt (original)
+++ incubator/rave/trunk/README.txt Thu Jun  9 08:05:55 2011
@@ -51,14 +51,17 @@ To build from source code:
     The project is built with Apache Maven 3+ (suggested is 3.0.3).
     You need to download and install Maven 3 from: http://maven.apache.org/
 
-  - 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 *before* this project can be build.
+  - 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.
     
-    The Rave Master project can be checked out from:
-      http://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/trunk
-    
-    After check out invoke maven to install it using:
+    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
     
   - To build the Rave project invoke maven in the root directory: