You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2012/11/30 06:56:17 UTC

svn commit: r1415501 [2/4] - in /continuum/site-publish: ./ css/ development/

Modified: continuum/site-publish/development/release.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/development/release.html?rev=1415501&r1=1415500&r2=1415501&view=diff
==============================================================================
--- continuum/site-publish/development/release.html (original)
+++ continuum/site-publish/development/release.html Fri Nov 30 05:56:15 2012
@@ -19,7 +19,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
@@ -30,7 +30,7 @@ pageTracker._trackPageview();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="" id="bannerLeft">
+                  <a href="./" id="bannerLeft">
     
                                             <img src="../images/continuum_logo_75.gif" alt="" />
     
@@ -68,7 +68,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 18 Sep 2011
+             Last Published: 30 Nov 2012
             </div>
       <div class="clear">
         <hr/>
@@ -203,125 +203,26 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Continuum Release Guidelines</h2>
-<ul><li>Continuum is versioned X.Y.Z -- Major.Minor.Build. The Major and Minor versions are set at the beginning of a series, after which we use sequential build numbers starting with .0. For example, 1.3.0, 1.3.1, 1.3.2.</li>
-<li>Ideally each version is tagged and built exactly once. The Release Manager (RM) has discretion to re-build a version if something goes wrong during the release process, but once a version has been made available for public download, that version number may not be re-used.</li>
-<li>During the vote, an additional qualifier is determined. For example: 1.3.0 (M1) or 1.3.7 (GA). Respectively, these mean Milestone 1 and General Availability. Qualifiers such as Alpha and Beta are also acceptable, as is RC (Release Candidate).</li>
-<li>If the vote does not pass, the qualifier may be reused. For example, if 1.3.0 was meant to be Milestone 1 but does not get approved, 1.3.1 can become M1.</li>
-<li>When releases are announced to the community, the additional qualifier is used in addition to the version number. For example: [ANN] Continuum 1.3.3 (Milestone 2) Release or [ANN] Continuum 1.3.6 (GA) Release</li>
-<li>A qualifier can be changed by calling a new vote. If we get to 1.3.8 (M5) and decide that it has no problems and there's nothing else we want to add, we can simply re-label it GA and update the website.</li>
-<li>New features may be added to 1.3.x releases until we reach GA, at which point only minor changes should be made.</li>
-<li>If the vote does not pass, the binaries should be removed from the download area, and the version should be labeled &quot;test build&quot; on the release notes page.</li>
-</ul>
-</div>
-<div class="section"><h2>Continuum Release Preparation</h2>
-<ol type="1"><li>Post to the dev list a few days before you plan to do a Continuum release</li>
-<li>Check for SNAPSHOT dependencies, including the Continuum parent POM</li>
-<li>Update <tt>continuum-docs/src/site/xdoc/release-notes.xml</tt><ul><li>Copy and paste the html release notes from JIRA</li>
-<li>Remove the first line with the heading</li>
-</ul>
-</li>
-<li>Make sure that you have the &quot;release&quot; profile set in your <tt>settings.xml</tt> as shown below.<div class="source"><pre>&lt;profile&gt;
+        <div class="section"><h2>Continuum Release Guidelines<a name="Continuum_Release_Guidelines"></a></h2><ul><li>Continuum is versioned X.Y.Z -- Major.Minor.Build. The Major and Minor versions are set at the beginning of a series, after which we use sequential build numbers starting with .0. For example, 1.3.0, 1.3.1, 1.3.2.</li><li>Ideally each version is tagged and built exactly once. The Release Manager (RM) has discretion to re-build a version if something goes wrong during the release process, but once a version has been made available for public download, that version number may not be re-used.</li><li>During the vote, an additional qualifier is determined. For example: 1.3.0 (M1) or 1.3.7 (GA). Respectively, these mean Milestone 1 and General Availability. Qualifiers such as Alpha and Beta are also acceptable, as is RC (Release Candidate).</li><li>If the vote does not pass, the qualifier may be reused. For example, if 1.3.0 was meant to be Milestone 1 but does not
  get approved, 1.3.1 can become M1.</li><li>When releases are announced to the community, the additional qualifier is used in addition to the version number. For example: [ANN] Continuum 1.3.3 (Milestone 2) Release or [ANN] Continuum 1.3.6 (GA) Release</li><li>A qualifier can be changed by calling a new vote. If we get to 1.3.8 (M5) and decide that it has no problems and there's nothing else we want to add, we can simply re-label it GA and update the website.</li><li>New features may be added to 1.3.x releases until we reach GA, at which point only minor changes should be made.</li><li>If the vote does not pass, the binaries should be removed from the download area, and the version should be labeled &quot;test build&quot; on the release notes page.</li></ul></div><div class="section"><h2>Continuum Release Preparation<a name="Continuum_Release_Preparation"></a></h2><ol style="list-style-type: decimal"><li>Post to the dev list a few days before you plan to do a Continuum relea
 se</li><li>Check for SNAPSHOT dependencies, including the Continuum parent POM</li><li>Update <tt>continuum-docs/src/site/xdoc/release-notes.xml</tt><ul><li>Copy and paste the html release notes from JIRA</li><li>Remove the first line with the heading</li></ul></li><li>Make sure that you have the &quot;release&quot; profile set in your <tt>settings.xml</tt> as shown below.<div class="source"><pre>&lt;profile&gt;
   &lt;id&gt;release&lt;/id&gt;
   &lt;properties&gt;
     &lt;gpg.passphrase&gt;[GPG_PASS_PHRASE]&lt;/gpg.passphrase&gt;
   &lt;/properties&gt;
-&lt;/profile&gt;</pre>
-</div>
-</li>
-<li>Set your user credentials for the stage repo in the <tt>&lt;servers</tt>&gt; section of your <tt>settings.xml</tt> file.</li>
-</ol>
-</div>
-<div class="section"><h2>Continuum Release Process</h2>
-<p>By default, the release will be staged in <tt>http://people.apache.org/builds/continuum/${version}/staging-repo</tt>. If you want to stage it elsewhere, set the <tt>deploy.altRepository</tt> property in your <tt>settings.xml</tt> file. For example:</p>
-<div class="source"><pre>&lt;deploy.altRepository&gt;vmbuild.staging::default::http://vmbuild.apache.org/archiva/repository/staged-continuum/&lt;/deploy.altRepository&gt;</pre>
-</div>
-<p><i>Note:</i> If using Archiva to deploy to, you will need to clear the deployment repository first</p>
-<ol type="1"><li>Check trunk is building correctly (including Selenium tests) by running:<div class="source"><pre>mvn clean install -Pintegration</pre>
-</div>
-</li>
-<li>Execute <tt>mvn release:prepare</tt> (check that it has been properly tagged. The tag name must be <tt>continuum-[VERSION]</tt>)</li>
-<li>Then execute <tt>mvn release:perform</tt></li>
-<li>ssh to <tt>people.apache.org</tt> and cd to <tt>/www/people.apache.org/builds/continuum/VERSION</tt>. Execute the following commands to copy and rename the source and binary distributions.<div class="source"><pre>svn cat http://svn.apache.org/repos/asf/continuum/project/release-script.sh &gt; ../release-script.sh
-sh ../release-script.sh VERSION STAGING_URL</pre>
-</div>
-</li>
-<li>Stage the site <tt>mvn site:stage-deploy -DstagingSiteURL=scp://people.apache.org/home/USERID/public_html/staging-sites/continuum/1.3.4</tt> from the <tt>continuum-docs</tt> module of the release tag or <tt>target/checkout</tt> directory</li>
-<li>Call for a vote in the dev list and wait for 72 hours for the vote results. 3 binding votes from PMC members are necessary for the release to be finalized. <b><a href="http://markmail.org/message/dhgdoz6aht6w5frl" class="externalLink">Example</a></b></li>
-<li>After the vote has passed, copy the sources and binaries from <tt>people.apache.org</tt> to <tt>/www/www.apache.org/dist/continuum</tt>.</li>
-<li>To sync the JARs to the central repository, execute:<div class="source"><pre>mvn stage:copy -Dsource=&quot;[STAGE_REPO_URL]&quot;
+&lt;/profile&gt;</pre></div></li><li>Set your user credentials for the stage repo in the <tt>&lt;servers</tt>&gt; section of your <tt>settings.xml</tt> file.</li></ol></div><div class="section"><h2>Continuum Release Process<a name="Continuum_Release_Process"></a></h2><p>By default, the release will be staged in <tt>http://people.apache.org/builds/continuum/${version}/staging-repo</tt>. If you want to stage it elsewhere, set the <tt>deploy.altRepository</tt> property in your <tt>settings.xml</tt> file. For example:</p><div><pre>&lt;deploy.altRepository&gt;vmbuild.staging::default::http://vmbuild.apache.org/archiva/repository/staged-continuum/&lt;/deploy.altRepository&gt;</pre></div><p><i>Note:</i> If using Archiva to deploy to, you will need to clear the deployment repository first</p><ol style="list-style-type: decimal"><li>Check trunk is building correctly (including Selenium tests) by running:<div><pre>mvn clean install -Pintegration</pre></div></li><li>Execute <tt>mvn rel
 ease:prepare</tt> (check that it has been properly tagged. The tag name must be <tt>continuum-[VERSION]</tt>)</li><li>Then execute <tt>mvn release:perform</tt></li><li>ssh to <tt>people.apache.org</tt> and cd to <tt>/www/people.apache.org/builds/continuum/VERSION</tt>. Execute the following commands to copy and rename the source and binary distributions.<div class="source"><pre>svn cat http://svn.apache.org/repos/asf/continuum/project/release-script.sh &gt; ../release-script.sh
