Author: brett Date: Mon Jan 7 03:58:08 2013 New Revision: 1429667 URL: http://svn.apache.org/viewvc?rev=1429667&view=rev Log: Site checkin for project Continuum Added: continuum/site-publish/.htaccess (with props) Removed: continuum/site-publish/change-log.html continuum/site-publish/known-issues.html Modified: continuum/site-publish/articles.html continuum/site-publish/community.html continuum/site-publish/dependencies.html continuum/site-publish/dependency-info.html continuum/site-publish/development/building.html continuum/site-publish/development/debugging.html continuum/site-publish/development/guide-continuum-development.html continuum/site-publish/development/publishing-site.html continuum/site-publish/development/release.html continuum/site-publish/distribution-management.html continuum/site-publish/download.html continuum/site-publish/error-states.html continuum/site-publish/events.html continuum/site-publish/faqs.html continuum/site-publish/features.html continuum/site-publish/getting-help.html continuum/site-publish/guide-helping.html continuum/site-publish/index.html continuum/site-publish/integration.html continuum/site-publish/issue-tracking.html continuum/site-publish/license.html continuum/site-publish/mail-lists.html continuum/site-publish/plugin-management.html continuum/site-publish/plugins.html continuum/site-publish/privacy-policy.html continuum/site-publish/project-info.html continuum/site-publish/project-summary.html continuum/site-publish/security.html continuum/site-publish/source-repository.html continuum/site-publish/team-list.html Added: continuum/site-publish/.htaccess URL: http://svn.apache.org/viewvc/continuum/site-publish/.htaccess?rev=1429667&view=auto ============================================================================== --- continuum/site-publish/.htaccess (added) +++ continuum/site-publish/.htaccess Mon Jan 7 03:58:08 2013 @@ -0,0 +1 @@ +Redirect Permanent /download.html /download.cgi Propchange: continuum/site-publish/.htaccess ------------------------------------------------------------------------------ svn:eol-style = native Modified: continuum/site-publish/articles.html URL: http://svn.apache.org/viewvc/continuum/site-publish/articles.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/articles.html (original) +++ continuum/site-publish/articles.html Mon Jan 7 03:58:08 2013 @@ -69,7 +69,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

