Marlon,

I noticed you put back in the instructions to locally build the Rave Master project. However this shouldn't be needed anymore since we have deployed the master-pom SNAPSHOT to Nexus (repository.apache.org).

Any particular reason why you needed this back in?
Otherwise I'd prefer removing it again to simplify the build instructions.

Thanks,

Ate


On 05/24/2011 07:32 PM, [email protected] wrote:
Author: mpierce
Date: Tue May 24 17:32:41 2011
New Revision: 1127163

URL: http://svn.apache.org/viewvc?rev=1127163&view=rev
Log:
CMS commit to rave by mpierce

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=1127163&r1=1127162&r2=1127163&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/source.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/source.mdtext Tue May 24 17:32:41 
2011
@@ -19,7 +19,7 @@ Notice:    Licensed to the Apache Softwa
  We use [Apache Subversion][1] for version control. You can [browse our
  repository][2] in your web browser.

-## Getting the sourcecode
+## Getting the source code

      svn co https://svn.apache.org/repos/asf/incubator/rave/trunk rave

@@ -31,6 +31,19 @@ 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.
+
+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:
+
+      $mvn install
+
  ### Rave Project

  To build the Rave project invoke maven from the project root directory:



Reply via email to