Facebook Mirror


Apache Software Foundation - Index of /dist/incubator

Apache Incubator distribution directory

The directories listed below contain current releases from Apache Incubator projects ("podlings"). Older releases are archived.

To find the complete download and installation instructions and other information for a particular project, start at the project's own webpage. Find them via Incubator projects listing, rather than browsing the directories below.

Important notices

Each Apache Incubator podling is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Please visit and contribute to Incubator projects and assist them to mature.

Verify md5sums and PGP/GPG signatures of all downloaded artefacts.

Save apache.org bandwidth:
If you are currently at apache.org and would like to browse, please instead visit a nearby mirror site.

Incubator projects

      Name                                                    Last modified       Size  

[DIR] Parent Directory 22-Nov-2009 23:29 - [DIR] binaries/ 21-Sep-2009 11:51 - [DIR] source/ 21-Sep-2009 11:52 - [SIG] KEYS 02-Apr-2009 11:57 3k [TXT] README.html 08-Apr-2009 14:17 2k [TXT] RELEASE-NOTES-1.2.html 18-Jun-2009 11:52 8k [TXT] RELEASE-NOTES-1.3.html 21-Sep-2009 11:54 17k

Apache Pivot Distributions

Apache Pivot

System Requirements

  • NOTE: The tar files in this distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X may not work with these files.
  • Pivot requires JRE 5.0. Read the README file in the distribution for more details.

What Should I Download?

  • binaries/
    Binary releases, which contain the Pivot JAR files and javadocs.
  • source/
    Source distributions. Every source distribution contains a BUILD file that describes how to build the project.

Current Releases

For details on current releases, please see the Apache Pivot Download Page.

Older Releases

Only current, recommended releases are available on www.apache.org and the mirror sites. Older releases, when available, can be obtained from the archive site.

PGP Signatures

All of the release distribution packages have been digitally signed (using PGP or GPG) by the Apache Group members that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found at the MIT key repository and within this project's KEYS file.

Always use the signature files to verify the authenticity of the distribution, e.g.:

    % pgpk -a KEYS
    % pgpv filename.zip.asc
    or:
    % pgp -ka KEYS
    % pgp filename.zip.asc
    or:
    % gpg --import KEYS
    % gpg --verify filename.zip.asc
  

We offer MD5 hashes as an alternative to validate the integrity of the downloaded files. A unix program called md5 or md5sum is included in many unix distributions. It is also available as part of GNU Core Utilities package.