- Home
- Download
- Documentation (2.0.0-beta1)
- History
- Trunk
- 2.x
- 2.0.x
- 2.0.0-beta1
- 2.0.0-alpha2
- 2.0.0-alpha-1
- 2.0.x
- 1.x
- 0.x
- Get Involved
- Search
Download
The first release of Apache Ivy as a sub project of Ant, 2.0.0-beta1, is available. Check the release notes.Use the links below to download a distribution of Ivy from one of our mirrors. It is good practice to verify the integrity of the distribution files, especially if you are using one of our mirror sites. To do this you must use the signatures from our main distribution directory.
Ivy is distributed as zip and tar.gz archives - the contents are the same. Please note that the tar.gz archives contain file names longer than 100 characters and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible version of tar.
If you do not see the file you need in the links below, please see the master distribution directory or, preferably, its mirror.
Select mirror
You are currently using [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.Ivy 2.0.0-beta1
Ivy 2.0.0-beta1 has been released on 13-Dec-2007 and may not be available on all mirrors for a few days.To get information about the different kind of distributions, see that page.
binary | apache-ivy-2.0.0-beta1-bin.zip (PGP SHA1 MD5) apache-ivy-2.0.0-beta1-bin.tar.gz (PGP SHA1 MD5) |
binary-with-dependencies | apache-ivy-2.0.0-beta1-bin-with-deps.zip (PGP SHA1 MD5) apache-ivy-2.0.0-beta1-bin-with-deps.tar.gz (PGP SHA1 MD5) |
sources | apache-ivy-2.0.0-beta1-src.zip (PGP SHA1 MD5) apache-ivy-2.0.0-beta1-src.tar.gz (PGP SHA1 MD5) |
Building from source
What you can get here at the ASF is the latest sources from the Subversion repository:svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk ivyThen to build Ivy from source, assuming you have ant 1.6.2+ and a jdk 1.4+ installed, then you only need to run the following command:
ant jarThen you will find ivy.jar in build/artifact.
Snapshot build
We drop snapshot builds from time to time to help people give early testing, without going into the full release process. These snapshot builds are usually built from the trunk with no other testing than our unit tests suite. Here is where they can be found:http://ant.apache.org/ivy/downloads/latest/
Verify Releases
It is essential that you verify the integrity of the downloaded files using the PGP signature or the SHA1 or MD5 checksums. The checksums are not as strong indicators as the 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 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 KEYSor
% pgpv apache-ivy-2.0.0-beta1-bin.tar.gz.asc
% pgp -ka KEYSor
% pgp apache-ivy-2.0.0-beta1-bin.tar.gz.asc
% gpg --import KEYSAlternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or md5sum/sha1sum are included in many unix distributions. *sum is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here. fsum supports MD5 and SHA1.
% gpg --verify apache-ivy-2.0.0-beta1-bin.tar.gz.asc
We highly recommend to verify the PGP signature, though.