@@ -93,11 +93,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/community.html URL: http://svn.apache.org/viewvc/continuum/site-publish/community.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/community.html (original) +++ continuum/site-publish/community.html Mon Jan 7 03:58:08 2013 @@ -70,7 +70,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -94,11 +94,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/dependencies.html URL: http://svn.apache.org/viewvc/continuum/site-publish/dependencies.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/dependencies.html (original) +++ continuum/site-publish/dependencies.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/dependency-info.html URL: http://svn.apache.org/viewvc/continuum/site-publish/dependency-info.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/dependency-info.html (original) +++ continuum/site-publish/dependency-info.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/development/building.html URL: http://svn.apache.org/viewvc/continuum/site-publish/development/building.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/development/building.html (original) +++ continuum/site-publish/development/building.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • @@ -243,7 +239,7 @@ pageTracker._trackPageview(); cd /path/to/continuum-all/parent mvn install cd /path/to/continuum-all/continuum - mvn install
  • After a successful build, you will find the Continuum distributions in continuum-jetty/target and the WAR file in continuum-webapp/target.

    Maven

    To build Continuum, you will need Apache Maven. Download and install the the latest stable version.

    Subversion

    The Continuum source code is stored in a Subversion repository hosted by The Apache Software Foundation. You will need a Subversion client in order to check out the source code. A list of Subversion downloads and third-party clients is available on the Subversion web site.

    All

    In the Subversion repo, there is a convenience 'all' directory with an svn:externals definition that allows you to check out the trunk, parent POM and site all at once. It will look empty when viewed in your web browser, but checking it out with your Subversion client will bring down all the code.

    http://svn.apache.org/repos/asf/continuum/all

    Trunk

    The trunk of the Subversion repo has version 1.4.x, from which we're publishing milestones. You can find more information about planned features on the Roadmap. If you see something interesting, please join us on the dev list to talk about it!

    http://svn.apache.org/repos/asf/continuum/trunk

    Parent

    The Continuum parent POM contains configuration that is common to the entire project. It has a separate, less frequent release cycle than the distribution.

    http://svn.apache.org/repos/asf/continuum/parent/trunk

    Site

    The source for the top-level Continuum website (including this page) is in a separate directory in Subversion. It is published when changes are made, but it is not tagged and "released".

    http://svn.apache.org/repos/asf/continuum/site

    Branches

    We currentl y have one active release branch for 1.3.x bug fixes, and several branches for ongoing work. Generally there will be some discussion on the dev list or a JIRA issue opened before a branch is created.

    http://svn.apache.org/repos/asf/continuum/branches

    Sandbox

    The sandbox is an area where committers are free to experiment. No notice is required to create something in the sandbox.

    http://svn.apache.org/repos/asf/continuum/sandbox

    Tags

    Tags for all past releases, test builds, and interesting points in time are available.

    http://svn.apache.org/repos/asf/continuum/tags

    Help

    If you need help finding something or building it, please ask on the dev list or on irc.

    + mvn install

    After a successful build, you will find the Continuum distributions in continuum-jetty/target and the WAR file in continuum-webapp/target.

    Maven

    To build Continuum, you will need Apache Maven. Download and install the the latest stable version.

    Subversion

    The Continuum source code is stored in a Subversion repository hosted by The Apache Software Foundation. You will need a Subversion client in order to check out the source code. A list of Subversion downloads and third-party clients is available on the Subversion web site.

    All

    In the Subversion repo, there is a convenience 'all' directory with an svn:externals definition that allows you to check out the trunk, parent POM and site all at once. It will look empty when viewed in your web browser, but checking it out with your Subversion client will bring down all the code.

    http://svn.apache.org/repos/asf/continuum/all

    Trunk

    The trunk of the Subversion repo has version 1.4.x, which are the current GA releases. You can find more information about planned features on the Roadmap. If you see something interesting, please join us on the dev list to talk about it!

    http://svn.apache.org/repos/asf/continuum/trunk

    Parent

    The Continuum parent POM contains configuration that is common to the entire project. It has a separate, less frequent release cycle than the distribution.

    http://svn.apache.org/repos/asf/continuum/parent/trunk

    Site

    The source for the top-level Continuum website (including this page) is in a separate directory in Subversion. It is published when changes are made, but it is not tagged and "released".

    http://svn.apache.org/repos/asf/continuum/site

    Branches

    We do not curren tly have any active branches for bug fix releases (e.g. 1.3.x). There are several inactive branches for ongoing work. Generally there will be some discussion on the dev list or a JIRA issue opened before a branch is created.

    http://svn.apache.org/repos/asf/continuum/branches

    Sandbox

    The sandbox is an area where committers are free to experiment. No notice is required to create something in the sandbox.

    http://svn.apache.org/repos/asf/continuum/sandbox

    Tags

    Tags for all past releases, test builds, and interesting points in time are available.

    http://svn.apache.org/repos/asf/continuum/tags

    Help

    If you need help finding something or building it, please ask on the dev list or on irc.

    Modified: continuum/site-publish/development/debugging.html URL: http://svn.apache.org/viewvc/continuum/site-publish/development/debugging.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/development/debugging.html (original) +++ continuum/site-publish/development/debugging.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

    @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/development/guide-continuum-development.html URL: http://svn.apache.org/viewvc/continuum/site-publish/development/guide-continuum-development.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/development/guide-continuum-development.html (original) +++ continuum/site-publish/development/guide-continuum-development.html Mon Jan 7 03:58:08 2013 @@ -69,7 +69,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -93,11 +93,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/development/publishing-site.html URL: http://svn.apache.org/viewvc/continuum/site-publish/development/publishing-site.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/development/publishing-site.html (original) +++ continuum/site-publish/development/publishing-site.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/development/release.html URL: http://svn.apache.org/viewvc/continuum/site-publish/development/release.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/development/release.html (original) +++ continuum/site-publish/development/release.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • @@ -239,13 +235,22 @@ pageTracker._trackPageview();
  • -

    Continuum Release Guidelines

    • 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.
    • 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.
    • 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).
    • 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.
    • 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
    • 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.
    • New features may be added to 1.3.x releases until we reach GA, at which point only minor changes should be made.
    • If the vote does not pass, the binaries should be removed from the download area, and the version should be labeled "test build" on the release notes page.

    Continuum Release Preparation

    1. Post to the dev list a few days before you plan to do a Continuum relea se
    2. Check for SNAPSHOT dependencies, including the Continuum parent POM
    3. Update continuum-docs/src/site/xdoc/release-notes.xml
      • Copy and paste the html release notes from JIRA
      • Remove the first line with the heading

    Continuum Release Process

    The release will be staged in https://archiva-repository.apache.org/archiva/repository/continuum-releases/. You will need to set your user credentials for the Archiva repository in the <servers> section of your settings.xml file, under the archiva-repository.releases server ID.

    1. Check trunk is building correctly (including Selenium tests) by running:
      mvn clean install -Pintegration
    2. < li>Execute mvn release:prepare (check that it has been properly tagged. The tag name must be continuum-[VERSION])
    3. Then execute mvn release:perform
    4. Copy the release artifacts from the Archiva repository to the Continuum distribution testing area. To do this, obtain the copy-release.sh script and run it locally against ~/.m2/repository, or anywhere against https://archiva-repository.apache.org/archiva/repository/continuum-releases/
      ./copy-release.sh 1.4.1 https://archiva-repository.apache.org/archiva/repository/continuum-releases/
    5. Stage the site mvn -Ptag site-deploy from the continuum-docs module of the release tag or target/checkout directory
    6. Call for a vote in the dev list and wait for 72 hours for the vote results. 3 binding v otes from PMC members are necessary for the release to be finalized. Example.
    7. After the vote has passed, copy the sources and binaries to the production Continuum distribution area
      svn merge https://dist.apache.org/repos/dist/dev/continuum https://dist.apache.org/repos/dist/release/continuum
    8. Remove versions that no longer need to be downloaded from mirrors. To do this, obtain the remove-release.sh script and run it
      ./remove-release.sh 1.4.1
    9. To sync the JARs to the central repository, execute:
      mvn stage:copy -Dsource="[STAGE_REPO_URL]" \
      +        

      Continuum Release Guidelines

      • 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.
      • 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.
      • 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).
      • 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.
      • 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
      • 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.
      • New features may be added to 1.3.x releases until we reach GA, at which point only minor changes should be made.
      • If the vote does not pass, the binaries should be removed from the download area, and the version should be labeled "test build" on the release notes page.

      Continuum Release Preparation

      1. Post to the dev list a few days before you plan to do a Continuum relea se
      2. Check for SNAPSHOT dependencies, including the Continuum parent POM
      3. Update continuum-docs/src/site/xdoc/release-notes.xml
        • Copy and paste the html release notes from JIRA
        • Remove the first line with the heading

      Continuum Release Process

      The release will be staged in https://archiva-repository.apache.org/archiva/repository/continuum-releases/. You will need to set your user credentials for the Archiva repository in the <servers> section of your settings.xml file, under the archiva-repository.releases server ID.

      1. Check trunk is building correctly (including Selenium tests) by running:
        mvn clean install -Pintegration
      2. < li>Execute mvn release:prepare (check that it has been properly tagged. The tag name must be continuum-[VERSION])
      3. Then execute mvn release:perform
      4. Copy the release artifacts from the Archiva repository to the Continuum distribution testing area. To do this, obtain the copy-release.sh script and run it locally against ~/.m2/repository, or anywhere against https://archiva-repository.apache.org/archiva/repository/continuum-releases/
        ./copy-release.sh 1.4.1 https://archiva-repository.apache.org/archiva/repository/continuum-releases/
      5. Stage the site mvn -Ptag site-deploy from the continuum-docs module of the release tag or target/checkout directory
      6. Call for a vote in the dev list and wait for 72 hours for the vote results. 3 binding v otes from PMC members are necessary for the release to be finalized. Example.
      7. After the vote has passed, remove versions that no longer need to be downloaded from mirrors. To do this, obtain the remove-release.sh script and run it
        ./remove-release.sh 1.4.0
      8. Copy the sources and binaries to the production Continuum distribution area (only needs to be done once for all staged releases)
        svn checkout https://dist.apache.org/repos/dist/release/continuum continuum-release
        +cd continuum-release
        +svn merge https://dist.apache.org/repos/dist/dev/continuum
        +svn commit
      9. To sync the JARs to the central repository, execute:
        mvn stage:copy -Dsource="[STAGE_REPO_URL]" \
              -Dtarget="scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" \
        -     -Dversion=1.3.4 -DrepositoryId=apache.releases

        Note: You can also use scpexe:// especially if you are building from another machine using SSH agent forwarding

      10. Execute fix permissions scripts. Login to people.apache.org
        /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh
      11. Update the Continuum site at https://svn.apache.org/repos/asf/continuum/site/ with the versions and release notes URL and run mvn site-deploy. Below is the list of pages that you need to update:
        • src/site/xdoc/index.xml
        • src/site/apt/known-issues.apt
        • src/site/apt/download.apt
        • src/site/apt/changelog.apt
      12. Publish the reference docs (mvn site site:stage scm-publish:publish-scm from the release tag or previous target/checkout directory.
      13. Update JIRA to indicate the version is release d
      14. Send out an announcement of the release to users@continuum.apache.org, and announce@apache.org (for GA releases). This must be sent from your @apache.org address.

      Verifying a Release

      Download the uploaded files:

       svn checkout https://dist.apache.org/repos/dist/dev/continuum

      Alternatively, you may download individual files from that location.

      Verify the signatures:

       gpg -v apache-continuum-1.3.4-src.zip.asc

      Verify the checksums:

       openssl md5 apache-continuum-1.3.4-src.zip
      - cat apache-continuum-1.3.4-src.zip.md5
      +     -Dversion=1.4.1 -DrepositoryId=apache.releases

      Note: You can also use scpexe:// especially if you are building from another machine using SSH agent forwarding

    10. Execute fix permissions scripts. Login to people.apache.org
      /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh
    11. Update the Continuum site at https://svn.apache.org/repos/asf/continuum/site/ with the versions and release notes URL and run mvn site-deploy. This can be usually be addressed by changing <gaVersion>/<gaDate> or <betaVersion>/<betaDate> in pom.xml.
    12. Publish the reference docs (mvn site site:stage scm-publish:publish-scm from the release tag or previous target/checkout directory.
    13. Update JIRA to indicate the version is released
    14. Send out an announcement of the release to users@co ntinuum.apache.org, and announce@apache.org (for GA releases). This must be sent from your @apache.org address.

    Verifying a Release

    Download the uploaded files:

     svn checkout https://dist.apache.org/repos/dist/dev/continuum

    Alternatively, you may download individual files from that location.

    Verify the signatures:

     gpg -v apache-continuum-1.4.1-src.zip.asc

    Verify the checksums:

     openssl md5 apache-continuum-1.4.1-src.zip
    + cat apache-continuum-1.4.1-src.zip.md5
     
    - openssl sha1 apache-continuum-1.3.4-src.zip
    - cat apache-continuum-1.3.4-src.zip.sha1

    Releasing the parent POM

    Check out the source from https://svn.apache.org/repos/asf/continuum/parent

    • mvn release:prepare (verify that it has been properly tagged)
    • mvn release:perform (verify that it has been deployed correctly in the staging repo)
    • Copy the source release to the distribution area, using the copy-release.sh script referred to above:
      ./copy-release.sh parent-5
    • Conduct a vote (or do it in conjunction with a Continuum release)
    • After the vote has passed, copy the sources to the production Continuum distribution area
      svn merge https://dist.apache.org/repos/dist/dev/continuum https://dist.apache.org/rep
       os/dist/release/continuum
    • Remove versions that no longer need to be downloaded from mirrors, using the remove-release.sh script referred to above:
      ./remove-release.sh parent-5
    • Update the parent POM version in Continuum at https://svn.apache.org/repos/asf/continuum/trunk (or in the branch), in the site at https://svn.apache.org/repos/asf/continuum/site, and the skin at https://svn.apache.org/repos/asf/continuum/skin/trunk to change the parent POM version to the continuum-parent version that has just been released
    • Commit the changes made

    Releasing the Site Skin

    Check out the source from https://svn.apache.org/repos/asf/continuum/skin/trunk

    • mvn release:p repare (verify that it has been properly tagged)
    • mvn release:perform (verify that it has been deployed correctly in the staging repo)
    • Copy the source release to the distribution area, using the copy-release.sh script referred to above:
      ./copy-release.sh skin-1.0
    • Conduct a vote (or do it in conjunction with a Continuum release)
    • After the vote has passed, copy the sources to the production Continuum distribution area
      svn merge https://dist.apache.org/repos/dist/dev/continuum https://dist.apache.org/repos/dist/release/continuum
    • Remove versions that no longer need to be downloaded from mirrors, using the remove-release.sh script referr ed to above:
      ./remove-release.sh skin-1.0
    • Update the site.xml in Continuum at https://svn.apache.org/repos/asf/continuum/trunk and in the site at https://svn.apache.org/repos/asf/continuum/site
    • Commit the changes made
    + openssl sha1 apache-continuum-1.4.1-src.zip + cat apache-continuum-1.4.1-src.zip.sha1

    Releasing the parent POM

    Check out the source from https://svn.apache.org/repos/asf/continuum/parent

    Releasing the Site Skin

    Check out the source from https://svn.apache.org/repos/asf/continuum/skin/trunk

    Modified: continuum/site-publish/distribution-management.html URL: http://svn.apache.org/viewvc/continuum/site-publish/distribution-management.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/distribution-management.html (original) +++ continuum/site-publish/distribution-management.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

    @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/download.html URL: http://svn.apache.org/viewvc/continuum/site-publish/download.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/download.html (original) +++ continuum/site-publish/download.html Mon Jan 7 03:58:08 2013 @@ -12,15 +12,14 @@ - Continuum - Download + Continuum - + Download - - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -94,11 +93,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • @@ -241,7 +236,208 @@ pageTracker._trackPageview();
  • -

    Download Apache Continuum

    Apache Continuum is an enterprise-ready continuous integration server with features such as automated builds, release management, role-based security, and integration with popular build tools and source control management systems. Whether you have a centralized build team or want to put control of releases in the hands of developers, Continuum can help you improve quality and maintain a consistent build environment.

    Previous Releases

    More releases are available in the Apache Continuum Archives or prior to the graduation from Maven, in the Apache Maven Archives.

    Verify the integrity of the files

    We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.

    The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the particular distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

    % pgpk -a KEYS

    % pgpv $filename.tar.gz.asc

    or

    % pgp -ka KEYS

    % pgp $filename.tar.gz.asc

    or

    % gpg --import KEYS

    % gpg --verify $filename. tar.gz.asc

    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 GNU Coreutils. Windows users can get binary md5 programs from Fourmilab, PC-Tools or SlavaSoft.

    + + + +

    Download Apache Continuum

    + +

    + Apache Continuum is an enterprise-ready continuous integration server with + features such as automated builds, release management, role-based security, + and integration with popular build tools and source control management + systems. Whether you have a centralized build team or want to put control of + releases in the hands of developers, Continuum can help you improve quality + and maintain a consistent build environment. +

    + +

    Mirror Selection

    + +

    +[if-any logo] + + logo + +[end] + The currently selected mirror is [preferred]. If you encounter a + problem with this mirror, please select another mirror. If all mirrors are + failing, there are backup mirrors (at the end of the mirrors list) + that should be available. +

    + +
    + Other mirrors: + + +
    + +

    + You may also consult the complete + list of mirrors. +

    + +
    + + + + +

    Previous Releases

    + +

    + More releases are available in the + Apache + Continuum Archives or prior to the graduation from Maven, in the Apache Maven + Archives. +

    + +
    + +

    Verify the integrity of the files

    + +

    + We recommend that you verify the integrity of the downloaded files using the + PGP signatures and MD5 checksums. +

    + +

    + The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the + asc signature file for the particular distribution. Make sure you get these + files from the main + distribution directory, rather than from a mirror. Then verify the + signatures using +

    + +
    + % pgpk -a KEYS
    +
    + % pgpv ${filename}.tar.gz.asc
    +
    + +

    + or +

    + +
    + % pgp -ka KEYS
    +
    + % pgp ${filename}.tar.gz.asc
    +
    + +

    + or +

    + +
    + % gpg --import KEYS
    +
    + % gpg --verify ${filename}.tar.gz.asc
    +
    + +

    + 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 GNU + Coreutils. Windows users can get binary md5 programs from Fourmilab, PC-Tools or SlavaSoft. +

    +
    +
    + +
    Modified: continuum/site-publish/error-states.html URL: http://svn.apache.org/viewvc/continuum/site-publish/error-states.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/error-states.html (original) +++ continuum/site-publish/error-states.html Mon Jan 7 03:58:08 2013 @@ -69,7 +69,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

    @@ -93,11 +93,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/events.html URL: http://svn.apache.org/viewvc/continuum/site-publish/events.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/events.html (original) +++ continuum/site-publish/events.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/faqs.html URL: http://svn.apache.org/viewvc/continuum/site-publish/faqs.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/faqs.html (original) +++ continuum/site-publish/faqs.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/features.html URL: http://svn.apache.org/viewvc/continuum/site-publish/features.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/features.html (original) +++ continuum/site-publish/features.html Mon Jan 7 03:58:08 2013 @@ -69,7 +69,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -93,11 +93,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • @@ -240,7 +236,7 @@ pageTracker._trackPageview();
  • -

    Continuum Features

    Continuum offers the following features:

    1. Easy installation : Download the standalone application and run it or deploy the Continuum WAR in your servlet container. Read more
    2. Easy configuration : Project's builds are auto-configured but they can be configured easily with the web interface.
    3. SCM support : CVS, Subversion, Git, Clearcase, Perforce, Starteam, Visual Source Safe, CM Synergy, Bazaar, Mercurial are supported.
    4. Change set support : For each build result, Continuum prints all SCM changes (commit authors, commit logs, modified files).
    5. Build notification : Mail, Jabber and Google Talk, MSN, IRC, report deployment with wagon.
    6. Build tool support : Maven, Ant and shell build types are supported.
    7. External integration : External tools can interact with Continuum via XMLRPC API. Read more
    8. Build type : Manual, scheduled and push (via xmlrpc) are supported.
    9. Build template : Users can define default build templates to use by project type.
    10. Build queue : Users can view all projects in the queue and even interrupt active builds.
    11. Distributed builds : Projects can be distributed to remote hosts using build agents.
    12. Parallel builds : Projects can be built concurrently using multiple build queues.
    +

    Continuum Features

    Continuum offers the following features:

    1. Easy installation : Download the standalone application and run it or deploy the Continuum WAR in your servlet container. Read more
    2. Easy configuration : Project's builds are auto-configured but they can be configured easily with the web interface.
    3. SCM support : CVS, Subversion, Git, Clearcase, Perforce, Starteam, Visual Source Safe, CM Synergy, Bazaar, Mercurial are supported.
    4. Change set support : For each build result, Continuum prints all SCM changes (commit authors, commit logs, modified files).
    5. Build notification : Mail, Jabber and Google Talk, MSN, IRC, report deployment with wagon.
    6. Build tool support : Maven, Ant and shell build types are supported.
    7. External integration : External tools can interact with Continuum via XMLRPC API. Read more
    8. Build type : Manual, scheduled and push (via xmlrpc) are supported.
    9. Build template : Users can define default build templates to use by project type.
    10. Build queue : Users can view all projects in the queue and even interrupt active builds.
    11. Distributed builds : Projects can be distributed to remote hosts using build agents.
    12. Parallel builds : Projects can be built concurrently using multiple build queues.
    Modified: continuum/site-publish/getting-help.html URL: http://svn.apache.org/viewvc/continuum/site-publish/getting-help.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/getting-help.html (original) +++ continuum/site-publish/getting-help.html Mon Jan 7 03:58:08 2013 @@ -70,7 +70,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

    @@ -94,11 +94,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/guide-helping.html URL: http://svn.apache.org/viewvc/continuum/site-publish/guide-helping.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/guide-helping.html (original) +++ continuum/site-publish/guide-helping.html Mon Jan 7 03:58:08 2013 @@ -71,7 +71,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -95,11 +95,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/index.html URL: http://svn.apache.org/viewvc/continuum/site-publish/index.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/index.html (original) +++ continuum/site-publish/index.html Mon Jan 7 03:58:08 2013 @@ -70,7 +70,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -94,11 +94,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • @@ -333,14 +329,10 @@ pageTracker._trackPageview();

    - -

    - Continuum 1.3.8 (GA)
    18 September 2011 -
    Release Notes | Documentation -

    +

    - Continuum 1.4.0 (Beta)
    6 May 2010 -
    Release Notes | Documentation + Continuum 1.4.1 (GA)
    7 January 2013 +
    Release Notes | Documentation

    Apache License 2.0 @@ -351,27 +343,27 @@ pageTracker._trackPageview();

    Modified: continuum/site-publish/integration.html URL: http://svn.apache.org/viewvc/continuum/site-publish/integration.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/integration.html (original) +++ continuum/site-publish/integration.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/issue-tracking.html URL: http://svn.apache.org/viewvc/continuum/site-publish/issue-tracking.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/issue-tracking.html (original) +++ continuum/site-publish/issue-tracking.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/license.html URL: http://svn.apache.org/viewvc/continuum/site-publish/license.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/license.html (original) +++ continuum/site-publish/license.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/mail-lists.html URL: http://svn.apache.org/viewvc/continuum/site-publish/mail-lists.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/mail-lists.html (original) +++ continuum/site-publish/mail-lists.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/plugin-management.html URL: http://svn.apache.org/viewvc/continuum/site-publish/plugin-management.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/plugin-management.html (original) +++ continuum/site-publish/plugin-management.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/plugins.html URL: http://svn.apache.org/viewvc/continuum/site-publish/plugins.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/plugins.html (original) +++ continuum/site-publish/plugins.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/privacy-policy.html URL: http://svn.apache.org/viewvc/continuum/site-publish/privacy-policy.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/privacy-policy.html (original) +++ continuum/site-publish/privacy-policy.html Mon Jan 7 03:58:08 2013 @@ -69,7 +69,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -93,11 +93,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/project-info.html URL: http://svn.apache.org/viewvc/continuum/site-publish/project-info.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/project-info.html (original) +++ continuum/site-publish/project-info.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download
  • Modified: continuum/site-publish/project-summary.html URL: http://svn.apache.org/viewvc/continuum/site-publish/project-summary.html?rev=1429667&r1=1429666&r2=1429667&view=diff ============================================================================== --- continuum/site-publish/project-summary.html (original) +++ continuum/site-publish/project-summary.html Mon Jan 7 03:58:08 2013 @@ -68,7 +68,7 @@ pageTracker._trackPageview(); - Last Published: 04 Jan 2013 + Last Published: 07 Jan 2013

  • @@ -92,11 +92,7 @@ pageTracker._trackPageview();
  • - Download -
  • - -
  • - Change Log + Download