You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/05 05:26:51 UTC

[Beehive Wiki] Update of "For Beehive Developers" by EddieOneil

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Beehive Wiki" for change notification.

The following page has been changed by EddieOneil:
http://wiki.apache.org/beehive/For_Beehive_Developers

The comment on the change is:
Adjust the SVN URLs for the new depot location

------------------------------------------------------------------------------
  {{{
    mkdir beehive
    cd beehive
-   svn checkout https://svn.apache.org/repos/asf/incubator/beehive/trunk
+   svn checkout https://svn.apache.org/repos/asf/beehive/trunk
  }}}
-  * follow the instructions in [http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/BUILDING.txt?root=Apache-SVN BUILDING.txt]
+  * follow the instructions in [http://cvs.apache.org/viewcvs.cgi/*checkout*/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-imports.xml` 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 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.
@@ -42, +42 @@

  
  The top-level `ant/` 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/*checkout*/incubator/beehive/trunk/ant/beehive-tools.xml?root=Apache-SVN beehive-tools.xml]
+  * [http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/ant/beehive-tools.xml?root=Apache-SVN beehive-tools.xml]
-  * [http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/ant/buildWebapp.xml?root=Apache-SVN buildWebapp.xml]
+  * [http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/ant/buildWebapp.xml?root=Apache-SVN buildWebapp.xml]
-  * [http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/ant/tomcat-importsxml?root=Apache-SVN runTomcat.xml]
+  * [http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/ant/tomcat-importsxml?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.