You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/11/29 02:59:34 UTC

svn commit: r721613 - in /continuum/site/src/site/apt: development/building.apt development/debug.apt development/debugging.apt guide-helping.apt

Author: wsmoak
Date: Fri Nov 28 17:59:33 2008
New Revision: 721613

URL: http://svn.apache.org/viewvc?rev=721613&view=rev
Log:
Add a page on building Continuum and rename the debugging page.

Added:
    continuum/site/src/site/apt/development/building.apt
    continuum/site/src/site/apt/development/debugging.apt
      - copied unchanged from r721330, continuum/site/src/site/apt/development/debug.apt
Removed:
    continuum/site/src/site/apt/development/debug.apt
Modified:
    continuum/site/src/site/apt/guide-helping.apt

Added: continuum/site/src/site/apt/development/building.apt
URL: http://svn.apache.org/viewvc/continuum/site/src/site/apt/development/building.apt?rev=721613&view=auto
==============================================================================
--- continuum/site/src/site/apt/development/building.apt (added)
+++ continuum/site/src/site/apt/development/building.apt Fri Nov 28 17:59:33 2008
@@ -0,0 +1,86 @@
+ -------
+ Building Continuum
+ -------
+
+Building Continuum
+
+ This document will help you check out and build the Continuum source code.
+
+* Quick Start
+
++--------+
+  svn co http://svn.apache.org/repos/asf/continuum/all continuum-all
+  cd /path/to/continuum-all/parent
+  mvn install
+  cd /path/to/continuum-all/continuum
+  mvn install
++--------+
+
+  After a successful build, you will find the Continuum distributions in
+  <<<continuum-jetty/target>>> and the war file in <<<continuum-webapp/target>>>.
+
+* All
+
+  There is a convenience 'all' directory with a svn:externals definition that allows you to check out
+  the trunk, parent pom and site all at once.  It will look empty when viewed in
+  your web browser, but checking it out with your svn client will bring down all
+  the code.
+
+  {{{http://svn.apache.org/repos/asf/continuum/all}
+  http://svn.apache.org/repos/asf/continuum/all}}
+
+* Trunk
+
+  The trunk of the Subversion repo has version 1.3.x, from which we're publishing
+  miilestones.  You can find more information about planned features on the Roadmap.
+  If you see something interesting, please join us on the dev list to talk about it!
+
+  {{{http://svn.apache.org/repos/asf/continuum/trunk}
+  http://svn.apache.org/repos/asf/continuum/trunk}}
+
+* Parent
+
+  The Continuum parent pom contains configuration that is common to the entire
+  project.  It has a separate, less frequent release cycle than the distribution.
+
+  {{{http://svn.apache.org/repos/asf/continuum/parent/trunk}
+  http://svn.apache.org/repos/asf/continuum/parent/trunk}}
+
+* Site
+
+  The source for the top-level Continuum website (including this page) is in a
+  separate directory in Subversion.  It is published when changes are made, but
+  it is not tagged and "released".
+
+  {{{http://svn.apache.org/repos/asf/continuum/site}
+  http://svn.apache.org/repos/asf/continuum/site}}
+
+* Branches
+
+  We currently have one active release branch for 1.2.x bug fixes,
+  and several branches for ongoing work.  Generally there will be some discussion
+  on the dev list or a JIRA issue opened before a branch is created.
+
+  {{{http://svn.apache.org/repos/asf/continuum/branches}
+  http://svn.apache.org/repos/asf/continuum/branches}}
+
+* Sandbox
+
+  The sandbox is an area where committers are free to experiment.  No notice is
+  required to create something in the sandbox.
+
+  {{{http://svn.apache.org/repos/asf/continuum/sandbox}
+  http://svn.apache.org/repos/asf/continuum/sandbox}}
+
+* Tags
+
+  Tags for all past releases, test builds, and interesting points in time are
+  available.
+
+  {{{http://svn.apache.org/repos/asf/continuum/tags}
+  http://svn.apache.org/repos/asf/continuum/tags}}
+
+* Help
+
+  If you need help finding something or building it, please ask on the dev list
+  or on irc.

Modified: continuum/site/src/site/apt/guide-helping.apt
URL: http://svn.apache.org/viewvc/continuum/site/src/site/apt/guide-helping.apt?rev=721613&r1=721612&r2=721613&view=diff
==============================================================================
--- continuum/site/src/site/apt/guide-helping.apt (original)
+++ continuum/site/src/site/apt/guide-helping.apt Fri Nov 28 17:59:33 2008
@@ -67,7 +67,9 @@
 
 Resources for contributors
 
-  * {{{development/debug.html}Debugging Continuum}}
+  * {{{development/building.html}Building Continuum}}
+
+  * {{{development/debugging.html}Debugging Continuum}}
 
 Resources for committers