Date: 2004-10-26T07:00:22 Editor: EddieOneil <[EMAIL PROTECTED]> Wiki: Apache Beehive Wiki Page: For Beehive Developers URL: http://wiki.apache.org/beehive/For Beehive Developers
Ran across way to actually display the content from SVN via a wiki link. Cool! Change Log: ------------------------------------------------------------------------------ @@ -14,7 +14,7 @@ cd beehive svn checkout https://svn.apache.org/repos/asf/incubator/beehive/trunk }}} - * follow the instructions in [http://cvs.apache.org/viewcvs.cgi/incubator/beehive/trunk/BUILDING.txt?root=Apache-SVN BUILDING.txt] + * follow the instructions in [http://cvs.apache.org/viewcvs.cgi/*checkout*/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. @@ -37,8 +37,8 @@ The top-level `test/` directory contains source and Ant files that are shared among components. This includes Ant which can be used to start / stop Tomcat (the default Servlet container for Beehive) and to deploy / undeploy / build a Beehive web application. The Ant files used to perform these operations are: - * [http://cvs.apache.org/viewcvs.cgi/incubator/beehive/trunk/test/ant/buildWebapp.xml?root=Apache-SVN buildWebapp.xml] - * [http://cvs.apache.org/viewcvs.cgi/incubator/beehive/trunk/test/ant/runTomcat.xml?root=Apache-SVN runTomcat.xml] + * [http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/test/ant/buildWebapp.xml?root=Apache-SVN buildWebapp.xml] + * [http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/test/ant/runTomcat.xml?root=Apache-SVN runTomcat.xml] and are defined as top-level properties in the beehive.properties file so that components need not reference the build files directly.
