You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/04/15 16:39:59 UTC

svn commit: r161474 - in maven/continuum/trunk/continuum-site/src/site/xdoc: dev/ dev/building.xml download.xml navigation.xml

Author: trygvis
Date: Fri Apr 15 07:39:58 2005
New Revision: 161474

URL: http://svn.apache.org/viewcvs?view=rev&rev=161474
Log:
o More docs.

Added:
    maven/continuum/trunk/continuum-site/src/site/xdoc/dev/
    maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml
    maven/continuum/trunk/continuum-site/src/site/xdoc/download.xml
Modified:
    maven/continuum/trunk/continuum-site/src/site/xdoc/navigation.xml

Added: maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml?view=auto&rev=161474
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml (added)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml Fri Apr 15 07:39:58 2005
@@ -0,0 +1,60 @@
+<document>
+  <properties>
+    <title>Building Continuum</title>
+    <author email="trygvis@apache.org">Trygve Laugs&#248;l</author>
+  </properties>
+  <body>
+    <section name="Getting the sources">
+      <p>
+        To get the sources from the Subversion repository use this SVN url:
+        <source>http://svn.apache.org/repos/asf/maven/continuum/tags/alpha-1</source>
+      </p>
+      <p>
+        If you are using the <code>svn</code> command line Subversion client you can check out the sources with this
+        command:
+        <source>svn co http://svn.apache.org/repos/asf/maven/continuum/tags/alpha-1/ continuum</source>
+        All the Continuum Alpha 1 sources will be in a directory called <code>continuum</code>.
+      </p>
+      <p>
+        For more information on how to check out the sources see the information pages from Apache
+        <a href="http://apache.org/dev/version-control.html">here</a>.
+      </p>
+    </section>
+    <section name="Building Continuum">
+      <p>
+        <b>NOTE:</b> currently Continuum required Maven 2 alpha 1 to build.
+      </p>
+      <p>
+        Continuum consists of 6 Maven 2 projects:
+        <ul>
+          <li>
+            <i>continuum-model</i> is the object model that continuum uses.
+          </li>
+          <li>
+            <i>continuum-core</i> is Continuum's core. It contains all the code for checking out and building the
+            projects. It also contains the mail notifier and socket listeners.
+          </li>
+          <li>
+            <i>continuum-web</i> is the web interface for Continuum. It contains the form definitions used in the
+            web application and internationalization strings.
+          </li>
+          <li>
+            <i>continuum-xmlrpc</i> is the XML-RPC interface. It contains a single component that maps the XML-RPC
+            method calls to the core components.
+          </li>
+          <li>
+            <i>continuum-plexus-application</i> is a special project that mainly contains the configuration files for
+            Plexus when running Continuum as a Plexus application.
+          </li>
+          <li>
+            <i>continuum-core-it</i> is a integration tests written in Python. It uses the XML-RPC interface to
+            communicate with the Continuum instance.
+          </li>
+        </ul>
+        <!-- TODO: How to do this on windows? -->
+        The easiest way to build the entire Continuum project is to use the shell script from the root of the check out
+        like this: <source>$ sh build.sh</source>
+      </p>
+    </section>
+  </body>
+</document>

Added: maven/continuum/trunk/continuum-site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/download.xml?view=auto&rev=161474
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/download.xml (added)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/download.xml Fri Apr 15 07:39:58 2005
@@ -0,0 +1,86 @@
+<document>
+  <properties>
+    <title>Download Maven 2.0</title>
+    <author email="trygvis@apache.org">Trygve Laugs&#248;l</author>
+  </properties>
+  <body>
+    <section name="Download Continuum 1.0 Technology Preview">
+      <p>
+        Continuum is distributed in several formats for your convenience.
+      </p>
+      <p>
+        You will be prompted for a mirror - please be patient, as it may take 24 hours to reach all mirrors.
+      </p>
+      <ul>
+        <li>
+          <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0-alpha-1-bin.tar.bz2">
+            <code>.tar.bz2</code> archive
+          </a>
+          <span style="font-size: smaller">
+            (
+            <a href="http://www.apache.org/dist/maven/binaries/continuum-1.0-alpha-1-bin.tar.bz2.md5">checksum</a>)
+            (
+            <a href="http://www.apache.org/dist/maven/binaries/continuum-1.0-alpha-1-bin.tar.bz2.asc">PGP</a>)
+          </span>
+        </li>
+        <li>
+          <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0-alpha-1-bin.tar.gz">
+            <code>.tar.gz</code> archive
+          </a>
+          <span style="font-size: smaller">
+            (
+            <a href="http://www.apache.org/dist/maven/binaries/continuum-1.0-alpha-1-bin.tar.gz.md5">checksum</a>)
+            (
+            <a href="http://www.apache.org/dist/maven/binaries/continuum-1.0-alpha-1-bin.tar.gz.asc">PGP</a>)
+          </span>
+        </li>
+        <li>
+          <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0-alpha-1-bin.zip">
+            <code>.zip</code> archive
+          </a>
+          <span style="font-size: smaller">
+            (
+            <a href="http://www.apache.org/dist/maven/binaries/continuum-1.0-alpha-1-bin.zip.md5">checksum</a>)
+            (
+            <a href="http://www.apache.org/dist/maven/binaries/continuum-1.0-alpha-1-bin.zip.asc">PGP</a>)
+          </span>
+        </li>
+      </ul>
+      <p>
+        Continuum 1.0 is distributed under the
+        <a href="http://maven.apache.org/license.html">Apache License, version 2.0</a>.
+      </p>
+      <a name="requirements"/>
+      <subsection name="System Requirements">
+        <table>
+          <tr>
+            <th>JDK</th>
+            <td>1.4 or above</td>
+          </tr>
+          <tr>
+            <th>Memory</th>
+            <td>No minimum requirement</td>
+          </tr>
+          <tr>
+            <th>Disk Space</th>
+            <td>
+              The Continuum application is in itself less than 10MB but might possibly use more disk space when it's
+              checking out and building sources.
+            </td>
+          </tr>
+          <tr>
+            <th>Operating System</th>
+            <!-- TODO: register where Continuum has been tested -->
+            <td>
+              No minimum requirement. Tested on Windows XP, Debian, Fedora Core and Mac OS X.
+            </td>
+          </tr>
+        </table>
+      </subsection>
+      <p>
+        After downloading Continuum see the <a href="getting-started.html">Getting Started</a> document for instructions
+        on how to install and start Continuum.
+      </p>
+    </section>
+  </body>
+</document>

Modified: maven/continuum/trunk/continuum-site/src/site/xdoc/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/navigation.xml?view=diff&r1=161473&r2=161474
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/navigation.xml (original)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/navigation.xml Fri Apr 15 07:39:58 2005
@@ -16,5 +16,8 @@
       <item name="Getting Started" href="getting-started.html"/>
       <item name="Configuration" href="configuration.html"/>
     </menu>
+    <menu name="Developer's Guide">
+      <item name="Building" href="dev/building.html"/>
+    </menu>
   </body>
 </project>