@@ -24,6 +24,26 @@
</properties>
<body>
<section name="Ant 1.8.0RC1">
<h3>January 12, 2010 - Ant 1.8.0RC1 Available</h3>
<p>
Apache Ant 1.8.0RC1 is now available for
<a href="http://ant.apache.org/bindownload.cgi">download</a>
.
</p>
<ul>
<li>a new top level element extension-point allows build files to be
extended with custom targets more easily</li>
<li>if and unless attributes will be evaluated according to the
values of the properties entered
if these properties evaluate to true, false, on, off</li>
<li>Ant now requires Java 1.4 or later</li>
<li>new task include provides an alternative to <import> that
should be preferred when you don't want to override any targets</li>
<li>numerous bug fixes and improvements as documented in Bugzilla
and in WHATSNEW</li>
</ul>
</section>
<section name="Ivy 2.1.0">
<h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
<p>Apache Ivy 2.1.0 is now available for download as source or binary (with and without
@@ -44,17 +64,6 @@
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
</section>
<section name="Ant 1.7.1">
<h3>June 27, 2008 - Ant 1.7.1 Available</h3>
<p>Apache Ant 1.7.1 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
<p> Ant 1.7.1 is mainly a bugfix release.</p>
<p>Ant 1.7.1 has extended support for Java6 features.</p>
<p> Ant 1.7.1 <script> now has support for JavaFX.</p>
</section>
<section name="AntUnit 1.1">
<h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
@@ -89,42 +98,6 @@
website</a>.</p>
</section>
<section name="Ant 1.7.0">
<h3>December 19, 2006 - Ant 1.7.0 Available</h3>
<p>Apache Ant 1.7.0 is now available for <a
href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
<p>Ant 1.7 introduces a resource framework. Some of the core ant
tasks such as <copy/> are now able to process not only file
system resources but also zip entries, tar entries, paths, ...
Resource collections group resources, and can be further
combined with operators such as union and intersection. This
can be extended by custom resources and custom tasks using resources.</p>
<p>
Ant 1.7 starts outsourcing of optional tasks to Antlibs.
The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant.
Support for the version control system Subversion will be only provided as an antlib to
be released shortly.
</p>
<p>Ant 1.7 fixes also a large number of bugs.</p>
<p>Ant 1.7 has some initial support for Java6 features.</p>
</section>
<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
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="Apache Ant">
@@ -177,7 +150,7 @@ on.
<section name="Documentation">
<p>
You can view the documentation for the current release (Apache Ant 1.7.0 )
You can view the documentation for the current release (Apache Ant 1.8.0RC1 )
<a href="manual/index.html">online</a>
</p>