Download
Releases under Apache Incubator
Latest Binary
Use the links below to download a distribution of Apache EasyAnt 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.
Apache EasyAnt is distributed as zip archives.
- apache-easyant-core-{version}-bin : contains easyant distribution
- apache-easyant-core-{version}-src : contains easyant core sources
- apache-easyant-buildtypes-{version}-src : contains buildtypes sources
- apache-easyant-plugins-{version}-src : contains plugins sources
- apache-easyant-skeletons-{version}-src : contains skeletons sources
Select mirror
You are currently using https://dlcdn.apache.org/. 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.To get information about the different kind of distributions, see that page.
Building from source
What you can get here at the ASF is the latest sources from the Git repository:git clone git://git.apache.org/ant-easyant-core.gitThen to build Apache EasyAnt from source, assuming you have Apache Ant 1.8.0+ and a jdk 1.5+ installed, then you only need to run the following command:
git checkout 0.9-incubating
ant clean run -Dtarget=distThen you will find easyant-core.jar in target/artifacts.
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-easyant-core-0.9-incubating-bin.zip.asc
% pgp -ka KEYSor
% pgp apache-easyant-core-0.9-incubating-bin.zip.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-easyant-core-0.9-incubating-bin.zip.asc
We highly recommend to verify the PGP signature, though.
Previous releases (before Apache Incubator)
File | Date | Taille | MD5 |
EasyAnt 0.8 | |||
easyant-core-0.8-docs.zip | 10/08/2010 15:56 | 501,29 ko | 84c9dbe6b173745167778ca7f16a1d7e |
easyant-core-0.8-full.zip | 10/08/2010 15:56 | 36,1 Mo | f8edf435230bf8a78e4ff57570ae7703 |
easyant-core-0.8.zip | 10/08/2010 15:56 | 28,49 Mo | 93942078eabed51e33e23e6459a10dfb |
EasyAnt 0.7 | |||
easyant-core-0.7-docs.zip | 09/02/2010 02:36 | 408,02 ko | a3ccfbb36834943ceac0b62526009564 |
easyant-core-0.7-full.zip | 09/02/2010 02:36 | 45,76 Mo | d07433effa72f9292d38bb086b9da0a6 |
easyant-core-0.7.zip | 09/02/2010 02:36 | 24,45 Mo | b028aa36530cf8085449cb933f91ce59 |