Date: 2004-09-17T16:24:07 Editor: EddieOneil <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: For Beehive Developers URL: http://wiki.apache.org/beehive/For Beehive Developers
Link to BUILDING.txt so that the build instructions are visible from the wiki. Change Log: ------------------------------------------------------------------------------ @@ -14,7 +14,7 @@ cd beehive svn checkout https://svn.apache.org/repos/asf/incubator/beehive/trunk }}} - * follow the instructions in {{{BUILDING.txt}}} + * follow the instructions in [http://cvs.apache.org/viewcvs.cgi/incubator/beehive/trunk/BUILDING.txt?root=Apache-SVN BUILDING.txt] = Build Conventions = The Beehive build is structured such that the Beehive components are peers and have a location in which to reference shared components. Artifacts of these shared components are defined as properties in the `/beehive.properties` file, which can be included by any downstream Ant build file. Some of these artifacts include references to the XMLBeans JAR, the Servlet and JSP API JARs, and the common JUnit JAR. The motivation behind this is to minimize the number of properties used to refer to the same resource, and when possible, these common properties should be used in component projects.
