git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471641 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -146,9 +146,66 @@ releases at <a href="http://people.apache.org/dist/ant/antlibs/">http://people.a | |||||
| <li><a href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit | <li><a href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit | ||||
| 1.0Beta2</a></li> | 1.0Beta2</a></li> | ||||
| <li><a href="http://people.apache.org/dist/ant/antlibs/dotnet/binaries/">.NET | |||||
| Ant library 1.0Beta1</a></li> | |||||
| </ul> | |||||
| <h3 class="section"> | |||||
| <a name="Mirror"></a> | |||||
| Mirror | |||||
| </h3> | |||||
| <p>You are currently using <b>[preferred]</b>. If you encounter a | |||||
| problem with this mirror, please select another mirror. If all | |||||
| mirrors are failing, there are <i>backup</i> mirrors (at the end of | |||||
| the mirrors list) that should be available.</p> | |||||
| <form action="[location]" method="get" id="SelectMirror"> | |||||
| Other mirrors: <select name="Preferred"> | |||||
| [if-any http] | |||||
| [for http]<option value="[http]">[http]</option>[end] | |||||
| [end] | |||||
| [if-any ftp] | |||||
| [for ftp]<option value="[ftp]">[ftp]</option>[end] | |||||
| [end] | |||||
| [if-any backup] | |||||
| [for backup]<option value="[backup]">[backup] (backup)</option>[end] | |||||
| [end] | |||||
| </select> | |||||
| <input type="submit" value="Change" /> | |||||
| </form> | |||||
| <h3 class="section"> | |||||
| <a name="Current Antlib Releases"></a> | |||||
| Current Antlib Releases | |||||
| </h3> | |||||
| <div class="warning"> | |||||
| <div class="label">Note</div> | |||||
| <div class="content">Very recent releases may not be available on all | |||||
| mirrors for a few days.</div> | |||||
| </div> | |||||
| <br /> | |||||
| <div class="warning"> | |||||
| <div class="label">Tar files may require gnu tar to extract</div> | |||||
| <div class="content">Tar files in the distribution contain long file names, and may | |||||
| require gnu tar to do the extraction.</div> | |||||
| </div> | |||||
| <ul> | |||||
| <li>Apache .NET Ant Library 1.0 | |||||
| <ul> | |||||
| <li><code>.zip</code> archive: | |||||
| <a href="[preferred]/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip">apache-ant-dotnet-1.0-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | |||||
| <a href="[preferred]/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz">apache-ant-dotnet-1.0-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | |||||
| <a href="[preferred]/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2">apache-ant-dotnet-1.0-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </li> | |||||
| </ul> | </ul> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Verify Releases"></a> | <a name="Verify Releases"></a> | ||||
| @@ -165,17 +222,17 @@ directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | using</p> | ||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.6.5-bin.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.6.5-bin.tar.gz.asc<br /> | |||||
| % pgp apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.6.5-bin.tar.gz.asc | |||||
| % gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the checksums on the files. Unix | <p>Alternatively, you can verify the checksums on the files. Unix | ||||
| programs called <code>md5</code>/<code>sha1</code> or | programs called <code>md5</code>/<code>sha1</code> or | ||||
| @@ -115,12 +115,12 @@ | |||||
| <div class="content"> | <div class="content"> | ||||
| <h1 class="title">.NET Ant Library</h1> | <h1 class="title">.NET Ant Library</h1> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name=".NET Ant Library 1.0Beta1"></a> | |||||
| .NET Ant Library 1.0Beta1 | |||||
| <a name=".NET Ant Library 1.0"></a> | |||||
| .NET Ant Library 1.0 | |||||
| </h3> | </h3> | ||||
| <h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 | |||||
| <h3>November 6, 2006 - Apache .NET Ant Library 1.0 | |||||
| Available</h3> | Available</h3> | ||||
| <p>Apache .NET Ant Library 1.0Beta1 is now available for | |||||
| <p>Apache .NET Ant Library 1.0 is now available for | |||||
| download as <a href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a> | download as <a href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a> | ||||
| or <a href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a> | or <a href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a> | ||||
| release.</p> | release.</p> | ||||
| @@ -278,7 +278,7 @@ | |||||
| </th> | </th> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| 1.0 Beta 1 released on September 13, 2006 | |||||
| 1.0 released on November 6, 2006 | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -146,9 +146,66 @@ releases at <a href="http://people.apache.org/dist/ant/antlibs/">http://people.a | |||||
| <li><a href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit | <li><a href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit | ||||
| 1.0Beta2</a></li> | 1.0Beta2</a></li> | ||||
| <li><a href="http://people.apache.org/dist/ant/antlibs/dotnet/source/">.NET | |||||
| Ant library 1.0Beta1</a></li> | |||||
| </ul> | |||||
| <h3 class="section"> | |||||
| <a name="Mirror"></a> | |||||
| Mirror | |||||
| </h3> | |||||
| <p>You are currently using <b>[preferred]</b>. If you encounter a | |||||
| problem with this mirror, please select another mirror. If all | |||||
| mirrors are failing, there are <i>backup</i> mirrors (at the end of | |||||
| the mirrors list) that should be available.</p> | |||||
| <form action="[location]" method="get" id="SelectMirror"> | |||||
| Other mirrors: <select name="Preferred"> | |||||
| [if-any http] | |||||
| [for http]<option value="[http]">[http]</option>[end] | |||||
| [end] | |||||
| [if-any ftp] | |||||
| [for ftp]<option value="[ftp]">[ftp]</option>[end] | |||||
| [end] | |||||
| [if-any backup] | |||||
| [for backup]<option value="[backup]">[backup] (backup)</option>[end] | |||||
| [end] | |||||
| </select> | |||||
| <input type="submit" value="Change" /> | |||||
| </form> | |||||
| <h3 class="section"> | |||||
| <a name="Current Antlib Releases"></a> | |||||
| Current Antlib Releases | |||||
| </h3> | |||||
| <div class="warning"> | |||||
| <div class="label">Note</div> | |||||
| <div class="content">Very recent releases may not be available on all | |||||
| mirrors for a few days.</div> | |||||
| </div> | |||||
| <br /> | |||||
| <div class="warning"> | |||||
| <div class="label">Tar files may require gnu tar to extract</div> | |||||
| <div class="content">Tar files in the distribution contain long file names, and may | |||||
| require gnu tar to do the extraction.</div> | |||||
| </div> | |||||
| <ul> | |||||
| <li>Apache .NET Ant Library 1.0 | |||||
| <ul> | |||||
| <li><code>.zip</code> archive: | |||||
| <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip">apache-ant-dotnet-1.0-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | |||||
| <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz">apache-ant-dotnet-1.0-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | |||||
| <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2">apache-ant-dotnet-1.0-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </li> | |||||
| </ul> | </ul> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Verify Releases"></a> | <a name="Verify Releases"></a> | ||||
| @@ -165,17 +222,17 @@ directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | using</p> | ||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.6.5-src.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.6.5-src.tar.gz.asc<br /> | |||||
| % pgp apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.6.5-src.tar.gz.asc | |||||
| % gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the checksums on the files. Unix | <p>Alternatively, you can verify the checksums on the files. Unix | ||||
| programs called <code>md5</code>/<code>sha1</code> or | programs called <code>md5</code>/<code>sha1</code> or | ||||
| @@ -196,6 +196,17 @@ | |||||
| <p>Ant 1.7 has no support for Java6 features, but first tests on Java6 | <p>Ant 1.7 has no support for Java6 features, but first tests on Java6 | ||||
| did not fail.</p> | did not fail.</p> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name=".NET Ant Library 1.0Beta1"></a> | |||||
| .NET Ant Library 1.0Beta1 | |||||
| </h3> | |||||
| <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3> | |||||
| <p>Apache .NET Ant Library 1.0 is now available for <a href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | |||||
| <p>This Ant Library contains support for tools like NUnit as well | |||||
| as the "old .NET tasks of Ant's core. It has been tested | |||||
| Microsoft's frameworks as well as Mono.</p> | |||||
| <p>For more information see the <a href="antlibs/dotnet/">Antlib's | |||||
| home page</a></p> | |||||
| <h3 class="section"> | |||||
| <a name="AntUnit 1.0Beta2"></a> | <a name="AntUnit 1.0Beta2"></a> | ||||
| AntUnit 1.0Beta2 | AntUnit 1.0Beta2 | ||||
| </h3> | </h3> | ||||
| @@ -192,6 +192,17 @@ | |||||
| <p>Ant 1.7 has no support for Java6 features, but first tests on Java6 | <p>Ant 1.7 has no support for Java6 features, but first tests on Java6 | ||||
| did not fail.</p> | did not fail.</p> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name=".NET Ant Library 1.0"></a> | |||||
| .NET Ant Library 1.0 | |||||
| </h3> | |||||
| <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3> | |||||
| <p>Apache .NET Ant Library 1.0 is now available for <a href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | |||||
| <p>This Ant Library contains support for tools like NUnit as well | |||||
| as the "old .NET tasks of Ant's core. It has been tested | |||||
| Microsoft's frameworks as well as Mono.</p> | |||||
| <p>For more information see the <a href="antlibs/dotnet/">Antlib's | |||||
| home page</a></p> | |||||
| <h3 class="section"> | |||||
| <a name="AntUnit 1.0Beta2"></a> | <a name="AntUnit 1.0Beta2"></a> | ||||
| AntUnit 1.0Beta2 | AntUnit 1.0Beta2 | ||||
| </h3> | </h3> | ||||
| @@ -200,17 +211,6 @@ | |||||
| <p>This Ant Library contains tasks to test Ant tasks using Ant | <p>This Ant Library contains tasks to test Ant tasks using Ant | ||||
| instead of JUnit. For more information see the <a href="antlibs/antunit/">AntUnit home page</a>.</p> | instead of JUnit. For more information see the <a href="antlibs/antunit/">AntUnit home page</a>.</p> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name=".NET Ant Library 1.0Beta1"></a> | |||||
| .NET Ant Library 1.0Beta1 | |||||
| </h3> | |||||
| <h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available</h3> | |||||
| <p>Apache .NET Ant Library 1.0Beta1 is now available for <a href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | |||||
| <p>This Ant Library contains support for tools like NUnit as well | |||||
| as the "old .NET tasks of Ant's core. It has been tested | |||||
| Microsoft's frameworks as well as Mono.</p> | |||||
| <p>For more information see the <a href="antlibs/dotnet/">Antlib's | |||||
| home page</a></p> | |||||
| <h3 class="section"> | |||||
| <a name="Ant 1.6.5"></a> | <a name="Ant 1.6.5"></a> | ||||
| Ant 1.6.5 | Ant 1.6.5 | ||||
| </h3> | </h3> | ||||
| @@ -61,15 +61,11 @@ href="http://people.apache.org/dist/ant/antlibs/">http://people.apache.org/dist/ | |||||
| href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit | href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit | ||||
| 1.0Beta2</a></li> | 1.0Beta2</a></li> | ||||
| <li><a | |||||
| href="http://people.apache.org/dist/ant/antlibs/dotnet/binaries/">.NET | |||||
| Ant library 1.0Beta1</a></li> | |||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| <!--section name="Mirror"> | |||||
| <section name="Mirror"> | |||||
| <p>You are currently using <b>[preferred]</b>. If you encounter a | <p>You are currently using <b>[preferred]</b>. If you encounter a | ||||
| problem with this mirror, please select another mirror. If all | problem with this mirror, please select another mirror. If all | ||||
| @@ -92,15 +88,12 @@ Other mirrors: <select name="Preferred"> | |||||
| </form> | </form> | ||||
| </section> | </section> | ||||
| <section name="Current Release of Ant"> | |||||
| <p>Currently, Apache Ant 1.6.5 is the best available version, see the | |||||
| <a href="[preferred]/ant/README.html">release notes</a>.</p> | |||||
| <section name="Current Antlib Releases"> | |||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.6.5 has been released on 02-Jun-2005 and | |||||
| may not be available on all mirrors for a few days.</div> | |||||
| <div class="content">Very recent releases may not be available on all | |||||
| mirrors for a few days.</div> | |||||
| </div> | </div> | ||||
| <br></br> | <br></br> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| @@ -109,28 +102,32 @@ may not be available on all mirrors for a few days.</div> | |||||
| require gnu tar to do the extraction.</div> | require gnu tar to do the extraction.</div> | ||||
| </div> | </div> | ||||
| <ul> | |||||
| <li>Apache .NET Ant Library 1.0 | |||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip">apache-ant-dotnet-1.0-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz">apache-ant-dotnet-1.0-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2">apache-ant-dotnet-1.0-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/binaries/apache-ant-dotnet-1.0-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </li> | |||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| <section name="Old Ant Releases"> | |||||
| <!--section name="Old Ant Releases"> | |||||
| <p>Older releases of Ant can be found <a | <p>Older releases of Ant can be found <a | ||||
| href="http://archive.apache.org/dist/ant/binaries/">here</a>. Those | href="http://archive.apache.org/dist/ant/binaries/">here</a>. Those | ||||
| @@ -157,17 +154,17 @@ using</p> | |||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.6.5-bin.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.6.5-bin.tar.gz.asc<br /> | |||||
| % pgp apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.6.5-bin.tar.gz.asc | |||||
| % gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the checksums on the files. Unix | <p>Alternatively, you can verify the checksums on the files. Unix | ||||
| @@ -24,11 +24,11 @@ | |||||
| <body> | <body> | ||||
| <section name=".NET Ant Library 1.0Beta1"> | |||||
| <h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 | |||||
| <section name=".NET Ant Library 1.0"> | |||||
| <h3>November 6, 2006 - Apache .NET Ant Library 1.0 | |||||
| Available</h3> | Available</h3> | ||||
| <p>Apache .NET Ant Library 1.0Beta1 is now available for | |||||
| <p>Apache .NET Ant Library 1.0 is now available for | |||||
| download as <a | download as <a | ||||
| href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a> | href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a> | ||||
| or <a | or <a | ||||
| @@ -104,7 +104,7 @@ | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>Latest Release:</th> | <th>Latest Release:</th> | ||||
| <td>1.0 Beta 1 released on September 13, 2006</td> | |||||
| <td>1.0 released on November 6, 2006</td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </subsection> | </subsection> | ||||
| @@ -61,15 +61,11 @@ href="http://people.apache.org/dist/ant/antlibs/">http://people.apache.org/dist/ | |||||
| href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit | href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit | ||||
| 1.0Beta2</a></li> | 1.0Beta2</a></li> | ||||
| <li><a | |||||
| href="http://people.apache.org/dist/ant/antlibs/dotnet/source/">.NET | |||||
| Ant library 1.0Beta1</a></li> | |||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| <!--section name="Mirror"> | |||||
| <section name="Mirror"> | |||||
| <p>You are currently using <b>[preferred]</b>. If you encounter a | <p>You are currently using <b>[preferred]</b>. If you encounter a | ||||
| problem with this mirror, please select another mirror. If all | problem with this mirror, please select another mirror. If all | ||||
| @@ -92,15 +88,12 @@ Other mirrors: <select name="Preferred"> | |||||
| </form> | </form> | ||||
| </section> | </section> | ||||
| <section name="Current Release of Ant"> | |||||
| <p>Currently, Apache Ant 1.6.5 is the best available version, see the | |||||
| <a href="[preferred]/ant/README.html">release notes</a>.</p> | |||||
| <section name="Current Antlib Releases"> | |||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.6.5 has been released on 02-Jun-2005 and | |||||
| may not be available on all mirrors for a few days.</div> | |||||
| <div class="content">Very recent releases may not be available on all | |||||
| mirrors for a few days.</div> | |||||
| </div> | </div> | ||||
| <br></br> | <br></br> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| @@ -109,28 +102,32 @@ may not be available on all mirrors for a few days.</div> | |||||
| require gnu tar to do the extraction.</div> | require gnu tar to do the extraction.</div> | ||||
| </div> | </div> | ||||
| <ul> | |||||
| <li>Apache .NET Ant Library 1.0 | |||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip">apache-ant-dotnet-1.0-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz">apache-ant-dotnet-1.0-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2">apache-ant-dotnet-1.0-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/antlibs/dotnet/source/apache-ant-dotnet-1.0-src.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </li> | |||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| <section name="Old Ant Releases"> | |||||
| <!--section name="Old Ant Releases"> | |||||
| <p>Older releases of Ant can be found <a | <p>Older releases of Ant can be found <a | ||||
| href="http://archive.apache.org/dist/ant/source/">here</a>. Those | href="http://archive.apache.org/dist/ant/source/">here</a>. Those | ||||
| @@ -157,17 +154,17 @@ using</p> | |||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.6.5-src.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.6.5-src.tar.gz.asc<br /> | |||||
| % pgp apache-ant-dotnet-1.0-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.6.5-src.tar.gz.asc | |||||
| % gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the checksums on the files. Unix | <p>Alternatively, you can verify the checksums on the files. Unix | ||||
| @@ -52,6 +52,19 @@ | |||||
| did not fail.</p> | did not fail.</p> | ||||
| </section> | </section> | ||||
| <section name=".NET Ant Library 1.0Beta1"> | |||||
| <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3> | |||||
| <p>Apache .NET Ant Library 1.0 is now available for <a | |||||
| href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | |||||
| <p>This Ant Library contains support for tools like NUnit as well | |||||
| as the "old .NET tasks of Ant's core. It has been tested | |||||
| Microsoft's frameworks as well as Mono.</p> | |||||
| <p>For more information see the <a href="antlibs/dotnet/">Antlib's | |||||
| home page</a></p> | |||||
| </section> | |||||
| <section name="AntUnit 1.0Beta2"> | <section name="AntUnit 1.0Beta2"> | ||||
| <h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3> | <h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3> | ||||
| <p>Apache AntUnit 1.0Beta1 is now available for <a | <p>Apache AntUnit 1.0Beta1 is now available for <a | ||||
| @@ -51,19 +51,9 @@ | |||||
| did not fail.</p> | did not fail.</p> | ||||
| </section> | </section> | ||||
| <section name="AntUnit 1.0Beta2"> | |||||
| <h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3> | |||||
| <p>Apache AntUnit 1.0Beta1 is now available for <a | |||||
| href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | |||||
| <p>This Ant Library contains tasks to test Ant tasks using Ant | |||||
| instead of JUnit. For more information see the <a | |||||
| href="antlibs/antunit/">AntUnit home page</a>.</p> | |||||
| </section> | |||||
| <section name=".NET Ant Library 1.0Beta1"> | |||||
| <h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available</h3> | |||||
| <p>Apache .NET Ant Library 1.0Beta1 is now available for <a | |||||
| <section name=".NET Ant Library 1.0"> | |||||
| <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3> | |||||
| <p>Apache .NET Ant Library 1.0 is now available for <a | |||||
| href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | ||||
| <p>This Ant Library contains support for tools like NUnit as well | <p>This Ant Library contains support for tools like NUnit as well | ||||
| @@ -74,7 +64,17 @@ | |||||
| home page</a></p> | home page</a></p> | ||||
| </section> | </section> | ||||
| <section name="Ant 1.6.5"> | |||||
| <section name="AntUnit 1.0Beta2"> | |||||
| <h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3> | |||||
| <p>Apache AntUnit 1.0Beta1 is now available for <a | |||||
| href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p> | |||||
| <p>This Ant Library contains tasks to test Ant tasks using Ant | |||||
| instead of JUnit. For more information see the <a | |||||
| href="antlibs/antunit/">AntUnit home page</a>.</p> | |||||
| </section> | |||||
| <section name="Ant 1.6.5"> | |||||
| <h3>June 2, 2005 - Ant 1.6.5 Available</h3> | <h3>June 2, 2005 - Ant 1.6.5 Available</h3> | ||||
| <p>Apache Ant 1.6.5 is now available for <a | <p>Apache Ant 1.6.5 is now available for <a | ||||
| href="http://ant.apache.org/bindownload.cgi">download</a>.</p> | href="http://ant.apache.org/bindownload.cgi">download</a>.</p> | ||||