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

svn commit: r122716 - /incubator/apollo/trunk/BUILD.txt

Author: ips
Date: Sat Dec 18 08:15:47 2004
New Revision: 122716

URL: http://svn.apache.org/viewcvs?view=rev&rev=122716
Log:
build instructions

Added:
   incubator/apollo/trunk/BUILD.txt

Added: incubator/apollo/trunk/BUILD.txt
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/BUILD.txt?view=auto&rev=122716
==============================================================================
--- (empty file)
+++ incubator/apollo/trunk/BUILD.txt	Sat Dec 18 08:15:47 2004
@@ -0,0 +1,28 @@
+Building the Apollo 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 Apollo distribution zipfiles
+-----------------------------------------
+1) Install Maven as described below.
+2) Install Forrest as described below.
+3) cd to the Apollo install dir.
+4) Run 'maven dist'. (Note: this can take five minutes or longer to complete)
+
+Installing Maven
+----------------
+1) Download Maven 1.0.x 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 (i.e. /opt/maven-1.0.x).
+3) Add <MAVEN_HOME>/bin to your PATH environment variable.
+      
+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 src/core subdir of
+   the dir where you installed Forrest (i.e. /opt/forrest-0.6/src/core).
+3) Add <FORREST_HOME>/bin to your PATH environment variable.

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