You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/03 00:35:17 UTC

svn commit: r109591 - /incubator/muse/trunk/BUILD.txt

Author: ips
Date: Thu Dec  2 15:35:17 2004
New Revision: 109591

URL: http://svn.apache.org/viewcvs?view=rev&rev=109591
Log:
beefed up; added instructions on installing Forrest

Modified:
   incubator/muse/trunk/BUILD.txt

Modified: incubator/muse/trunk/BUILD.txt
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/BUILD.txt?view=diff&rev=109591&p1=incubator/muse/trunk/BUILD.txt&r1=109590&p2=incubator/muse/trunk/BUILD.txt&r2=109591
==============================================================================
--- incubator/muse/trunk/BUILD.txt	(original)
+++ incubator/muse/trunk/BUILD.txt	Thu Dec  2 15:35:17 2004
@@ -1,12 +1,28 @@
-The Muse source code must be built using Apache Maven. The following steps are
-required:
+Building the Muse jar and running the unit tests
+------------------------------------------------
+1) Install Maven as desribed below.
+2) cd to the Muse install dir.
+3) Run 'maven jar'.
 
+Building the Muse distribution zipfiles
+---------------------------------------
+1) Install Maven as described below.
+2) Install Forrest as described below.
+3) cd to the Muse install dir.
+4) Run 'maven dist'. (Note: this can take five minutes or longer to complete)
+
+Installing Maven
+----------------
 1) Download Maven 1.0.1 from http://maven.apache.org/ and unzip it to
    your hard drive.
 2) Set the MAVEN_HOME environment variable to the dir where you installed
-   Maven.
+   Maven (i.e. /opt/maven-1.0.1).
 3) Add <MAVEN_HOME>/bin to your PATH environment variable.
-4) cd to the Muse install dir
-5) run 'maven webapp' to build the Muse webapp 
-      or
-   run 'maven dist' to build the entire distribution
+      
+Installing Forrest
+------------------
+1) Download Forrest 0.6 from http://forrest.apache.org/ and unzip it to
+   your hard drive.
+2) Set the FORREST_HOME environment variable to the dir where you installed
+   Forrest (i.e. /opt/forrest-0.6).
+3) Add <FORREST_HOME>/bin to your PATH environment variable.

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org