+sh ../release-script.sh VERSION STAGING_URL</pre></div></li><li>Stage the site <tt>mvn site:stage-deploy -DstagingSiteURL=scp://people.apache.org/home/USERID/public_html/staging-sites/continuum/1.3.4</tt> from the <tt>continuum-docs</tt> module of the release tag or <tt>target/checkout</tt> directory</li><li>Call for a vote in the dev list and wait for 72 hours for the vote results. 3 binding votes from PMC members are necessary for the release to be finalized. <b><a class="externalLink" href="http://markmail.org/message/dhgdoz6aht6w5frl">Example</a></b></li><li>After the vote has passed, copy the sources and binaries from <tt>people.apache.org</tt> to <tt>/www/www.apache.org/dist/continuum</tt>.</li><li>To sync the JARs to the central repository, execute:<div class="source"><pre>mvn stage:copy -Dsource=&quot;[STAGE_REPO_URL]&quot;
      -Dtarget=&quot;scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository&quot;
-     -Dversion=1.3.4 -DrepositoryId=apache.releases</pre>
-</div>
-<p><b>Note:</b> Do not use Maven 2.0.9 because it has a bug when performing <tt>mvn stage:copy</tt></p>
-<p><b>Note:</b> You can also use scpexe:// especially if you are building from another machine using SSH agent forwarding</p>
-</li>
-<li>Execute fix permissions scripts. Login to <tt>people.apache.org</tt><div class="source"><pre>/www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh</pre>
-</div>
-</li>
-<li>Publish the docs with <tt>mvn site-deploy</tt> from the <tt>continuum-docs</tt> module from the release tag</li>
-<li>Update the Continuum site at <tt>https://svn.apache.org/repos/asf/continuum/site/</tt> with the versions and release notes URL and run <tt>mvn site-deploy</tt>. Below is the list of pages that you need to update:<ul><li><tt>src/site/xdoc/index.xml</tt></li>
-<li><tt>src/site/apt/known-issues.apt</tt></li>
-<li><tt>src/site/apt/download.apt</tt></li>
-<li><tt>src/site/apt/changelog.apt</tt></li>
-<li><tt>src/site/resources/.htaccess</tt> - update <tt>Redirect Permanent /docs/current http://continuum.apache.org/docs/1.0.1/</tt> to the latest released GA version</li>
-</ul>
-</li>
-<li>Remove versions that no longer need to be downloaded from the mirror from <tt>/www/www.apache.org/dist/continuum</tt></li>
-<li>Publish the reference docs (<tt>mvn site-deploy</tt> from the release tag. You may have to exclude the <tt>continuum-webapp</tt> module to do this, and will require <tt>MAVEN_OPTS=-Xmx256m</tt></li>
-<li>Update JIRA to indicate the version is released</li>
-<li>Send out an announcement of the release</li>
-</ol>
-</div>
-<div class="section"><h2>Verifying a Release</h2>
-<p>Download the uploaded files via wget:</p>
-<div class="source"><pre> wget http://people.apache.org/builds/continuum/1.3.4/source/apache-continuum-1.3.4-src.tar.gz</pre>
-</div>
-<p>Verify the signatures:</p>
-<div class="source"><pre> gpg -v apache-continuum-1.3.4-src.zip.asc</pre>
-</div>
-<p>Verify the checksums:</p>
-<div class="source"><pre> md5sum apache-continuum-1.3.4-src.zip
+     -Dversion=1.3.4 -DrepositoryId=apache.releases</pre></div><p><b>Note:</b> Do not use Maven 2.0.9 because it has a bug when performing <tt>mvn stage:copy</tt></p><p><b>Note:</b> You can also use scpexe:// especially if you are building from another machine using SSH agent forwarding</p></li><li>Execute fix permissions scripts. Login to <tt>people.apache.org</tt><div class="source"><pre>/www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh</pre></div></li><li>Publish the docs with <tt>mvn site-deploy</tt> from the <tt>continuum-docs</tt> module from the release tag</li><li>Update the Continuum site at <tt>https://svn.apache.org/repos/asf/continuum/site/</tt> with the versions and release notes URL and run <tt>mvn site-deploy</tt>. Below is the list of pages that you need to update:<ul><li><tt>src/site/xdoc/index.xml</tt></li><li><tt>src/site/apt/known-issues.apt</tt></li><li><tt>src/site/apt/download.apt</tt></li><li><tt>src/site/apt/changelog.apt</tt></li
 ><li><tt>src/site/resources/.htaccess</tt> - update <tt>Redirect Permanent /docs/current http://continuum.apache.org/docs/1.0.1/</tt> to the latest released GA version</li></ul></li><li>Remove versions that no longer need to be downloaded from the mirror from <tt>/www/www.apache.org/dist/continuum</tt></li><li>Publish the reference docs (<tt>mvn site-deploy</tt> from the release tag. You may have to exclude the <tt>continuum-webapp</tt> module to do this, and will require <tt>MAVEN_OPTS=-Xmx256m</tt></li><li>Update JIRA to indicate the version is released</li><li>Send out an announcement of the release</li></ol></div><div class="section"><h2>Verifying a Release<a name="Verifying_a_Release"></a></h2><p>Download the uploaded files via wget:</p><div class="source"><pre> wget http://people.apache.org/builds/continuum/1.3.4/source/apache-continuum-1.3.4-src.tar.gz</pre></div><p>Verify the signatures:</p><div class="source"><pre> gpg -v apache-continuum-1.3.4-src.zip.asc</pre></di
 v><p>Verify the checksums:</p><div class="source"><pre> md5sum apache-continuum-1.3.4-src.zip
  cat apache-continuum-1.3.4-src.zip.md5
 
  sha1sum apache-continuum-1.3.4-src.zip
- cat apache-continuum-1.3.4-src.zip.sha1</pre>
-</div>
-</div>
-<div class="section"><h2>Publishing a release</h2>
-<p>Tally the vote and reply on the vote thread. I prefer not to change the subject line as it breaks threading in some clients.</p>
-<p>Copy the distribution files over to /www/www.apache.org/dist/continuum</p>
-<div class="source"><pre>cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-1.3.4-bin* /www/www.apache.org/dist/continuum/binaries/
+ cat apache-continuum-1.3.4-src.zip.sha1</pre></div></div><div class="section"><h2>Publishing a release<a name="Publishing_a_release"></a></h2><p>Tally the vote and reply on the vote thread. I prefer not to change the subject line as it breaks threading in some clients.</p><p>Copy the distribution files over to /www/www.apache.org/dist/continuum</p><div class="source"><pre>cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-1.3.4-bin* /www/www.apache.org/dist/continuum/binaries/
 cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-1.3.4.war* /www/www.apache.org/dist/continuum/binaries/
 cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-1.3.4-src* /www/www.apache.org/dist/continuum/source/
 cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-buildagent-1.3.4-bin* /www/www.apache.org/dist/continuum/binaries/
-cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-buildagent-1.3.4.war* /www/www.apache.org/dist/continuum/binaries/</pre>
-</div>
-<p>Promote the staged repository contents</p>
-<div class="source"><pre>mvn stage:copy -Dsource=&quot;http://people.apache.org/builds/continuum/1.3.4/staging-repo&quot; \
+cp /www/people.apache.org/builds/continuum/1.3.4/apache-continuum-buildagent-1.3.4.war* /www/www.apache.org/dist/continuum/binaries/</pre></div><p>Promote the staged repository contents</p><div class="source"><pre>mvn stage:copy -Dsource=&quot;http://people.apache.org/builds/continuum/1.3.4/staging-repo&quot; \
 -Dtarget=&quot;scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository&quot; \
 -Dversion=1.3.4 \
--DtargetRepositoryId=apache.releases</pre>
-</div>
-<p><b>Note:</b> This copies <b>everything</b> in the staging repo, even if you specify a version</p>
-<p>Update the <tt>index.xml</tt> and <tt>downloads.apt</tt> pages on the main site</p>
-<p>Publish the versioned reference docs (<tt>mvn site-deploy</tt> from a checkout of the tag)</p>
-<p>Publish the top-level website</p>
-<p>Announce the release on the dev and user lists</p>
-<p>Optionally announce on the Apache announcements list (only for major versions?)</p>
-<p>Remove old releases from /www/www.apache.org/dist (make sure to remove them from <tt>downloads.apt</tt> or the links will be broken)</p>
-<p>Open a bottle of champagne ! :-)</p>
-</div>
-<div class="section"><h2>Releasing the parent POM</h2>
-<p>Check out the source from <tt>https://svn.apache.org/repos/asf/continuum/parent</tt></p>
-<ul><li><tt>mvn release:prepare</tt> (verify that it has been properly tagged)</li>
-<li><tt>mvn release:perform</tt> (verify that it has been deployed correctly in the staging repo)</li>
-<li>Update the parent POM version in Continuum at <tt>https://svn.apache.org/repos/asf/continuum/trunk</tt> (or in the branch)</li>
-<li>Change the parent POM version to the <tt>continuum-parent</tt> version that has just been released</li>
-<li>Commit the changes made</li>
-</ul>
-</div>
-
+-DtargetRepositoryId=apache.releases</pre></div><p><b>Note:</b> This copies <b>everything</b> in the staging repo, even if you specify a version</p><p>Update the <tt>index.xml</tt> and <tt>downloads.apt</tt> pages on the main site</p><p>Publish the versioned reference docs (<tt>mvn site-deploy</tt> from a checkout of the tag)</p><p>Publish the top-level website</p><p>Announce the release on the dev and user lists</p><p>Optionally announce on the Apache announcements list (only for major versions?)</p><p>Remove old releases from /www/www.apache.org/dist (make sure to remove them from <tt>downloads.apt</tt> or the links will be broken)</p><p>Open a bottle of champagne ! :-)</p></div><div class="section"><h2>Releasing the parent POM<a name="Releasing_the_parent_POM"></a></h2><p>Check out the source from <tt>https://svn.apache.org/repos/asf/continuum/parent</tt></p><ul><li><tt>mvn release:prepare</tt> (verify that it has been properly tagged)</li><li><tt>mvn release:perform</tt>
  (verify that it has been deployed correctly in the staging repo)</li><li>Update the parent POM version in Continuum at <tt>https://svn.apache.org/repos/asf/continuum/trunk</tt> (or in the branch)</li><li>Change the parent POM version to the <tt>continuum-parent</tt> version that has just been released</li><li>Commit the changes made</li></ul></div>
       </div>
     </div>
     <div class="clear">
