Download

Introduction

Use the button below to download the newest release of OODT. N.B. OODT is ONLY released as source code and NOT binary. This is because you will most likely want to recompile various aspects of the codebase with configuration before deploying an OODT system.

See the 1.0-CHANGES.txt file for more information on the list of updates in this release.

OODT is always distributed under the Apache License, version 2.0.

Prerequisites

You require Apache Maven to build the OODT source code. Maven can either be downloaded and installed manually or alternatively via command line via your operating system package manager.

Official Release

February-2016: The Latest Apacheā„¢ OODT version 1.0 is now released and available for download.

Download OODT

Mirrors

The link in the Mirrors column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.

Version Mirrors MD5 Checksum Signature SHA Checksum
Apache OODT 1.0 (zip) apache-oodt-1.0-src.zip apache-oodt-1.0-src.zip.md5 apache-oodt-1.0-src.zip.asc apache-oodt-1.0-src.zip.sha1

Verify Releases

It is essential that you verify the integrity of the downloaded files using the PGP, MD5 and/or SHA signatures. published with every OODT release.

Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.

We strongly recommend you verify your downloads with at least both PGP and MD5. Guidance for doing so is provided below.

PGP Signature

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution.

N.B.Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following:

$ gpg --import KEYS $ gpg --verify apache-oodt-X.Y.Z-src.zip.asc

The files in the most recent release are signed by 783CE7BB 2014-12-19 Tom Barber (CODE SIGNING KEY)

MD5 Signature

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions.

$ md5sum apache-oodt-X.Y.Z-src.tar.gz

... output should match the string in apache-oodt-X.Y.Z-src.zip.md5

Previous Releases