You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

bindownload.xml 5.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <title>Downloading Ant - Binary Distribution</title>
  5. </properties>
  6. <body>
  7. <section name="Downloading Ant">
  8. <p>Use the links below to download a binary distribution of Ant from
  9. one of our mirrors. You <strong>must</strong> <a href="#Verify
  10. Releases">verify the integrity</a> of the downloaded files using
  11. signatures downloaded from our main distribution directory.</p>
  12. <p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and
  13. <code>tar.bz2</code> archives - the contents are the same. Please
  14. note that the <code>tar.*</code> archives contain file names longer
  15. than 100 characters and have been created using GNU tar extensions.
  16. Thus they must be untarred with a GNU compatible version of
  17. <code>tar</code>.</p>
  18. <p>In addition we provide RPMs created and maintained by the <a
  19. href="http://www.jpackage.org">JPackage team</a>, see the <a
  20. href="[preferred]/ant/binaries/rpms/">distribution directory</a>.</p>
  21. <p>If you do not see the file you need in the links below, please see
  22. the <a href="http://www.apache.org/dist/ant/">master distribution
  23. directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p>
  24. </section>
  25. <section name="Mirror">
  26. <p>You are currently using <b>[preferred]</b>. If you encounter a
  27. problem with this mirror, please select another mirror. If all
  28. mirrors are failing, there are <i>backup</i> mirrors (at the end of
  29. the mirrors list) that should be available.</p>
  30. <form action="[location]" method="get" id="SelectMirror">
  31. Other mirrors: <select name="Preferred">
  32. [if-any http]
  33. [for http]<option value="[http]">[http]</option>[end]
  34. [end]
  35. [if-any ftp]
  36. [for ftp]<option value="[ftp]">[ftp]</option>[end]
  37. [end]
  38. [if-any backup]
  39. [for backup]<option value="[backup]">[backup] (backup)</option>[end]
  40. [end]
  41. </select>
  42. <input type="submit" value="Change" />
  43. </form>
  44. </section>
  45. <section name="Current Release of Ant">
  46. <p>Currently, Apache Ant 1.5.1 is the best available version, see the
  47. <a href="[preferred]/ant/README.html">release notes</a>.</p>
  48. <ul>
  49. <li><code>.zip</code> archive:
  50. <a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.zip">jakarta-ant-1.5.1-bin.zip</a>
  51. [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.asc">PGP</a>]
  52. [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.md5">MD5</a>]</li>
  53. <li><code>.tar.gz</code> archive:
  54. <a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz">jakarta-ant-1.5.1-bin.tar.gz</a>
  55. [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.asc">PGP</a>]
  56. [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.md5">MD5</a>]</li>
  57. <li><code>.tar.bz2</code> archive:
  58. <a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2">jakarta-ant-1.5.1-bin.tar.bz2</a>
  59. [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.asc">PGP</a>]
  60. [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.md5">MD5</a>]</li>
  61. </ul>
  62. </section>
  63. <section name="Nightly Builds">
  64. <p>If you wish to use the latest Ant features, you can try downloading a
  65. <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>.
  66. </p>
  67. </section>
  68. <section name="Old Ant Releases">
  69. <p>Older releases of Ant can be found <a
  70. href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
  71. releases are only provided as <code>zip</code> archives that can be
  72. extracted by <code>jar xf </code><em>archive.zip</em> - we highly
  73. recommend to not use those releases but upgrade to Ant's <a
  74. href="#Current Release of Ant">latest</a> release.</p>
  75. </section>
  76. <section name="Verify Releases">
  77. <p>It is essential that you verify the integrity of the downloaded
  78. files using the PGP or MD5 signatures.</p>
  79. <p>The PGP signatures can be verified using PGP or GPG. First
  80. download the <a href="http://www.apache.org/dist/ant/KEYS">KEYS</a>
  81. as well as the <code>asc</code> signature file for the particular
  82. distribution. Make sure you get these files from the <a
  83. href="http://www.apache.org/dist/ant/">main distribution
  84. directory</a>, rather than from a mirror. Then verify the signatures
  85. using</p>
  86. <p><code>
  87. % pgpk -a KEYS<br />
  88. % pgpv jakarta-ant-bin-1.5.1.tar.gz.asc<br />
  89. </code>
  90. <em>or</em><br />
  91. <code>
  92. % pgp -ka KEYS<br />
  93. % pgp jakarta-ant-bin-1.5.1.tar.gz.asc<br />
  94. </code>
  95. <em>or</em><br />
  96. <code>
  97. % gpg -import KEYS<br />
  98. % gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc
  99. </code></p>
  100. <p>Alternatively, you can verify the MD5 signature on the files. A
  101. unix program called <code>md5</code> or <code>md5sum</code> is
  102. included in many unix distributions. It is also available as part of
  103. <a href="http://www.gnu.org/software/textutils/textutils.html">GNU
  104. Textutils</a>. Windows users can get binary md5 programs from <a
  105. href="http://www.fourmilab.ch/md5/">here</a>, <a
  106. href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
  107. <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
  108. <p>We highly recommend to verify the PGP signature, though.</p>
  109. </section>
  110. </body>
  111. </document>