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.

srcdownload.xml 10 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <document>
  17. <properties>
  18. <title>Source Distributions</title>
  19. <index value="1"/>
  20. </properties>
  21. <body>
  22. <section name="Downloading Apache Antlibs">
  23. <p>Use the links below to download a source distribution of Apache Antlibs from
  24. one of our mirrors. It is good practice to
  25. <a href="[location]#Verify Releases">verify the integrity</a>
  26. of the distribution files, especially if you are using one of our
  27. mirror sites. In order to do this you must use the signatures from
  28. our <a href="http://www.apache.org/dist/ant/antlibs/">main distribution
  29. directory</a>.</p>
  30. <p>Antlibs are distributed as <code>zip</code>, <code>tar.gz</code> and
  31. <code>tar.bz2</code> archives - the contents are the same. Please
  32. note that the <code>tar.*</code> archives contain file names longer
  33. than 100 characters and have been created using GNU tar extensions.
  34. Thus they must be untarred with a GNU compatible version of
  35. <code>tar</code>.</p>
  36. <p>If you do not see the file you need in the links below, please see
  37. the <a href="http://www.apache.org/dist/ant/antlibs/">master distribution
  38. directory</a> or, preferably, its <a href="[preferred]/ant/antlibs/">mirror</a>.</p>
  39. </section>
  40. <section name="Mirror">
  41. <p>You are currently using <b>[preferred]</b>. If you encounter a
  42. problem with this mirror, please select another mirror. If all
  43. mirrors are failing, there are <i>backup</i> mirrors (at the end of
  44. the mirrors list) that should be available.</p>
  45. <form action="[location]" method="get" id="SelectMirror">
  46. Other mirrors: <select name="Preferred">
  47. [if-any http]
  48. [for http]<option value="[http]">[http]</option>[end]
  49. [end]
  50. [if-any ftp]
  51. [for ftp]<option value="[ftp]">[ftp]</option>[end]
  52. [end]
  53. [if-any backup]
  54. [for backup]<option value="[backup]">[backup] (backup)</option>[end]
  55. [end]
  56. </select>
  57. <input type="submit" value="Change" />
  58. </form>
  59. </section>
  60. <section name="Current Antlib Releases">
  61. <div class="warning">
  62. <div class="label">Note</div>
  63. <div class="content">Very recent releases may not be available on all
  64. mirrors for a few days.</div>
  65. </div>
  66. <br></br>
  67. <div class="warning">
  68. <div class="label">Tar files may require gnu tar to extract</div>
  69. <div class="content">Tar files in the distribution contain long file names, and may
  70. require gnu tar to do the extraction.</div>
  71. </div>
  72. <ul>
  73. <li>Apache .NET Ant Library 1.0
  74. <ul>
  75. <li><code>.zip</code> archive:
  76. <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip">apache-ant-dotnet-1.0-src.zip</a>
  77. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.asc">PGP</a>]
  78. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.sha1">SHA1</a>]
  79. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.md5">MD5</a>]</li>
  80. <li><code>.tar.gz</code> archive:
  81. <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz">apache-ant-dotnet-1.0-src.tar.gz</a>
  82. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.asc">PGP</a>]
  83. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.sha1">SHA1</a>]
  84. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.md5">MD5</a>]</li>
  85. <li><code>.tar.bz2</code> archive:
  86. <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2">apache-ant-dotnet-1.0-src.tar.bz2</a>
  87. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.asc">PGP</a>]
  88. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.sha1">SHA1</a>]
  89. [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.md5">MD5</a>]</li>
  90. </ul>
  91. </li>
  92. <li>Apache AntUnit 1.1
  93. <ul>
  94. <li><code>.zip</code> archive:
  95. <a href="[preferred]/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.zip">apache-ant-antunit-1.1-src.zip</a>
  96. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.zip.asc">PGP</a>]
  97. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.zip.sha1">SHA1</a>]
  98. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.zip.md5">MD5</a>]</li>
  99. <li><code>.tar.gz</code> archive:
  100. <a href="[preferred]/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.gz">apache-ant-antunit-1.1-src.tar.gz</a>
  101. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.gz.asc">PGP</a>]
  102. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.gz.sha1">SHA1</a>]
  103. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.gz.md5">MD5</a>]</li>
  104. <li><code>.tar.bz2</code> archive:
  105. <a href="[preferred]/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.bz2">apache-ant-antunit-1.1-src.tar.bz2</a>
  106. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.bz2.asc">PGP</a>]
  107. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.bz2.sha1">SHA1</a>]
  108. [<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1-src.tar.bz2.md5">MD5</a>]</li>
  109. </ul>
  110. </li>
  111. <li>Apache Compress Ant Library 1.0
  112. <ul>
  113. <li><code>.zip</code> archive:
  114. <a href="[preferred]/ant/antlibs/compress/source/apache-ant-compress-1.0-src.zip">apache-ant-compress-1.0-src.zip</a>
  115. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.zip.asc">PGP</a>]
  116. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.zip.sha1">SHA1</a>]
  117. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.zip.sha512">SHA512</a>]
  118. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.zip.md5">MD5</a>]</li>
  119. <li><code>.tar.gz</code> archive:
  120. <a href="[preferred]/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.gz">apache-ant-compress-1.0-src.tar.gz</a>
  121. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.gz.asc">PGP</a>]
  122. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.gz.sha1">SHA1</a>]
  123. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.gz.sha512">SHA512</a>]
  124. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.gz.md5">MD5</a>]</li>
  125. <li><code>.tar.bz2</code> archive:
  126. <a href="[preferred]/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.bz2">apache-ant-compress-1.0-src.tar.bz2</a>
  127. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.bz2.asc">PGP</a>]
  128. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.bz2.sha1">SHA1</a>]
  129. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.bz2.sha512">SHA512</a>]
  130. [<a href="http://www.apache.org/dist/ant/antlibs/compress/source/apache-ant-compress-1.0-src.tar.bz2.md5">MD5</a>]</li>
  131. </ul>
  132. </li>
  133. </ul>
  134. </section>
  135. <section name="Old Antlib Releases">
  136. <p>Older releases of Ant Libraries can be found <a
  137. href="http://archive.apache.org/dist/ant/antlibs/">here</a>.
  138. We highly recommend to not use those releases but upgrade to the <a
  139. href="[location]#Current Antlib Releases">latest</a> releases.</p>
  140. </section>
  141. <section name="Verify Releases">
  142. <p>It is essential that you verify the integrity of the downloaded
  143. files using the PGP signature or the SHA1 or MD5 checksums. The
  144. checksums are not as strong indicators as the PGP signature.</p>
  145. <p>The PGP signatures can be verified using PGP or GPG. First
  146. download the <a href="http://www.apache.org/dist/ant/KEYS">KEYS</a>
  147. as well as the <code>asc</code> signature file for the particular
  148. distribution. Make sure you get these files from the <a
  149. href="http://www.apache.org/dist/ant/antlibs/">main distribution
  150. directory</a>, rather than from a mirror. Then verify the signatures
  151. using</p>
  152. <p><code>
  153. % pgpk -a KEYS<br />
  154. % pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc<br />
  155. </code>
  156. <em>or</em><br />
  157. <code>
  158. % pgp -ka KEYS<br />
  159. % pgp apache-ant-dotnet-1.0-bin.tar.gz.asc<br />
  160. </code>
  161. <em>or</em><br />
  162. <code>
  163. % gpg --import KEYS<br />
  164. % gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc
  165. </code></p>
  166. <p>Alternatively, you can verify the checksums on the files. Unix
  167. programs called <code>md5</code>/<code>sha1</code> or
  168. <code>md5sum</code>/<code>sha1sum</code> are included in many unix
  169. distributions. <code>*sum</code> is also available as part of <a
  170. href="http://www.gnu.org/software/textutils/textutils.html">GNU
  171. Textutils</a>. Windows users can get binary md5 programs from <a
  172. href="http://www.fourmilab.ch/md5/">here</a>, <a
  173. href="http://www.pc-tools.net/win32/freeware/console/">here</a>. <a
  174. href="http://www.slavasoft.com/fsum/">fsum</a> supports MD5 and
  175. SHA1.</p>
  176. <p>We highly recommend to verify the PGP signature, though.</p>
  177. </section>
  178. </body>
  179. </document>