Building the Pubscribe jar and running the unit tests ----------------------------------------------------- 1) Install Maven as desribed below. 2) cd to the Pubscribe project directory (e.g. /projects/pubscribe/trunk). 3) Run 'maven jar'. Building the Pubscribe distribution zipfiles -------------------------------------------- 1) Install Maven as described below. 2) Install Forrest as described below. 3) cd to the Pubscribe project directory (e.g. /projects/pubscribe/trunk). 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 /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 /bin to your PATH environment variable.