You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/12/09 15:57:01 UTC

svn commit: r355509 - in /maven/continuum/trunk/continuum-site/src/site: apt/change-log.apt apt/continuum-features.apt apt/download.apt apt/index.apt apt/release-notes.apt fml/about.fml xdoc/ xdoc/index.xml

Author: evenisse
Date: Fri Dec  9 06:56:53 2005
New Revision: 355509

URL: http://svn.apache.org/viewcvs?rev=355509&view=rev
Log:
PR: CONTINUUM-503

o Refactor main page like m2 site.
o Add Continuum-1.0.2 informations

Added:
    maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt   (with props)
    maven/continuum/trunk/continuum-site/src/site/xdoc/
    maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml   (with props)
Removed:
    maven/continuum/trunk/continuum-site/src/site/apt/index.apt
Modified:
    maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt
    maven/continuum/trunk/continuum-site/src/site/apt/continuum-features.apt
    maven/continuum/trunk/continuum-site/src/site/apt/download.apt
    maven/continuum/trunk/continuum-site/src/site/fml/about.fml

Modified: maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt?rev=355509&r1=355508&r2=355509&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt (original)
+++ maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt Fri Dec  9 06:56:53 2005
@@ -4,13 +4,18 @@
  Trygve Laugstøl
  Emmanuel Venisse
  ------
- TUE October 25 2005
+ FRI December 09 2005
 
 Change Log
 
  This page lists the most important and noteworthy changes. For the complete
  list of issues look in JIRA for the respective version.
 
+* Changes from 1.0.1 to 1.0.2
+
+  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12108&styleName=Html&projectId=10540}The
+  complete change log}}.
+
 * Changes from 1.0 to 1.0.1
 
   {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=11810}The
@@ -41,98 +46,3 @@
   {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=10935}The
   complete change log}}.
 
-** User changes
-
- * Asynchronous checkouts. 
- 
-   Check outs from the source code repository will now happen in the
-   background. This means that the project is first stored and
-   then placed in the check out queue. All projects in the "checking out" state
-   will be added to the queue upon startup.
-
- * A build result will only be added when a build actually is executed.
- 
-   In the Alpha 1 release there is a build per hour without any real content as
-   the build wasn't executed. Now a build will only be created when the build
-   is actually executed.
-
- * Builds can be forced. 
- 
-   If some external resource has changed that Continuum won't detect you can
-   force a build. This is useful in if the SCM server is up again or some
-   snapshot has been updated) 
-
-~~* Read CruiseControl configuration files. 
-~~
-~~  Continuum can take a CC configuration and turn it into a set of Continuum
-~~  projects. Look at the {{{cc-support.apt}CruiseControl Support}} page for
-~~  more information.
-
- * Command line arguments per project. 
- 
-   Each project can be configured with command line arguments. This makes it
-   possible to fine tune each argument that's given to the build executor.
-
- * Recursivly add projects when reading Maven 2 metadata.
- 
-   Continuum will now read the <<<<modules>>>> element from the Maven 2 POMs
-   and recursivley turn each Maven 2 project into a Continuum project. This
-   is a very powerful feature as it makes it possible to add all the modules
-   a entire project in a single operation.
-
- * Maven 2 Final
-
-   Continuum use maven 2 final for building m2 projects.
-
- * Security
-
-   Continuum support now user/group access on pages. Guest account can be disabled.
-
- * Working copy browser
-
-   Each project files checkouted on continuum platform can be view in browser.
-
- * Blame mechanism
-
-   Continuum inform users on which files were modified since laste successful build.
-
-** Technical Changes
-
- These changes are more of a technical nature and mainly aimed at developers
- wanting to understand the inner workings of Continuum.
-
- * Build signaled state removed.
-
-   In the Alpha 1 release when a project was enqueued for building it would go
-   into the "build signaled" state and would then stay there until the build
-   was executed. This proved to be unnecessarily complex because it required a
-   build to exist to keep the state of the build. Instead the state was removed
-   and each project was put on a build queue instead.
-
-   When the build controller gets the build task from the queue it will update
-   the source code checked out and look for any changes. If there weren't any
-   changes the build execution is stopped and the controller goes back to
-   reading from the queue for more builds to execute.
-
-   Next the controller will read the project metadata and store any updated
-   information.
-
-   Now, if the project is either new, any files were updated or the build is
-   forced the build controller will create a build object and start the
-   exection of the build.
-
- * Split up project building and execution, <<<ContinuumBuilder>>> renamed to
-   <<<ContinuumExecutor>>>, <<<ContinuumProjectBuilder>>> added.
-
-   In Alpha 1 the <<<ContinuumBuilder>>> object had responsibility for both
-   the execution of a build (calling <<<m2>>>, <<<ant>>> etc) and the creation of
-   the <<<ContinuumProject>>> from an URL (where the URL was a pointer to a
-   <<<project.xml>>> or <<<pom.xml>>>).
-   
-   In Alpha 2 these two resposibilities have been split up into two components, namely:
-
-   * <<<ContinuumExecutor>>>: this component will do the actual build execution.
-
-   * <<<ContinuumProjectBuilder>>>: this component will build a set of
-     <<<ContinuumProjects>>>. This is also a change from Alpha 1 where the
-     builder would return a single project while now it's a set of projects.