@@ -329,7 +230,7 @@ cp /www/people.apache.org/builds/continu
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2003-2011
+          2003-2012
     
           The Apache Software Foundation
           
@@ -346,4 +247,4 @@ cp /www/people.apache.org/builds/continu
       </div>
     </div>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: continuum/site-publish/download.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/download.html?rev=1415501&r1=1415500&r2=1415501&view=diff
==============================================================================
--- continuum/site-publish/download.html (original)
+++ continuum/site-publish/download.html Fri Nov 30 05:56:15 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Trygve Laugstol
 Emmanuel Venisse" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
@@ -32,7 +32,7 @@ pageTracker._trackPageview();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="" id="bannerLeft">
+                  <a href="./" id="bannerLeft">
     
                                             <img src="images/continuum_logo_75.gif" alt="" />
     
@@ -70,7 +70,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 18 Sep 2011
+             Last Published: 30 Nov 2012
             </div>
       <div class="clear">
         <hr/>
@@ -205,136 +205,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Download Apache Continuum</h2>
-<div class="section"><h3>General Availability Releases</h3>
-<div class="section"><h4>Continuum 1.3.8 (GA)</h4>
-<table class="bodyTable"><tbody><tr class="a"><td align="left"></td>
-<td align="left">Download</td>
-<td align="left">Checksum</td>
-<td align="left">Signature</td>
-</tr>
-<tr class="b"><td align="left">Continuum 1.3.8 (tar.gz)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.3.8-bin.tar.gz" class="externalLink"> apache-continuum-1.3.8-bin.tar.gz</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.tar.gz.md5" class="externalLink"> apache-continuum-1.3.8-bin.tar.gz.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.tar.gz.asc" class="externalLink"> apache-continuum-1.3.8-bin.tar.gz.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum 1.3.8 (zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.3.8-bin.zip" class="externalLink"> apache-continuum-1.3.8-bin.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.zip.md5" class="externalLink"> apache-continuum-1.3.8-bin.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.zip.asc" class="externalLink"> apache-continuum-1.3.8-bin.zip.asc</a></td>
-</tr>
-<tr class="b"><td align="left">Continuum 1.3.8 (war)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.3.8.war" class="externalLink"> apache-continuum-1.3.8.war</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8.war.md5" class="externalLink"> apache-continuum-1.3.8.war.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8.war.asc" class="externalLink"> apache-continuum-1.3.8.war.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum 1.3.8 (source zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/source/apache-continuum-1.3.8-src.zip" class="externalLink"> apache-continuum-1.3.8-src.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/source/apache-continuum-1.3.8-src.zip.md5" class="externalLink"> apache-continuum-1.3.8-src.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/source/apache-continuum-1.3.8-src.zip.asc" class="externalLink"> apache-continuum-1.3.8-src.zip.asc</a></td>
-</tr>
-<tr class="b"><td align="left">Continuum Build Agent 1.3.8 (tar.gz)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.tar.gz" class="externalLink"> apache-continuum-buildagent-1.3.8-bin.tar.gz</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.tar.gz.md5" class="externalLink"> apache-continuum-buildagent-1.3.8-bin.tar.gz.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.tar.gz.asc" class="externalLink"> apache-continuum-buildagent-1.3.8-bin.tar.gz.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum Build Agent 1.3.8 (zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.zip" class="externalLink"> apache-continuum-buildagent-1.3.8-bin.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.zip.md5" class="externalLink"> apache-continuum-buildagent-1.3.8-bin.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.zip.asc" class="externalLink"> apache-continuum-buildagent-1.3.8-bin.zip.asc</a></td>
-</tr>
-<tr class="b"><td align="left">Continuum Build Agent 1.3.8 (war)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.3.8.war" class="externalLink"> apache-continuum-buildagent-1.3.8.war</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8.war.md5" class="externalLink"> apache-continuum-buildagent-1.3.8.war.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8.war.asc" class="externalLink"> apache-continuum-buildagent-1.3.8.war.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum Build Agent 1.3.8 (source zip )</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/source/apache-continuum-buildagent-1.3.8-src.zip" class="externalLink"> apache-continuum-buildagent-1.3.8-src.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/source/apache-continuum-buildagent-1.3.8-src.zip.md5" class="externalLink"> apache-continuum-buildagent-1.3.8-src.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/source/apache-continuum-buildagent-1.3.8-src.zip.asc" class="externalLink"> apache-continuum-buildagent-1.3.8-src.zip.asc</a></td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div class="section"><h3>Beta Releases</h3>
-<div class="section"><h4>Continuum 1.4.0 (Beta)</h4>
-<table class="bodyTable"><tbody><tr class="b"><td align="left"></td>
-<td align="left">Download</td>
-<td align="left">Checksum</td>
-<td align="left">Signature</td>
-</tr>
-<tr class="a"><td align="left">Continuum 1.4.0 (tar.gz)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.4.0-bin.tar.gz" class="externalLink"> apache-continuum-1.4.0-bin.tar.gz</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.tar.gz.md5" class="externalLink"> apache-continuum-1.4.0-bin.tar.gz.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.tar.gz.asc" class="externalLink"> apache-continuum-1.4.0-bin.tar.gz.asc</a></td>
-</tr>
-<tr class="b"><td align="left">Continuum 1.4.0 (zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.4.0-bin.zip" class="externalLink"> apache-continuum-1.4.0-bin.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.zip.md5" class="externalLink"> apache-continuum-1.4.0-bin.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.zip.asc" class="externalLink"> apache-continuum-1.4.0-bin.zip.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum 1.4.0 (war)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.4.0.war" class="externalLink"> apache-continuum-1.4.0.war</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0.war.md5" class="externalLink"> apache-continuum-1.4.0.war.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0.war.asc" class="externalLink"> apache-continuum-1.4.0.war.asc</a></td>
-</tr>
-<tr class="b"><td align="left">Continuum 1.4.0 (source zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/source/apache-continuum-1.4.0-src.zip" class="externalLink"> apache-continuum-1.4.0-src.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/source/apache-continuum-1.4.0-src.zip.md5" class="externalLink"> apache-continuum-1.4.0-src.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/source/apache-continuum-1.4.0-src.zip.asc" class="externalLink"> apache-continuum-1.4.0-src.zip.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum Build Agent 1.4.0 (tar.gz)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.tar.gz" class="externalLink"> apache-continuum-buildagent-1.4.0-bin.tar.gz</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.tar.gz.md5" class="externalLink"> apache-continuum-buildagent-1.4.0-bin.tar.gz.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.tar.gz.asc" class="externalLink"> apache-continuum-buildagent-1.4.0-bin.tar.gz.asc</a></td>
-</tr>
-<tr class="b"><td align="left">Continuum Build Agent 1.4.0 (zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.zip" class="externalLink"> apache-continuum-buildagent-1.4.0-bin.zip</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.zip.md5" class="externalLink"> apache-continuum-buildagent-1.4.0-bin.zip.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.zip.asc" class="externalLink"> apache-continuum-buildagent-1.4.0-bin.zip.asc</a></td>
-</tr>
-<tr class="a"><td align="left">Continuum Build Agent 1.4.0 (war)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.4.0.war" class="externalLink"> apache-continuum-buildagent-1.4.0.war</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0.war.md5" class="externalLink"> apache-continuum-buildagent-1.4.0.war.md5</a></td>
-<td align="left"><a href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0.war.asc" class="externalLink"> apache-continuum-buildagent-1.4.0.war.asc</a></td>
-</tr>
-</tbody>
-</table>
-</div>
-<div class="section"><h4>Continuum Data Management 1.2.3.1 (Beta)</h4>
-<table class="bodyTable"><tbody><tr class="b"><td align="left"></td>
-<td align="left">Download</td>
-<td align="left">Checksum</td>
-<td align="left">Signature</td>
-</tr>
-<tr class="a"><td align="left">Continuum Data Management 1.2.3.1 (jar)</td>
-<td align="left"><a href="http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar" class="externalLink"> data-management-cli-1.2.3.1-app.jar</a> 11M</td>
-<td align="left"><a href="http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar.md5" class="externalLink"> data-management-cli-1.2.3.1-app.jar.md5</a></td>
-<td align="left"><a href="http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar.asc" class="externalLink"> data-management-cli-1.2.3.1-app.jar.asc</a></td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div class="section"><h3>Previous Releases</h3>
-<p>More releases are available in the <a href="http://archive.apache.org/dist/continuum/binaries/" class="externalLink"> Apache Continuum Archives</a> or prior to the graduation from Maven, in the <a href="http://archive.apache.org/dist/maven/binaries/" class="externalLink"> Apache Maven Archives</a>.</p>
-</div>
-<div class="section"><h3>Verify the integrity of the files</h3>
-<p>We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.</p>
-<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/continuum/KEYS" class="externalLink">KEYS</a> as well as the asc signature file for the particular distribution. Make sure you get these files from <a href="http://www.apache.org/dist/continuum" class="externalLink">the main distribution directory</a>, rather than from a mirror. Then verify the signatures using</p>
-<p>% pgpk -a KEYS</p>
-<p>% pgpv $<a name="filename">filename</a>.tar.gz.asc</p>
-<p>or</p>
-<p>% pgp -ka KEYS</p>
-<p>% pgp $<a name="filename">filename</a>.tar.gz.asc</p>
-<p>or</p>
-<p>% gpg --import KEYS</p>
-<p>% gpg --verify $<a name="filename">filename</a>.tar.gz.asc</p>
-<p>You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of <a href="http://www.gnu.org/software/coreutils/" class="externalLink">GNU Coreutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/" class="externalLink">Fourmilab</a>, <a href="http://www.pc-tools.net/win32/freeware/console" class="externalLink">PC-Tools</a> or <a href="http://www.slavasoft.com/fsum/" class="externalLink">SlavaSoft</a>.</p>
-</div>
-</div>
-
+        <div class="section"><h2>Download Apache Continuum<a name="Download_Apache_Continuum"></a></h2><div class="section"><h3>General Availability Releases<a name="General_Availability_Releases"></a></h3><div class="section"><h4>Continuum 1.3.8 (GA)<a name="Continuum_1.3.8_GA"></a></h4><table border="1" class="bodyTable"><tr class="a"><td align="left"></td><td align="left">Download</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Continuum 1.3.8 (tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.3.8-bin.tar.gz"> apache-continuum-1.3.8-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.tar.gz.md5"> apache-continuum-1.3.8-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.
 3.8-bin.tar.gz.asc"> apache-continuum-1.3.8-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Continuum 1.3.8 (zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.3.8-bin.zip"> apache-continuum-1.3.8-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.zip.md5"> apache-continuum-1.3.8-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8-bin.zip.asc"> apache-continuum-1.3.8-bin.zip.asc</a></td></tr><tr class="b"><td align="left">Continuum 1.3.8 (war)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.3.8.war"> apache-continuum-1.3.8.war</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-
 1.3.8.war.md5"> apache-continuum-1.3.8.war.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.3.8.war.asc"> apache-continuum-1.3.8.war.asc</a></td></tr><tr class="a"><td align="left">Continuum 1.3.8 (source zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/source/apache-continuum-1.3.8-src.zip"> apache-continuum-1.3.8-src.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/source/apache-continuum-1.3.8-src.zip.md5"> apache-continuum-1.3.8-src.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/source/apache-continuum-1.3.8-src.zip.asc"> apache-continuum-1.3.8-src.zip.asc</a></td></tr><tr class="b"><td align="left">Continuum Build Agent 1.3.8 (tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apach
 e-continuum-buildagent-1.3.8-bin.tar.gz"> apache-continuum-buildagent-1.3.8-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.tar.gz.md5"> apache-continuum-buildagent-1.3.8-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.tar.gz.asc"> apache-continuum-buildagent-1.3.8-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Continuum Build Agent 1.3.8 (zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.zip"> apache-continuum-buildagent-1.3.8-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.zip.md5"> apache-continuum-buildagent-1.3.8-bin.zip.md5</a></td><td align="left"><a class=
 "externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8-bin.zip.asc"> apache-continuum-buildagent-1.3.8-bin.zip.asc</a></td></tr><tr class="b"><td align="left">Continuum Build Agent 1.3.8 (war)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.3.8.war"> apache-continuum-buildagent-1.3.8.war</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8.war.md5"> apache-continuum-buildagent-1.3.8.war.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.3.8.war.asc"> apache-continuum-buildagent-1.3.8.war.asc</a></td></tr><tr class="a"><td align="left">Continuum Build Agent 1.3.8 (source zip )</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/source/
 apache-continuum-buildagent-1.3.8-src.zip"> apache-continuum-buildagent-1.3.8-src.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/source/apache-continuum-buildagent-1.3.8-src.zip.md5"> apache-continuum-buildagent-1.3.8-src.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/source/apache-continuum-buildagent-1.3.8-src.zip.asc"> apache-continuum-buildagent-1.3.8-src.zip.asc</a></td></tr></table></div></div><div class="section"><h3>Beta Releases<a name="Beta_Releases"></a></h3><div class="section"><h4>Continuum 1.4.0 (Beta)<a name="Continuum_1.4.0_Beta"></a></h4><table border="1" class="bodyTable"><tr class="a"><td align="left"></td><td align="left">Download</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Continuum 1.4.0 (tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/bina
 ries/apache-continuum-1.4.0-bin.tar.gz"> apache-continuum-1.4.0-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.tar.gz.md5"> apache-continuum-1.4.0-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.tar.gz.asc"> apache-continuum-1.4.0-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Continuum 1.4.0 (zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.4.0-bin.zip"> apache-continuum-1.4.0-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.zip.md5"> apache-continuum-1.4.0-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0-bin.zip.asc"> apache-c
 ontinuum-1.4.0-bin.zip.asc</a></td></tr><tr class="b"><td align="left">Continuum 1.4.0 (war)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-1.4.0.war"> apache-continuum-1.4.0.war</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0.war.md5"> apache-continuum-1.4.0.war.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-1.4.0.war.asc"> apache-continuum-1.4.0.war.asc</a></td></tr><tr class="a"><td align="left">Continuum 1.4.0 (source zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/source/apache-continuum-1.4.0-src.zip"> apache-continuum-1.4.0-src.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/source/apache-continuum-1.4.0-src.zip.md5"> apache-continuum-1.4.0-sr
 c.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/source/apache-continuum-1.4.0-src.zip.asc"> apache-continuum-1.4.0-src.zip.asc</a></td></tr><tr class="b"><td align="left">Continuum Build Agent 1.4.0 (tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.tar.gz"> apache-continuum-buildagent-1.4.0-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.tar.gz.md5"> apache-continuum-buildagent-1.4.0-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.tar.gz.asc"> apache-continuum-buildagent-1.4.0-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Continuum Build Agent 1.4.0 (zip)</td><td align="left"><a class="externalLink" hre
 f="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.zip"> apache-continuum-buildagent-1.4.0-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.zip.md5"> apache-continuum-buildagent-1.4.0-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0-bin.zip.asc"> apache-continuum-buildagent-1.4.0-bin.zip.asc</a></td></tr><tr class="b"><td align="left">Continuum Build Agent 1.4.0 (war)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/continuum/binaries/apache-continuum-buildagent-1.4.0.war"> apache-continuum-buildagent-1.4.0.war</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0.war.md5"> apache-continuum-buildagent-1.4.0.war.md5</a><
 /td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/continuum/binaries/apache-continuum-buildagent-1.4.0.war.asc"> apache-continuum-buildagent-1.4.0.war.asc</a></td></tr></table></div><div class="section"><h4>Continuum Data Management 1.2.3.1 (Beta)<a name="Continuum_Data_Management_1.2.3.1_Beta"></a></h4><table border="1" class="bodyTable"><tr class="a"><td align="left"></td><td align="left">Download</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Continuum Data Management 1.2.3.1 (jar)</td><td align="left"><a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar"> data-management-cli-1.2.3.1-app.jar</a> 11M</td><td align="left"><a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar.md5"> data-management-cli-1.2.3.1-app.j
 ar.md5</a></td><td align="left"><a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.2.3.1/data-management-cli-1.2.3.1-app.jar.asc"> data-management-cli-1.2.3.1-app.jar.asc</a></td></tr></table></div></div><div class="section"><h3>Previous Releases<a name="Previous_Releases"></a></h3><p>More releases are available in the <a class="externalLink" href="http://archive.apache.org/dist/continuum/binaries/"> Apache Continuum Archives</a> or prior to the graduation from Maven, in the <a class="externalLink" href="http://archive.apache.org/dist/maven/binaries/"> Apache Maven Archives</a>.</p></div><div class="section"><h3>Verify the integrity of the files<a name="Verify_the_integrity_of_the_files"></a></h3><p>We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.</p><p>The PGP signatures can be verified using PGP or GPG. First download the <a class="externalLink" href="http://ww
 w.apache.org/dist/continuum/KEYS">KEYS</a> as well as the asc signature file for the particular distribution. Make sure you get these files from <a class="externalLink" href="http://www.apache.org/dist/continuum">the main distribution directory</a>, rather than from a mirror. Then verify the signatures using</p><p>% pgpk -a KEYS</p><p>% pgpv $<a name="filename">filename</a>.tar.gz.asc</p><p>or</p><p>% pgp -ka KEYS</p><p>% pgp $<a name="filename">filename</a>.tar.gz.asc</p><p>or</p><p>% gpg --import KEYS</p><p>% gpg --verify $<a name="filename">filename</a>.tar.gz.asc</p><p>You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of <a class="externalLink" href="http://www.gnu.org/software/coreutils/">GNU Coreutils</a>. Windows users can get binary md5 programs from <a class="externalLink" href="http://www.fourmilab.ch/md5/">Fourmilab</a>, <a class="externalLink" href="http://w
 ww.pc-tools.net/win32/freeware/console">PC-Tools</a> or <a class="externalLink" href="http://www.slavasoft.com/fsum/">SlavaSoft</a>.</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -342,7 +213,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2003-2011
+          2003-2012
     
           The Apache Software Foundation
           
@@ -359,4 +230,4 @@ pageTracker._trackPageview();</script>
       </div>
     </div>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: continuum/site-publish/error-states.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/error-states.html?rev=1415501&r1=1415500&r2=1415501&view=diff
==============================================================================
--- continuum/site-publish/error-states.html (original)
+++ continuum/site-publish/error-states.html Fri Nov 30 05:56:15 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Jason van Zyl" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
@@ -31,7 +31,7 @@ pageTracker._trackPageview();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="" id="bannerLeft">
+                  <a href="./" id="bannerLeft">
     
                                             <img src="images/continuum_logo_75.gif" alt="" />
     
@@ -69,7 +69,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 18 Sep 2011
+             Last Published: 30 Nov 2012
             </div>
       <div class="clear">
         <hr/>
@@ -204,28 +204,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Continuum Error Cases</h2>
-<p>This attempts to be a full catalog of all the things that could wrong while running Continuum. We catalog in an attempt to accurate trap the errors so we can report useful information back to the user.</p>
-<div class="section"><h3>Maven 2.x</h3>
-<ul><li>m2 POM imported lacks an <tt>scm</tt> element</li>
-<li>m2 POM imported lacks a <tt>ciManagement</tt> element</li>
-<li>Missing <tt>m2</tt> executable or it is not in the path</li>
-</ul>
-</div>
-<div class="section"><h3>Maven 1.0 - 1.0.2</h3>
-<ul><li>m2 POM imported lacks a <tt>repository</tt> element</li>
-<li>m1 POM imported lacks a <tt>nagEmailAddress</tt> element</li>
-<li>Missing <tt>maven</tt> executable or it is not in the path</li>
-</ul>
-</div>
-<div class="section"><h3>Ant</h3>
-<ul><li>Missing <tt>ant</tt> executable or it is not in the path</li>
-</ul>
-</div>
-<div class="section"><h3>Shell</h3>
-</div>
-</div>
-
+        <div class="section"><h2>Continuum Error Cases<a name="Continuum_Error_Cases"></a></h2><p>This attempts to be a full catalog of all the things that could wrong while running Continuum. We catalog in an attempt to accurate trap the errors so we can report useful information back to the user.</p><div class="section"><h3>Maven 2.x<a name="Maven_2.x"></a></h3><ul><li>m2 POM imported lacks an <tt>scm</tt> element</li><li>m2 POM imported lacks a <tt>ciManagement</tt> element</li><li>Missing <tt>m2</tt> executable or it is not in the path</li></ul></div><div class="section"><h3>Maven 1.0 - 1.0.2<a name="Maven_1.0_-_1.0.2"></a></h3><ul><li>m2 POM imported lacks a <tt>repository</tt> element</li><li>m1 POM imported lacks a <tt>nagEmailAddress</tt> element</li><li>Missing <tt>maven</tt> executable or it is not in the path</li></ul></div><div class="section"><h3>Ant<a name="Ant"></a></h3><ul><li>Missing <tt>ant</tt> executable or it is not in the path</li></ul></div><div class=
 "section"><h3>Shell<a name="Shell"></a></h3></div></div>
       </div>
     </div>
     <div class="clear">
@@ -233,7 +212,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2003-2011
+          2003-2012
     
           The Apache Software Foundation
           
@@ -250,4 +229,4 @@ pageTracker._trackPageview();</script>
       </div>
     </div>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: continuum/site-publish/events.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/events.html?rev=1415501&r1=1415500&r2=1415501&view=diff
==============================================================================
--- continuum/site-publish/events.html (original)
+++ continuum/site-publish/events.html Fri Nov 30 05:56:15 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
@@ -30,7 +30,7 @@ pageTracker._trackPageview();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="" id="bannerLeft">
+                  <a href="./" id="bannerLeft">
     
                                             <img src="images/continuum_logo_75.gif" alt="" />
     
@@ -68,7 +68,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 18 Sep 2011
+             Last Published: 30 Nov 2012
             </div>
       <div class="clear">
         <hr/>
@@ -203,19 +203,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Events</h2>
-<div class="section"><h3><a href="http://eu.apachecon.com" class="externalLink">ApacheCon Europe 2009</a></h3>
-<img src="http://www.eu.apachecon.com/page_attachments/0000/0087/125_basic.jpg" alt="ApacheCon Europe 2009" /><p><a href="http://www.eu.apachecon.com/c/aceu2009/sessions/170" class="externalLink">Apache Continuum - Build, Test, and Release</a> (Fri, March 27, 2009 at 2:00 PM)</p>
-<p><a href="http://www.eu.apachecon.com/c/aceu2009/sessions/171" class="externalLink">Enterprise build and test in the cloud</a> (Fri, March 27, 2009 at 3:00 PM)</p>
-</div>
-<div class="section"><h3><a href="http://www.agile2008.org/" class="externalLink">Agile 2008</a></h3>
-<p><a href="http://submissions.agile2008.org/node/4663" class="externalLink">Maven and Continuum - building an ecosystem for Agile builds and testing</a></p>
-</div>
-<div class="section"><h3>ApacheCon US 2008</h3>
-<p>Intro to Apache Continuum - Fast Feather talk</p>
-</div>
-</div>
-
+        <div class="section"><h2>Events<a name="Events"></a></h2><div class="section"><h3><a class="externalLink" href="http://eu.apachecon.com">ApacheCon Europe 2009</a><a name="ApacheCon_Europe_2009"></a></h3><img src="http://www.eu.apachecon.com/page_attachments/0000/0087/125_basic.jpg" alt="ApacheCon Europe 2009" /><p><a class="externalLink" href="http://www.eu.apachecon.com/c/aceu2009/sessions/170">Apache Continuum - Build, Test, and Release</a> (Fri, March 27, 2009 at 2:00 PM)</p><p><a class="externalLink" href="http://www.eu.apachecon.com/c/aceu2009/sessions/171">Enterprise build and test in the cloud</a> (Fri, March 27, 2009 at 3:00 PM)</p></div><div class="section"><h3><a class="externalLink" href="http://www.agile2008.org/">Agile 2008</a><a name="Agile_2008"></a></h3><p><a class="externalLink" href="http://submissions.agile2008.org/node/4663">Maven and Continuum - building an ecosystem for Agile builds and testing</a></p></div><div class="section"><h3>ApacheCon US 
 2008<a name="ApacheCon_US_2008"></a></h3><p>Intro to Apache Continuum - Fast Feather talk</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -223,7 +211,7 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2003-2011
+          2003-2012
     
           The Apache Software Foundation
           
@@ -240,4 +228,4 @@ pageTracker._trackPageview();</script>
       </div>
     </div>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: continuum/site-publish/faqs.html
URL: http://svn.apache.org/viewvc/continuum/site-publish/faqs.html?rev=1415501&r1=1415500&r2=1415501&view=diff
==============================================================================
--- continuum/site-publish/faqs.html (original)
+++ continuum/site-publish/faqs.html Fri Nov 30 05:56:15 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
@@ -30,7 +30,7 @@ pageTracker._trackPageview();</script>
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="" id="bannerLeft">
+                  <a href="./" id="bannerLeft">
     
                                             <img src="images/continuum_logo_75.gif" alt="" />
     
@@ -68,7 +68,7 @@ pageTracker._trackPageview();</script>
   
   
     
-             Last Published: 18 Sep 2011
+             Last Published: 30 Nov 2012
             </div>
       <div class="clear">
         <hr/>
@@ -203,87 +203,42 @@ pageTracker._trackPageview();</script>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2><a name="top">Continuum Faqs</a></h2>
-<p><b>Adding a project</b></p>
-<ol type="1"><li><a href="#How-can-I-add-my-maven-1-project-with-extends">How can I add my maven 1 project which uses extends?</a></li>
-<li><a href="#How-can-I-add-my-maven-2-project-with-modules">How can I add my maven 2 project with modules?</a></li>
-<li><a href="#can-i-use-file-protocol-in-add-project-view">Can I use file protocol in Add Project view?</a></li>
-</ol>
-<p><b>Notification</b></p>
-<ol type="1"><li><a href="#how-to-configure-jabber-notifier-for-google-talk">How to configure jabber notifier for google talk?</a></li>
-<li><a href="#how-do-I-configure-Continuum-to-use-GMail-as-the-SMTP-server">How do I configure Continuum to use GMail as the SMTP server?</a></li>
-</ol>
-<p><b>General</b></p>
-<ol type="1"><li><a href="#build-order">Why does Continuum build my project group in a different order than the Maven 2 command line?</a></li>
-<li><a href="#why-maven-doesn-t-detect-my-failed-builds">Why Maven doesn't detect my failed builds?</a></li>
-<li><a href="#how-does-continuum-detect-a-successful-build-with-ant">How does Continuum detect a successful build with ANT?</a></li>
-<li><a href="#how-does-continuum-detect-a-successful-build-with-sript-shell">How does Continuum detect a successful build with a SHELL script?</a></li>
-<li><a href="#How-can-I-run-continuum-on-a-different-port">How can I run Continuum on a different port? I already have application X running on port 8000/8080.</a></li>
-<li><a href="#Can-I-run-multiple-Continuum-instances-on-one-server">Can I run multiple Continuum instances on one server?</a></li>
-<li><a href="#What_are_some_alternatives_to_Continuum">What are some alternatives to Continuum?</a></li>
-</ol>
-<p><b>Misc</b></p>
-<ol type="1"><li><a href="#the-embedded-java-CVS-client-doesn-t-work-for-me-what-is-the-workaround">The embedded java CVS client doesn't work for me, what is the workaround?</a></li>
-<li><a href="#i-m-running-on-windows-and-continuum-cant-log-to-my-cvs-repository-whats-going-on">I'm running on Windows, and Continuum can't log in to my CVS repository! What's going on?</a></li>
-<li><a href="#builds-keep-failing-because-continuum-cant-checkout-sources">Why does Continuum builds keep failing with password is required even if I'm using anonymous or no password in CVS?</a></li>
-<li><a href="#build-entire-project-recursively-from-parent">How can I build the entire project recursively from the parent?</a></li>
-<li><a href="#add-an-scm-hook-script">How can I build projects with a scm post-commit hook?</a></li>
-</ol>
-</div>
-<div class="section"><h2>Adding a project</h2>
-<dl><dt><a name="How-can-I-add-my-maven-1-project-with-extends">How can I add my maven 1 project which uses extends?</a></dt>
-<dd>
+        <div class="section"><h2><a name="top">Continuum Faqs</a><a name="Continuum_Faqs"></a></h2><p><b>Adding a project</b></p><ol style="list-style-type: decimal"><li><a href="#How-can-I-add-my-maven-1-project-with-extends">How can I add my maven 1 project which uses extends?</a></li><li><a href="#How-can-I-add-my-maven-2-project-with-modules">How can I add my maven 2 project with modules?</a></li><li><a href="#can-i-use-file-protocol-in-add-project-view">Can I use file protocol in Add Project view?</a></li></ol><p><b>Notification</b></p><ol style="list-style-type: decimal"><li><a href="#how-to-configure-jabber-notifier-for-google-talk">How to configure jabber notifier for google talk?</a></li><li><a href="#how-do-I-configure-Continuum-to-use-GMail-as-the-SMTP-server">How do I configure Continuum to use GMail as the SMTP server?</a></li></ol><p><b>General</b></p><ol style="list-style-type: decimal"><li><a href="#build-order">Why does Continuum build my project group in a 
 different order than the Maven 2 command line?</a></li><li><a href="#why-maven-doesn-t-detect-my-failed-builds">Why Maven doesn't detect my failed builds?</a></li><li><a href="#how-does-continuum-detect-a-successful-build-with-ant">How does Continuum detect a successful build with ANT?</a></li><li><a href="#how-does-continuum-detect-a-successful-build-with-sript-shell">How does Continuum detect a successful build with a SHELL script?</a></li><li><a href="#How-can-I-run-continuum-on-a-different-port">How can I run Continuum on a different port? I already have application X running on port 8000/8080.</a></li><li><a href="#Can-I-run-multiple-Continuum-instances-on-one-server">Can I run multiple Continuum instances on one server?</a></li><li><a href="#What_are_some_alternatives_to_Continuum">What are some alternatives to Continuum?</a></li></ol><p><b>Misc</b></p><ol style="list-style-type: decimal"><li><a href="#the-embedded-java-CVS-client-doesn-t-work-for-me-what-is-the-workar
 ound">The embedded java CVS client doesn't work for me, what is the workaround?</a></li><li><a href="#i-m-running-on-windows-and-continuum-cant-log-to-my-cvs-repository-whats-going-on">I'm running on Windows, and Continuum can't log in to my CVS repository! What's going on?</a></li><li><a href="#builds-keep-failing-because-continuum-cant-checkout-sources">Why does Continuum builds keep failing with password is required even if I'm using anonymous or no password in CVS?</a></li><li><a href="#build-entire-project-recursively-from-parent">How can I build the entire project recursively from the parent?</a></li><li><a href="#add-an-scm-hook-script">How can I build projects with a scm post-commit hook?</a></li></ol></div><div class="section"><h2>Adding a project<a name="Adding_a_project"></a></h2><dl><dt><a name="How-can-I-add-my-maven-1-project-with-extends">How can I add my maven 1 project which uses extends?</a></dt><dd>
         <p>
           If you want to add a project that extends an other, you must add the parent project.
           When you add a project with sub-projects, Continuum will add all sub-projects, so you
           need to provide a URL instead of uploading a POM so that Continuum can find all sub-projects.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="How-can-I-add-my-maven-2-project-with-modules">How can I add my maven 2 project with modules?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How-can-I-add-my-maven-2-project-with-modules">How can I add my maven 2 project with modules?</a></dt><dd>
         <p>
           If your project has modules, you need to provide a URL instead of uploading a POM.
           When you add a project with modules, Continuum will add all sub-projects, and this
           only works by submitting a URL.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="can-i-use-file-protocol-in-add-project-view">Can I use file protocol in Add Project view?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="can-i-use-file-protocol-in-add-project-view">Can I use file protocol in Add Project view?</a></dt><dd>
         <p>
           File protocol is disabled by default for security reasons. In Continuum 1.1, you can allow it in
-          <code>$CONTINUUM_HOME/apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml</code>
+          <tt>$CONTINUUM_HOME/apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml</tt>
        </p>
         <p>
           File protocol is disabled by default for security reasons. In Continuum 1.2, you can allow it in
-          <code>$CONTINUUM_HOME/apps/continuum/WEB-INF/classes/META-INF/plexus/application.xml</code>
+          <tt>$CONTINUUM_HOME/apps/continuum/WEB-INF/classes/META-INF/plexus/application.xml</tt>
        </p>        
         <p>
           Uncomment the following line :
        </p>
         <div class="source"><pre>
-&lt;allowedScheme&gt;file&lt;/allowedScheme&gt;
-       </pre>
-</div>
-
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table></dd>
-</dl>
-</div>
-<div class="section"><h2>Notification</h2>
-<dl><dt><a name="how-to-configure-jabber-notifier-for-google-talk">How to configure jabber notifier for google talk?</a></dt>
-<dd>
-        <p>
-          <b>Jabber Host :</b> talk.google.com<br></br>
-          <b>Jabber Port :</b> 5222<br></br>
-          <b>Jabber Login :</b> your google talk login without '@gmail.com'<br></br>
-          <b>Jabber Domain Name :</b> gmail.com<br></br>
+file
+       </pre></div>
+      <p align="right"><a href="#top">[top]</a></p></dd></dl></div><div class="section"><h2>Notification<a name="Notification"></a></h2><dl><dt><a name="how-to-configure-jabber-notifier-for-google-talk">How to configure jabber notifier for google talk?</a></dt><dd>
+        <p>
+          <b>Jabber Host :</b> talk.google.com<br /></br>
+          <b>Jabber Port :</b> 5222<br /></br>
+          <b>Jabber Login :</b> your google talk login without '@gmail.com'<br /></br>
+          <b>Jabber Domain Name :</b> gmail.com<br /></br>
           <b>Is it a SSL Connection?</b> false
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="how-do-I-configure-Continuum-to-use-GMail-as-the-SMTP-server">How do I configure Continuum to use GMail as the SMTP server?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="how-do-I-configure-Continuum-to-use-GMail-as-the-SMTP-server">How do I configure Continuum to use GMail as the SMTP server?</a></dt><dd>
         <p>
           In the JNDI configuration, defined in your container for Continuum webapp and in $CONTINUUM_HOME/conf/jetty.xml for standalone version, you can use this parameters:
        </p>
@@ -307,50 +262,32 @@ pageTracker._trackPageview();</script>
     &lt;/Arg&gt;
   &lt;/New&gt;
         
-       </pre>
-</div>
-
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table></dd>
-</dl>
-</div>
-<div class="section"><h2>General</h2>
-<dl><dt><a name="build-order">Why does Continuum build my project group in a different order than the Maven 2 command line?</a></dt>
-<dd>Continuum uses alphabetical order and then considers dependencies, while Maven starts with the order of the
-        modules in the pom before considering dependencies.<table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="why-maven-doesn-t-detect-my-failed-builds">Why Maven doesn't detect my failed builds?</a></dt>
-<dd>
+       </pre></div>
+      <p align="right"><a href="#top">[top]</a></p></dd></dl></div><div class="section"><h2>General<a name="General"></a></h2><dl><dt><a name="build-order">Why does Continuum build my project group in a different order than the Maven 2 command line?</a></dt><dd>Continuum uses alphabetical order and then considers dependencies, while Maven starts with the order of the
+        modules in the pom before considering dependencies.<p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="why-maven-doesn-t-detect-my-failed-builds">Why Maven doesn't detect my failed builds?</a></dt><dd>
         <p>
           mvn.bat distributed with Maven 2.0.7 doesn't set correctly the exit code. You can use Maven 2.0.8 to fix it or directly a fixed mvn.bat file.
-          The fixed version is available <b><a href="http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.8/maven-core/src/bin/">here</a></b>.
+          The fixed version is available <b><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.8/maven-core/src/bin/">here</a></b>.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="how-does-continuum-detect-a-successful-build-with-ant">How does Continuum detect a successful build with ANT?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="how-does-continuum-detect-a-successful-build-with-ant">How does Continuum detect a successful build with ANT?</a></dt><dd>
         <p>
           Continuum uses the command line return code for detecting a successful or failed execution.
        </p>
         <p>
-          If you use ant, you need to add the following lines at the end of <code>ant.bat</code> :
+          If you use ant, you need to add the following lines at the end of <tt>ant.bat</tt> :
        </p>
         <div class="source"><pre>
 if &quot;%MAVEN_TERMINATE_CMD%&quot; == &quot;on&quot; exit %ANT_ERROR%
 
 exit /B %ANT_ERROR%
-       </pre>
-</div>
-
+       </pre></div>
         <p>
-        If your bat file contains an <code>exit /B</code> at the end, this line must be inserted before it.
+        If your bat file contains an <tt>exit /B</tt> at the end, this line must be inserted before it.
        </p>
         <p>
           <b>The code above is for ANT 1.7, you can download fixed scripts for older ANT <a href="scripts">here</a></b>.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="how-does-continuum-detect-a-successful-build-with-sript-shell">How does Continuum detect a successful build with a SHELL script?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="how-does-continuum-detect-a-successful-build-with-sript-shell">How does Continuum detect a successful build with a SHELL script?</a></dt><dd>
         <p>
           Continuum uses the command line return code for detecting a successful or failed execution.
        </p>
@@ -359,22 +296,17 @@ exit /B %ANT_ERROR%
        </p>
         <div class="source"><pre>
 if &quot;%MAVEN_TERMINATE_CMD%&quot; == &quot;on&quot; exit %ERROR_CODE%
-       </pre>
-</div>
-
+       </pre></div>
         <p>
-          If your bat file contains an <code>exit /B</code> at the end, this line must be inserted before it.
+          If your bat file contains an <tt>exit /B</tt> at the end, this line must be inserted before it.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="How-can-I-run-continuum-on-a-different-port">How can I run Continuum on a different port? I already have application X running on port 8000/8080.</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How-can-I-run-continuum-on-a-different-port">How can I run Continuum on a different port? I already have application X running on port 8000/8080.</a></dt><dd>
         <p>
           Port 8080 is used by the instance of Jetty that supplies the web interface for Continuum.
        </p>
         <p>
           If you have another application already running on port 8080, you will get an exception when you start Continuum.
-          If you want to change the port that Continuum uses you should edit the file <code>conf/jetty.xml</code>.
+          If you want to change the port that Continuum uses you should edit the file <tt>conf/jetty.xml</tt>.
           Find the following section in that file:
        </p>
         <div class="source"><pre>
@@ -383,17 +315,12 @@ if &quot;%MAVEN_TERMINATE_CMD%&quot; == 
   &lt;Set name=&quot;port&quot;&gt;&lt;SystemProperty name=&quot;jetty.port&quot; default=&quot;8080&quot;/&gt;&lt;/Set&gt;
   ...
 
-       </pre>
-</div>
-
+       </pre></div>
         <p>
-          Change the appropriate <code>&lt;jetty.port&gt;</code> element to the port number you want for jetty.
+          Change the appropriate <tt>&lt;jetty.port&gt;</tt> element to the port number you want for jetty.
           You need to restart Continuum for the changes to take effect.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="Can-I-run-multiple-Continuum-instances-on-one-server">Can I run multiple Continuum instances on one server?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="Can-I-run-multiple-Continuum-instances-on-one-server">Can I run multiple Continuum instances on one server?</a></dt><dd>
         <p>
           Yes, just change the port as described in the above question.
        </p>
@@ -401,55 +328,37 @@ if &quot;%MAVEN_TERMINATE_CMD%&quot; == 
           IIRC, Continuum won't respect a change to the working directory for existing projects, it will still check them out in the old location.
           Until/unless this is fixed, be sure to make configuration changes before adding any projects, or delete them and re-add.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="What_are_some_alternatives_to_Continuum">What are some alternatives to Continuum?</a></dt>
-<dd>
-        <p>
-          <ul>
-            <li><a href="http://www.atlassian.com/software/bamboo/">Bamboo</a></li>
-            <li><a href="http://cruisecontrol.sourceforge.net/">Cruise Control</a></li>
-            <li><a href="https://hudson.dev.java.net/">Hudson</a></li>
-            <li><a href="http://www.pmease.com">LuntBuilt</a></li>
-            <li><a href="http://code.google.com/p/vulcan/">Vulcan</a></li>
-            <li>More here: <a href="http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix">http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix</a></li>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="What_are_some_alternatives_to_Continuum">What are some alternatives to Continuum?</a></dt><dd>
+        <p>
+          </p><ul>
+            <li><a class="externalLink" href="http://www.atlassian.com/software/bamboo/">Bamboo</a></li>
+            <li><a class="externalLink" href="http://cruisecontrol.sourceforge.net/">Cruise Control</a></li>
+            <li><a class="externalLink" href="https://hudson.dev.java.net/">Hudson</a></li>
+            <li><a class="externalLink" href="http://www.pmease.com">LuntBuilt</a></li>
+            <li><a class="externalLink" href="http://code.google.com/p/vulcan/">Vulcan</a></li>
+            <li>More here: <a class="externalLink" href="http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix">http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix</a></li>
          </ul>
-       </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table></dd>
-</dl>
-</div>
-<div class="section"><h2>Misc</h2>
-<dl><dt><a name="the-embedded-java-CVS-client-doesn-t-work-for-me-what-is-the-workaround">The embedded java CVS client doesn't work for me, what is the workaround?</a></dt>
-<dd>
+       
+      <p align="right"><a href="#top">[top]</a></p></dd></dl></div><div class="section"><h2>Misc<a name="Misc"></a></h2><dl><dt><a name="the-embedded-java-CVS-client-doesn-t-work-for-me-what-is-the-workaround">The embedded java CVS client doesn't work for me, what is the workaround?</a></dt><dd>
         <p>
           If you have a native CVS client installed, you can use it instead of the embedded java CVS client. You should add the following property in your startup script:
        </p>
         <div class="source"><pre>
 -Dmaven.scm.provider.cvs.implementation=cvs_native
-       </pre>
-</div>
-
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="i-m-running-on-windows-and-continuum-cant-log-to-my-cvs-repository-whats-going-on">I'm running on Windows, and Continuum can't log in to my CVS repository! What's going on?</a></dt>
-<dd>
+       </pre></div>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="i-m-running-on-windows-and-continuum-cant-log-to-my-cvs-repository-whats-going-on">I'm running on Windows, and Continuum can't log in to my CVS repository! What's going on?</a></dt><dd>
         <p>
         You're probably running the CVSNT client, or another application based on it, like TortoiseCVS. CVSNT stores passwords in the registry,
-        rather than the <code>~/.cvspass</code> file. You'll need to issue the following command manually (but only once), with the appropriate information filled in:
+        rather than the <tt>~/.cvspass</tt> file. You'll need to issue the following command manually (but only once), with the appropriate information filled in:
        </p>
         <div class="source"><pre>
 cvs -d :pserver:account@cvsserver:2401:/rootfolder login
-       </pre>
-</div>
-
+       </pre></div>
         <p>
         Also, note that the login will only be saved for the particular user who typed it. If you're running Continuum as a service, double-check the user
-        it is running as, and make sure that you run <code>cvs login</code> as that user.
+        it is running as, and make sure that you run <tt>cvs login</tt> as that user.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="builds-keep-failing-because-continuum-cant-checkout-sources">Why does Continuum builds keep failing with password is required even if I'm using anonymous or no password in CVS?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="builds-keep-failing-because-continuum-cant-checkout-sources">Why does Continuum builds keep failing with password is required even if I'm using anonymous or no password in CVS?</a></dt><dd>
         <p>
           If you keep getting this build error on your projects:
        </p>
@@ -458,38 +367,29 @@ Exception:
 Cannot checkout sources.
 Exception while executing SCM command.
 password is required
-       </pre>
-</div>
-
+       </pre></div>
         <p>
         Modify the SCM URL of your Continuum Project from something like this:
        </p>
         <div class="source"><pre>
 scm:cvs:pserver:username@servername:path_to_repository:module_name
-       </pre>
-</div>
-
+       </pre></div>
         <p>
         to something like this:
        </p>
         <div class="source"><pre>
 scm:cvs:pserver:username:@servername:path_to_repository:module_name
-       </pre>
-</div>
-
+       </pre></div>
         <p>
         Please note the : before @servername. Save changes and try to build again, this time checkout should succeed.
        </p>
         <p>
-          <b>You can learn more about SCM URLs <a href="http://maven.apache.org/scm/scm-url-format.html">here</a></b>.
+          <b>You can learn more about SCM URLs <a class="externalLink" href="http://maven.apache.org/scm/scm-url-format.html">here</a></b>.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="build-entire-project-recursively-from-parent">How can I build the entire project recursively from the parent?</a></dt>
-<dd>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="build-entire-project-recursively-from-parent">How can I build the entire project recursively from the parent?</a></dt><dd>
         <p>
-          If you want to build recursively from the parent, you have to remove the <code>--non-recursive</code> or <code>-N</code> argument under the
-          "Build Definitions" section of your parent project. Or use the checkbox "For multi modules project, load only root as recursive build" when adding a m2 project.
+          If you want to build recursively from the parent, you have to remove the <tt>--non-recursive</tt> or <tt>-N</tt> argument under the
+          &quot;Build Definitions&quot; section of your parent project. Or use the checkbox &quot;For multi modules project, load only root as recursive build&quot; when adding a m2 project.
        </p>
         <p>
           Ensure that your entire project can be checked out using the SCM URL in your parent project.
@@ -497,25 +397,19 @@ scm:cvs:pserver:username:@servername:pat
         <p>
           For CVS users who have each child project in a separate module, you have several options:
           <p>
-          <ui>
+          
             <li>Refactor the CVS directory structure to a more standard one (i.e. a module with the parent POM at the base and child projects as subdirectories)</li>
             <li>Keep the structure and create a new module that contains a parent POM and a list of symbolic links to your actual CVS modules</li>
-         </ui>
+         
          </p>
           These options ensure that your child projects will not be checked out into separate numbered working directories. Instead, they will be checked out
           correctly under a single working directory.
-       </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
-</dd>
-<dt><a name="add-an-scm-hook-script">How can I build projects with a scm post-commit hook?</a></dt>
-<dd>
+       
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="add-an-scm-hook-script">How can I build projects with a scm post-commit hook?</a></dt><dd>
         <p>
           If your SCM support hook scripts, you'll need to write an <a href="documentation/1_1/developer_guides/xmlrpc.html">xml-rpc client</a> for Continuum and call it in your post-commit script.
        </p>
-      <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table></dd>
-</dl>
-</div>
-
+      <p align="right"><a href="#top">[top]</a></p></dd></dl></div>
       </div>
     </div>
     <div class="clear">
@@ -523,7 +417,7 @@ scm:cvs:pserver:username:@servername:pat
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2003-2011
+          2003-2012
     
           The Apache Software Foundation
           
@@ -540,4 +434,4 @@ scm:cvs:pserver:username:@servername:pat
       </div>
     </div>
   </body>
-</html>
+</html>
\ No newline at end of file