Author: kentam Date: Fri Sep 17 17:34:03 2004 New Revision: 46289 Modified: incubator/beehive/trunk/BUILDING.txt Log: Update build instructions, thanks to feedback from Lawrence Jones.
Modified: incubator/beehive/trunk/BUILDING.txt ============================================================================== --- incubator/beehive/trunk/BUILDING.txt (original) +++ incubator/beehive/trunk/BUILDING.txt Fri Sep 17 17:34:03 2004 @@ -14,9 +14,20 @@ be sure to have version 1.5.0-beta3-b59 or later. Earlier versions of JDK 1.5 will not work correctly. -Set the BEEHIVE_HOME environment variable to point to your root beehive -directory. For example, if you ran svn checkout from "C:\MyProjects\beehive", your -BEEHIVE_HOME will be "C:\MyProjects\beehive" +Set the BEEHIVE_HOME environment variable to point to the root of the branch in your +Beehive working copy that you want to work with. Typically you will be interested in +the trunk, where mainline work goes on. For example, if you ran + +svn checkout https://svn.apache.org/repos/asf/incubator/beehive/trunk + +from within "C:\MyProjects\beehive", BEEHIVE_HOME will be "C:\MyProjects\beehive", +since you explicitly only checked out the trunk. + +However, if you had run + +svn checkout https://svn.apache.org/repos/asf/incubator/beehive + +from within "C:\MyProjects\beehive", BEEHIVE_HOME will be "C:\MyProjects\beehive\trunk". In addition, you'll need to install Ant in $BEEHIVE_HOME/installed/ from the archive in $BEEHIVE_HOME/external/ant/apache-ant-1.6.2-bin.(zip|tar.gz).