Modified: maven/continuum/trunk/continuum-site/src/site/apt/continuum-features.apt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/apt/continuum-features.apt?rev=355509&r1=355508&r2=355509&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/apt/continuum-features.apt (original)
+++ maven/continuum/trunk/continuum-site/src/site/apt/continuum-features.apt Fri Dec  9 06:56:53 2005
@@ -18,6 +18,10 @@
    
    * Starteam
 
+   * Clearcase
+
+   * Perforce
+
  * Easy to use web-based setup and interface
 
  * {{{http://www.opensymphony.com/quartz}Quartz}}-based scheduling

Modified: maven/continuum/trunk/continuum-site/src/site/apt/download.apt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/apt/download.apt?rev=355509&r1=355508&r2=355509&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/apt/download.apt (original)
+++ maven/continuum/trunk/continuum-site/src/site/apt/download.apt Fri Dec  9 06:56:53 2005
@@ -4,23 +4,23 @@
  Trygve Laugstol
  Emmanuel Venisse
  ------
- TUE November 15 2005
+ FRI December 09 2005
 
-Download Continuum 1.0.1
+Download Continuum 1.0.2
 
  Continuum is distributed in several formats for your convenience.
 
  You will be prompted for a mirror - please be patient, as it may take 24 hours
  to reach all mirrors.
 
- * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0.1-bin.tar.bz2}.tar.bz2}} archive
-   ({{{http://www.apache.org/dist/maven/binaries/continuum-1.0.1-bin.tar.bz2.md5}checksum}}/{{{http://www.apache.org/dist/maven/binaries/continuum-1.0.1-bin.tar.bz2.asc}PGP}})
+ * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0.2-bin.tar.bz2}.tar.bz2}} archive
+   ({{{http://www.apache.org/dist/maven/binaries/continuum-1.0.2-bin.tar.bz2.md5}checksum}}/{{{http://www.apache.org/dist/maven/binaries/continuum-1.0.2-bin.tar.bz2.asc}PGP}})
 
- * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0.1-bin.tar.gz}.tar.gz}} archive
-   ({{{http://www.apache.org/dist/maven/binaries/continuum-1.0.1-bin.tar.gz.md5}checksum}}/{{{http://www.apache.org/dist/maven/binaries/continuum-1.0.1-bin.tar.gz.asc}PGP}})
+ * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0.2-bin.tar.gz}.tar.gz}} archive
+   ({{{http://www.apache.org/dist/maven/binaries/continuum-1.0.2-bin.tar.gz.md5}checksum}}/{{{http://www.apache.org/dist/maven/binaries/continuum-1.0.2-bin.tar.gz.asc}PGP}})
 
- * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0.1-bin.zip}.zip}} archive
-   ({{{http://www.apache.org/dist/maven/binaries/continuum-1.0.1-bin.zip.md5}checksum}}/{{{http://www.apache.org/dist/maven/binaries/continuum-1.0.1-bin.zip.asc}PGP}})
+ * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/continuum-1.0.2-bin.zip}.zip}} archive
+   ({{{http://www.apache.org/dist/maven/binaries/continuum-1.0.2-bin.zip.md5}checksum}}/{{{http://www.apache.org/dist/maven/binaries/continuum-1.0.2-bin.zip.asc}PGP}})
 
  []
 
@@ -48,11 +48,11 @@
 
 ** Windows 2000/XP
 
-  [[1]] Unzip <<<continuum-1.0.1-bin.zip>>> to the directory you wish to install Continuum 1.0.1. These instructions
+  [[1]] Unzip <<<continuum-1.0.2-bin.zip>>> to the directory you wish to install Continuum 1.0.2. These instructions
         assume you chose <<<C:\Program Files\Apache Software Foundation\continuum-1.0>>>
 
 ** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
 
-  [[1]] Extract the distribution archive to the directory you wish to install Continuum 1.0.1. These instructions
-        assume you chose <<</usr/local/continuum-1.0.1>>>. The directory <<<continuum-1.0.1>>> will be created from
+  [[1]] Extract the distribution archive to the directory you wish to install Continuum 1.0.2. These instructions
+        assume you chose <<</usr/local/continuum-1.0.2>>>. The directory <<<continuum-1.0.2>>> will be created from
         the archive.

Added: maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt?rev=355509&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt (added)
+++ maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt Fri Dec  9 06:56:53 2005
@@ -0,0 +1,48 @@
+ ------
+ Release Notes - Continuum 1.0.2
+ ------
+ Emmanuel Venisse
+ ------
+ 09 December 2005
+ ------
+
+Release Note
+
+  The Apache Maven team is pleased to announce Continuum 1.0.2.
+
+  Continuum 1.0.2 is available for download from {{http://maven.apache.org/continuum/download.html}}
+
+  Continuum is a continous integration server that will ensure the health of your code base.
+
+  This release includes the following improvements :
+
+   * Improved performance
+
+   * Support for Clearcase
+
+   * Support for Perforce
+
+   * Added a default build definition for ant project
+
+   * Added specific build definition screens for Ant and shell projects
+
+   * Added support of Ant build file in a subdirectory
+
+   * Allowed modification of default schedule
+
+   * Bug fixes
+
+  For a complete list of changes please refer to the complete changelog:
+
+    * {{http://maven.apache.org/continuum/change-log.html}}
+
+  We hope you enjoy using Continuum! If you have any questions, please consult:
+
+    * the web site: {{http://maven.apache.org/continuum/}}
+
+    * the continuum-user mailing list: {{http://maven.apache.org/continuum/mail-lists.html}}
+
+  For news and information, see:
+
+    * Maven Blogs: {{http://www.mavenblogs.com/}}
+

Propchange: maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/trunk/continuum-site/src/site/apt/release-notes.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/continuum/trunk/continuum-site/src/site/fml/about.fml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/fml/about.fml?rev=355509&r1=355508&r2=355509&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/fml/about.fml (original)
+++ maven/continuum/trunk/continuum-site/src/site/fml/about.fml Fri Dec  9 06:56:53 2005
@@ -51,7 +51,7 @@
       <answer>
         <p>
           Help for Continuum can be obtained by subscribing and posting to the
-          <a href="contact.html">Continuum Users List</a>.
+          <a href="mail-lists.html">Continuum Users List</a>.
         </p>
         <p>
           You can also join us on IRC at <code>irc.codehaus.org</code> on the channel <code>#continuum</code>. This

Added: maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml?rev=355509&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml (added)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml Fri Dec  9 06:56:53 2005
@@ -0,0 +1,83 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Welcome to Continuum</title>
+    <author email="evenisse@apache.org">Emmanuel Venisse</author>
+  </properties>
+  <body>
+    <section name="Welcome to Continuum">
+      <div id="downloadbox">
+        <h5>Get Continuum 1.0.2</h5>
+        <p>
+          <a href="download.html">
+            <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
+            Download
+          </a>
+          Continuum
+          <small>(10Mb)</small>
+        </p>
+        <ul>
+          <li>
+            <a href="download.html#requirements">System Requirements</a>
+          </li>
+          <li>
+            <a href="download.html#installation">Installation Instructions</a>
+          </li>
+          <li>
+            <a href="release-notes.html">Release Notes</a>
+          </li>                         
+          <li>
+            <a href="guides/getting-started/index.html">Getting Started</a>
+          </li>
+          <li>
+            <a href="guides/index.html">Documentation</a>
+          </li>          
+        </ul>
+      </div>
+
+      <p>
+        Continuum is a continous integration server for building Java based projects.
+        It supports a wide range of projects:
+
+        <ul>
+          <li><a href="http://maven.apache.org/maven-1.x">Maven 1</a></li>
+          <li><a href="http://maven.apache.org">Maven 2</a></li>
+          <li><a href="http://ant.apache.org">Ant</a></li>
+          <li>Shell scripts</li>
+        </ul>
+      </p>
+      <subsection name="About Continuum">
+        <p>
+          <ul>
+            <li>
+              <a href="about.html#what-is-continuum">What is Continuum?</a>
+            </li>
+            <li>
+              <a href="continuum-features.html">What are the features of Continuum?</a>
+            </li>
+            <li>
+              <a href="about.html#get-involved">Can I get involved?</a>
+            </li>
+            <li>
+              <a href="about.html#get-help">Where do I get help with Continuum?</a>
+            </li>
+          </ul>
+        </p>
+      </subsection>
+    </section>
+    <section name="Latest News">
+      <p>
+        <ul>
+          <li>Continuum 1.0.2 Final Release Available - December 09 2005</li>
+          <li>Continuum 1.0.1 Final Release Available - November 16 2005</li>
+          <li>Continuum 1.0 Final Release Available - October 25 2005</li>
+          <li>Continuum 1.0 Beta 1 Release Available - October 07 2005</li>
+          <li>Continuum 1.0 Alpha 4 Release Available - September 20 2005</li>
+          <li>Continuum 1.0 Alpha 3 Release Available - July 10 2005</li>
+          <li>Continuum 1.0 Alpha 2 Release Available - May 25 2005</li>
+          <li>First Continuum Release Available - Apr 26 2005</li>
+        </ul>
+      </p>
+    </section>
+  </body>
+</document>

Propchange: maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/trunk/continuum-site/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"