Author: ekoneil Date: Fri Jul 16 21:37:11 2004 New Revision: 22989 Modified: incubator/beehive/BUILDING.txt Log: Add a little more detail in the build instructions.
BB: self DRT: none Modified: incubator/beehive/BUILDING.txt ============================================================================== --- incubator/beehive/BUILDING.txt (original) +++ incubator/beehive/BUILDING.txt Fri Jul 16 21:37:11 2004 @@ -1,23 +1,23 @@ Welcome to Beehive ================== -To build Beehive, you should have JDK 1.5 b2 installed with the JAVA_HOME -environment variable defined to point to this JDK. The JDK is available -here: +To build Beehive, you need to have Java version 1.5 Beta 2 installed +with the JAVA_HOME environment variable defined to point to this JDK. +The JDK is available here: - <path> + http://java.sun.com/j2se/1.5.0/download.jsp Set the BEEHIVE_HOME environment variable to point to your root beehive/ directory. -In addition, you'll need to install Ant in <beehive-root>/installed/ from -the installer in <beehive-root>/external/ant/apache-ant-1.6.1-bin.(zip|tar). -The end result will be a directory here: +In addition, you'll need to install Ant in $BEEHIVE_HOME/installed/ from +the archive in $BEEHIVE_HOME/external/ant/apache-ant-1.6.1-bin.(zip|tar). +The installed Ant distribution should end up here: - <beehive-root>/installed/apache-ant-1.6.1/... + $BEEHIVE_HOME/installed/apache-ant-1.6.1/... -In the following examples, '$>' is your propmpt, so if you see '$>ant', -type 'ant' (without the quotes) and press [enter]. +In the following examples, '$>' is your propmpt at $BEEHIVE_HOME, so if +you see '$>ant', type 'ant' (without the quotes) and press [enter]. To initialize the Beehive build environment, run beehiveEnv for your platform: @@ -26,12 +26,14 @@ $>beehiveEnv.cmd UNIX: - $>beehiveEnv.sh + $>source beehiveEnv.sh Because Beehive depends on a set of external software, these dependencies need to be installed before a build can be successful. You will need a network -connection for this step because jsr173_api.jar needs to be downloaded over a -network. To install the external dependnecies, run: +connection for this step because jsr173_api.jar needs to be downloaded from a +website. Once this has been downloaded, the build and tests can be run +successfully without a network connection. To install the external +dependnecies, run: $>ant bootstrap @@ -40,6 +42,10 @@ To build Beehive, run: $>ant clean deploy + +To run Beehive tests, run: + + $>ant drt
