Author: bodewig
Date: Sun Nov 5 21:13:29 2006
New Revision: 471641
URL: http://svn.apache.org/viewvc?view=rev&rev=471641
Log:
Announce .NET Antlib release
Modified:
ant/core/trunk/docs/antlibs/bindownload.html
ant/core/trunk/docs/antlibs/dotnet/index.html
ant/core/trunk/docs/antlibs/proper.html
ant/core/trunk/docs/antlibs/srcdownload.html
ant/core/trunk/docs/antnews.html
ant/core/trunk/docs/index.html
ant/core/trunk/xdocs/antlibs/bindownload.xml
ant/core/trunk/xdocs/antlibs/dotnet/index.xml
ant/core/trunk/xdocs/antlibs/proper.xml
ant/core/trunk/xdocs/antlibs/srcdownload.xml
ant/core/trunk/xdocs/antnews.xml
ant/core/trunk/xdocs/index.xml
Modified: ant/core/trunk/docs/antlibs/bindownload.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/bindownload.html?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/docs/antlibs/bindownload.html (original)
+++ ant/core/trunk/docs/antlibs/bindownload.html Sun Nov 5 21:13:29 2006
@@ -146,9 +146,66 @@
<li><a
href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit
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>
<h3 class="section">
<a name="Verify Releases"></a>
@@ -165,17 +222,17 @@
using</p>
<p><code>
% 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>
<em>or</em><br />
<code>
% 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>
<em>or</em><br />
<code>
% 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>
<p>Alternatively, you can verify the checksums
on the files. Unix
programs called <code>md5</code>/<code>sha1</code> or
Modified: ant/core/trunk/docs/antlibs/dotnet/index.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/dotnet/index.html?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/docs/antlibs/dotnet/index.html (original)
+++ ant/core/trunk/docs/antlibs/dotnet/index.html Sun Nov 5 21:13:29 2006
@@ -115,12 +115,12 @@
<div class="content">
<h1 class="title">.NET Ant Library</h1>
<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>September 13, 2006 - Apache .NET Ant Library
1.0Beta1
+ <h3>November 6, 2006 - Apache .NET Ant Library 1.0
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>
or <a href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
release.</p>
Modified: ant/core/trunk/docs/antlibs/proper.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/proper.html?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/docs/antlibs/proper.html (original)
+++ ant/core/trunk/docs/antlibs/proper.html Sun Nov 5 21:13:29 2006
@@ -278,7 +278,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- 1.0 Beta 1 released on September 13, 2006
+ 1.0 released on November 6, 2006
</td>
</tr>
</table>
Modified: ant/core/trunk/docs/antlibs/srcdownload.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/srcdownload.html?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/docs/antlibs/srcdownload.html (original)
+++ ant/core/trunk/docs/antlibs/srcdownload.html Sun Nov 5 21:13:29 2006
@@ -146,9 +146,66 @@
<li><a
href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit
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>
<h3 class="section">
<a name="Verify Releases"></a>
@@ -165,17 +222,17 @@
using</p>
<p><code>
% 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>
<em>or</em><br />
<code>
% 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>
<em>or</em><br />
<code>
% 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>
<p>Alternatively, you can verify the checksums
on the files. Unix
programs called <code>md5</code>/<code>sha1</code> or
Modified: ant/core/trunk/docs/antnews.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/antnews.html?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/docs/antnews.html (original)
+++ ant/core/trunk/docs/antnews.html Sun Nov 5 21:13:29 2006
@@ -196,6 +196,17 @@
<p>Ant 1.7 has no support for Java6 features,
but first tests on Java6
did not fail.</p>
<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>
AntUnit 1.0Beta2
</h3>
Modified: ant/core/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/index.html?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/docs/index.html (original)
+++ ant/core/trunk/docs/index.html Sun Nov 5 21:13:29 2006
@@ -192,6 +192,17 @@
<p>Ant 1.7 has no support for Java6 features,
but first tests on Java6
did not fail.</p>
<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>
AntUnit 1.0Beta2
</h3>
@@ -199,17 +210,6 @@
<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>
- <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>
Ant 1.6.5
Modified: ant/core/trunk/xdocs/antlibs/bindownload.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/bindownload.xml?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/xdocs/antlibs/bindownload.xml (original)
+++ ant/core/trunk/xdocs/antlibs/bindownload.xml Sun Nov 5 21:13:29 2006
@@ -61,15 +61,11 @@
href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit
1.0Beta2</a></li>
- <li><a
- href="http://people.apache.org/dist/ant/antlibs/dotnet/binaries/">.NET
- Ant library 1.0Beta1</a></li>
-
</ul>
</section>
-<!--section name="Mirror">
+<section name="Mirror">
<p>You are currently using <b>[preferred]</b>. If you encounter a
problem with this mirror, please select another mirror. If all
@@ -92,15 +88,12 @@
</form>
</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="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>
<br></br>
<div class="warning">
@@ -110,27 +103,31 @@
</div>
<ul>
+<li>Apache .NET Ant Library 1.0
+<ul>
<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:
-<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:
-<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>
</section>
-<section name="Old Ant Releases">
+<!--section name="Old Ant Releases">
<p>Older releases of Ant can be found <a
href="http://archive.apache.org/dist/ant/binaries/">here</a>. Those
@@ -157,17 +154,17 @@
<p><code>
% 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>
<em>or</em><br />
<code>
% 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>
<em>or</em><br />
<code>
% 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>
<p>Alternatively, you can verify the checksums on the files. Unix
Modified: ant/core/trunk/xdocs/antlibs/dotnet/index.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/dotnet/index.xml?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/xdocs/antlibs/dotnet/index.xml (original)
+++ ant/core/trunk/xdocs/antlibs/dotnet/index.xml Sun Nov 5 21:13:29 2006
@@ -24,11 +24,11 @@
<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>
- <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>
or <a
Modified: ant/core/trunk/xdocs/antlibs/proper.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/proper.xml?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/xdocs/antlibs/proper.xml (original)
+++ ant/core/trunk/xdocs/antlibs/proper.xml Sun Nov 5 21:13:29 2006
@@ -104,7 +104,7 @@
</tr>
<tr>
<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>
</table>
</subsection>
Modified: ant/core/trunk/xdocs/antlibs/srcdownload.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/srcdownload.xml?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/xdocs/antlibs/srcdownload.xml (original)
+++ ant/core/trunk/xdocs/antlibs/srcdownload.xml Sun Nov 5 21:13:29 2006
@@ -61,15 +61,11 @@
href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit
1.0Beta2</a></li>
- <li><a
- href="http://people.apache.org/dist/ant/antlibs/dotnet/source/">.NET
- Ant library 1.0Beta1</a></li>
-
</ul>
</section>
-<!--section name="Mirror">
+<section name="Mirror">
<p>You are currently using <b>[preferred]</b>. If you encounter a
problem with this mirror, please select another mirror. If all
@@ -92,15 +88,12 @@
</form>
</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="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>
<br></br>
<div class="warning">
@@ -110,27 +103,31 @@
</div>
<ul>
+<li>Apache .NET Ant Library 1.0
+<ul>
<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:
-<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:
-<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>
</section>
-<section name="Old Ant Releases">
+<!--section name="Old Ant Releases">
<p>Older releases of Ant can be found <a
href="http://archive.apache.org/dist/ant/source/">here</a>. Those
@@ -157,17 +154,17 @@
<p><code>
% 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>
<em>or</em><br />
<code>
% 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>
<em>or</em><br />
<code>
% 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>
<p>Alternatively, you can verify the checksums on the files. Unix
Modified: ant/core/trunk/xdocs/antnews.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antnews.xml?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/xdocs/antnews.xml (original)
+++ ant/core/trunk/xdocs/antnews.xml Sun Nov 5 21:13:29 2006
@@ -52,6 +52,19 @@
did not fail.</p>
</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">
<h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3>
<p>Apache AntUnit 1.0Beta1 is now available for <a
Modified: ant/core/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/index.xml?view=diff&rev=471641&r1=471640&r2=471641
==============================================================================
--- ant/core/trunk/xdocs/index.xml (original)
+++ ant/core/trunk/xdocs/index.xml Sun Nov 5 21:13:29 2006
@@ -51,19 +51,9 @@
did not fail.</p>
</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>
<p>This Ant Library contains support for tools like NUnit as well
@@ -74,7 +64,17 @@
home page</a></p>
</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>
<p>Apache Ant 1.6.5 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]