<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache Ant</title>
<link>http://www.apachenews.org/archives/cat_apache_ant.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>tetsuya@apache.org</dc:creator>
<dc:date>2008-07-10T03:59:15+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>10 July 2008 - Apache Ant 1.7.1 Released</title>
<link>http://www.apachenews.org/archives/001170.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">The Apache Ant Team</a> is proud to announce that version 1.7.1 has been
released and is available as source[1] and binary[2] archives now.

Ant 1.7.1 is mostly a bug fix release which addresses numerous issues
found in Ant 1.7.0 released in December 2006.

Several smaller optimizations should lead to an improved performance
when compared to Ant 1.7.0.

In addition Java6 support has been extended and JavaFX is now
supported by the "script" task.

         The Apache Ant Development Team

PS: please note that it may take a few hours until the new release is
available from your preferred mirrors site.

[1] <a href="http://ant.apache.org/srcdownload.cgi">http://ant.apache.org/srcdownload.cgi</a>

[2] <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1170@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2008-07-10T03:59:15+00:00</dc:date>
</item>
<item>
<title>04 March 2008 - Apache Ivy 2.0.0-beta2 Now Available</title>
<link>http://www.apachenews.org/archives/001127.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/ivy/">The Apache Ivy project</a> is pleased to announce its 2.0.0 beta 2 release, a new step on the road toward 2.0 final.
<p/>
Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration with <a href="https://ant.apache.org/">Apache Ant</a>.
<p/>
This is a beta release, for wide testing with users. Problems found at this phase can be fixed in the final release, so now is a good time to download and use it. Although there may be some changes at the API level, it is already being in production builds in many large Java projects.
<p/>
Key features of the 2.0.0-beta2 release are<ul><li>enhanced Maven2 compatibility, with a fully rewritten pom parser</li><li>improved cache management, including dynamic revision caching with fine grain TTL</li><li>namespace aware validation, allowing to use validation with extra attributes</li><li>easier settings loading, which do not require an id anymore</li><li>numerous bug fixes as documented in Jira and in the release notes</li></ul>
<p/>
Issues should be reported to: <a href="https://issues.apache.org/jira/browse/IVY">https://issues.apache.org/jira/browse/IVY</a>
<p/>
Download the 2.0.0-beta2 release files at: http://ant.apache.org/ivy/download.cgi
<p/>
More information can be found on the Ivy website: <a href="http://ant.apache.org/ivy/">http://ant.apache.org/ivy/</a>
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/ivy/">-- The Apache Ivy (at Apache Ant Project) Team</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1127@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2008-03-04T13:31:43+00:00</dc:date>
</item>
<item>
<title>15 December 2007 - Apache Ant Ivy 2.0 beta1 now available</title>
<link>http://www.apachenews.org/archives/001085.html</link>
<description>
<![CDATA[Dec 15 2007 - <a href="https://ant.apache.org/ivy/">The Apache Ivy project</a> is please to announce its 2.0.0 beta 1 release, a new step on the road toward 2.0 final.
<p/>
Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration with <a href="http://ant.apache.org/">Apache Ant</a>.
<p/>
Apache Ivy has recently graduated from the <a href="http://incubator.apache.org/">Apache Incubator</a> as a subproject of Apache Ant, as such this is its first release as an official Apache project.
<p/>
The status of this version is a beta, meaning that we encourage users to try it out. This version is already providing a good stability and robustness. API and features are still subject to change though.
<p/>
Key features of the 2.0.0-beta1 release are<ul><li>enhanced Maven2 compatibility</li><li>improved concurrency support with cache locking and atomic publish</li><li>all tutorials have been reviewed to be in sync with 2.0 changes</li><li>numerous bug fixes as documented in Jira and in the release notes</li></ul>
<p/>
Issues should be reported to: <a href="https://issues.apache.org/jira/browse/IVY">https://issues.apache.org/jira/browse/IVY</a>
<p/>
Download the 2.0.0-beta1 release files at: <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>
<p/>
More information can be found on the Ivy website: <a href="http://ant.apache.org/ivy/">http://ant.apache.org/ivy/</a>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1085@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2007-12-15T23:42:31+00:00</dc:date>
</item>
<item>
<title>09 January 2007 - Apache AntUnit 1.0 Released</title>
<link>http://www.apachenews.org/archives/000929.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">The Apache Ant Developer Team</a> is proud to announce the 1.0 release of the Apache AntUnit Ant library.
<p/>
AntUnit provides Ant tasks that allow you to write (functional) tests in Ant build files.  For example 
<p/>
  &lt;target name="testTouchCreatesFile"><br/>
    &lt;au:assertFileDoesntExist file="${foo}"><br/>
    &lt;touch file="${foo}"><br/>
    &lt;au:assertFileExists file="${foo}"/><br/>
  &lt;/target><br/>
<p/>
would assert that a certain file was freshly created by the &lt;touch&gt; task.
<p/>
We don't suggest that you write the unit tests for all your code using AntUnit.  But if you are writing Ant tasks, AntUnit makes it very easy to write tests and in fact is used by the Ant developers to test Ant itself.
<p/>
In addition to some assertion tasks, the library provides an &lt;antunit&gt; task that runs all tests in selected build files and a formatter mechanism similar to the &lt;junit&gt; task.
<p/>
The release is the first "proper" release of AntUnit, it is almost identical to the beta2 release.
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Developer Team</a></u></em></strong>
<p/>

]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">929@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2007-01-09T08:52:31+00:00</dc:date>
</item>
<item>
<title>19 December 2006 - Apache Ant 1.7.0. released</title>
<link>http://www.apachenews.org/archives/000920.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">The Apache Ant team</a> (Apache Ant PMC) members have the pleasure to announce the release of Apache Ant 1.7.0. (<a href="http://ant.apache.org/bindownload.cgi">Binary</a> <a href="http://ant.apache.org/srcdownload.cgi">Source</a>)
<p/>
Ant 1.7 introduces a resource framework. Some of the core ant tasks such as &lt;copy/&gt; 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/>
Ant 1.7 starts outsourcing of optional tasks to Antlibs. The .NET antlib replaces the .NET optional tasks which ship in Ant. Support for the version control system Subversion is also provided as an antlib.
<p/>
Ant 1.7 fixes also a large number of bugs.
<p/>
Ant 1.7 has some initial support for Java6 features.
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Team (Apache Ant PMC)</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">920@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2006-12-20T08:09:37+00:00</dc:date>
</item>
<item>
<title>30 October 2006 - Apache AntUnit 1.0 Beta 2</title>
<link>http://www.apachenews.org/archives/000904.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">The Apache Ant Team</a> has releases the second beta of <a href="http://ant.apache.org/antlibs/antunit/">Apache AntUnit</a>.
<p/>
AntUnit is an Ant Library created to simplify testing of Ant tasks and types.
<p/>
This release fixes a few bugs found in the first beta and adds a new assertion that matches strings against regular expressions (requires Apache Ant 1.7.0 Beta 3 or later).
<p/>
Downloads: <a href="http://ant.apache.org/antlibs/bindownload.cgi">http://ant.apache.org/antlibs/bindownload.cgi</a>
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Team</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">904@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2006-10-30T22:52:20+00:00</dc:date>
</item>
<item>
<title>13 September 2006 - Apache .NET Ant Library 1.0 Beta 1 Now Available</title>
<link>http://www.apachenews.org/archives/000897.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">The Apache Ant Project</a> is proud to announce the first beta release of one of its standalone Ant libraries -- The Apache .NET Ant library 1.0 Beta 1.
<p/>
The Apache .NET Ant library contains the "old" support task for developing software for the .NET platform but also adds support for common tools of the .NET world like NAnt or NUnit.
<p/>
This library has been tested with Microsoft's .NET framework versions 1.1 and 2.0 on Windows as well as Mono on Linux.
<p/>
The first beta release can be found at <a href="http://people.apache.org/dist/ant/antlibs/dotnet/">http://people.apache.org/dist/ant/antlibs/dotnet/</a> , it requires <a href="http://people.apache.org/dist/ant/v1.7.0Beta1/">Ant 1.7.0Beta1</a> or later.
<p/>
Please direct any feedback to the <a href="http://ant.apache.org/mail.html">Ant mailing lists</a> and report bugs in <a href="http://ant.apache.org/bugs.html">Ant's Bugzilla issue tracker</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">897@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2006-09-13T19:59:33+00:00</dc:date>
</item>
<item>
<title>27 August 2006 - Apache Ant 1.7.0 Beta 1 Now Available</title>
<link>http://www.apachenews.org/archives/000892.html</link>
<description>
<![CDATA[Apache Ant 1.7.0 Beta 1 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.
<p/>
The manual of the beta version is available <a href="http://ant.apache.org/manual-beta">here</a>. 
<p/>
Ant 1.7 introduces a resource framework. Some of the core ant tasks such as &lt;copy/&gt; 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/>
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 <a href="http://subversion.tigris.org/">Subversion</a> will be only provided as an antlib to be released shortly. 
<p/>
Ant 1.7 fixes also a large number of bugs.
<p/>
Ant 1.7 has no support for Java6 features, but first tests on Java6 did not fail.
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">892@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2006-08-27T18:02:22+00:00</dc:date>
</item>
<item>
<title>02 June 2005 - Apache Ant 1.6.5 Released</title>
<link>http://www.apachenews.org/archives/000638.html</link>
<description>
<![CDATA[Apache Ant 1.6.5 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.
<p/>
This is a bug fix release.
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">638@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2005-06-02T23:32:21+00:00</dc:date>
</item>
<item>
<title>19 May 2005 - Apache Ant 1.6.4 Released</title>
<link>http://www.apachenews.org/archives/000627.html</link>
<description>
<![CDATA[Apache Ant 1.6.4 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.
<p/>
This is a bug fix release.
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">627@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2005-05-19T01:03:56+00:00</dc:date>
</item>
<item>
<title>30 April 2005 - Apache Ant 1.6.3 Released</title>
<link>http://www.apachenews.org/archives/000610.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">Apache Ant</a> 1.6.3 is now <a href="http://ant.apache.org/antnews.html">available</a> for <a href="http://ant.apache.org/bindownload.cgi">download</a>.
<p/>
There is a large list of fixed bugs and enhancements.
<p/>
Some of the bugs affecting the embedded use of Ant are fixed.
<p/>
Downloads:
<p/>
<a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">610@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2005-04-30T18:32:43+00:00</dc:date>
</item>
<item>
<title>31 March 2005 - Apache Ant 1.6.3 beta1 Now Available</title>
<link>http://www.apachenews.org/archives/000597.html</link>
<description>
<![CDATA[<strong><a href="http://ant.apache.org/">Apache Ant</a> 1.6.3beta1</strong> is now available for <a href="http://cvs.apache.org/dist/ant/v1.6.3beta1">download</a>.
<p/>
There is a large list of fixed bugs and enhancements.
<p/>
Some of the bugs affecting the embedded use of Ant are fixed.
<p/>
<strong>Downloads:</strong>
<p/>
<a href="http://cvs.apache.org/dist/ant/v1.6.3beta1">http://cvs.apache.org/dist/ant/v1.6.3beta1</a>
<p/>
----
<p/>
<strong><em><u><a href="http://ant.apache.org/">-- The Apache Ant Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">597@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2005-03-31T23:06:34+00:00</dc:date>
</item>
<item>
<title>18 July 2004 - Apache Ant 1.6.2 Released</title>
<link>http://www.apachenews.org/archives/000417.html</link>
<description>
Apache Ant 1.6.2 is now available for download. This release fixes a large number of bugs and adds a number of features which were asked for by users on Bugzilla....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">417@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2004-07-18T14:10:49+00:00</dc:date>
</item>
<item>
<title>02 July 2004 - Apache Ant 1.6.2beta1 Now Available</title>
<link>http://www.apachenews.org/archives/000400.html</link>
<description>
<![CDATA[<a href="http://ant.apache.org/">Apache Ant</a> 1.6.2beta1 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6.2beta1/">download</a>. Release Notes can be found from <a href="http://cvs.apache.org/dist/ant/v1.6.2beta1/RELEASE-NOTES-apache-ant-1.6.2beta1.html">here</a>.
 ]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">400@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2004-07-02T12:32:11+00:00</dc:date>
</item>
<item>
<title>12 February 2004 - Apache Ant 1.6.1 Released</title>
<link>http://www.apachenews.org/archives/000009.html</link>
<description>
Ant 1.6.1 has been released on February 12th, 2004. Apache Ant 1.6.1 is available for download from here The ASF Board has approved the new Apache License 2.0. For a copy of that license, please visit here. The Ant 1.6.1 release is delivered with the Apache License 2.0. Ant 1.6.1 fixes several bugs, most notably the handling of the default namespace for nested elements. Ant 1.6.1 also introduces initial support for compiling with Java 1.5. Thanks to all the committers and the ant community for helping us develop this release....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">9@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2004-02-12T22:30:36+00:00</dc:date>
</item>
<item>
<title>18 December 2003 - Apache Ant 1.6.0 Released</title>
<link>http://www.apachenews.org/archives/000029.html</link>
<description>
The Apache Ant Team and Apache Software Foundation are happy to announce that Apache Ant 1.6.0 is now available. You can download the latest Ant from Binary Distribution: http://ant.apache.org/bindownload.cgi Source Distribution: http://ant.apache.org/srcdownload.cgi Thanks to all the people who have contributed to Ant, who have sent critics, comments, patches, questions, ... For the ones who have sent patches or bug reports which are not yet processed, keep chiming in to remind us of your issues , hopefully we will be able to solve them. We have done our best to offer new features such as antlib, macrodef, presetdef, ssh tasks, ... and to fix bugs. A lot of luck with the use of ant 1.6.0. For more information, take a glance at Apache Ant Website. Enjoy!...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">29@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2003-12-18T03:39:16+00:00</dc:date>
</item>
<item>
<title>30 September 2003 - Apache Ant 1.6beta1 Available</title>
<link>http://www.apachenews.org/archives/000046.html</link>
<description>
The Apache Ant team is proud to announce the first beta of Ant 1.6. It is now now available for download. As we&apos;ve already said in the announcements of Ant 1.5.4, this release requires JDK 1.2 or later to run. We encourage user to give this beta a release a try and report any bugs found so that we get a chance to fix them before we make the final release of Ant 1.6. Ant 1.6 adds a lot of new features, most prominently support for XML namespaces as well as a new concept of Ant libraries that makes use of namespaces to avoid name clashes of custom tasks. For a longer list of fixed bugs and new features see the release notes....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">46@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2003-09-30T04:48:02+00:00</dc:date>
</item>
<item>
<title>12 August 2003 - Apache Ant 1.5.4 Available</title>
<link>http://www.apachenews.org/archives/000062.html</link>
<description>
Apache Ant 1.5.4 is now available for download. This is a minor bugfix release that fixes a problem with the javah task on JDK 1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If you don&apos;t use javah or VAJ, there is no reason to upgrade....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">62@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2003-08-12T06:13:59+00:00</dc:date>
</item>
<item>
<title>09 April 2003 - Ant 1.5.3 released</title>
<link>http://www.apachenews.org/archives/000078.html</link>
<description>
This is a maintenance release that fixes several serious bugs in the zip family of tasks found after Apache Ant 1.5.2 was released. For a full list of changes see here. Download Ant in binary or source form....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">78@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2003-04-09T08:31:16+00:00</dc:date>
</item>
<item>
<title>03 March 2003 - Apache Ant 1.5.2 released</title>
<link>http://www.apachenews.org/archives/000082.html</link>
<description>
This is a maintenance release that fixes several issues identified after Apache Ant 1.5.1 was released. For a full list of changes see here. Download Ant in binary or source form....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">82@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2003-03-03T09:01:00+00:00</dc:date>
</item>
<item>
<title>21 February 2003 - Apache Ant 1.5.2beta1 released</title>
<link>http://www.apachenews.org/archives/000086.html</link>
<description>
The upcoming 1.5.2 final release is primarily a maintenance release that fixes several issues identified after Apache Ant 1.5.1 was released. The full list of changes as well as binary and source release files can be found here. Your timely feedback on this beta is very important. You may either fill out a bug report at http://issues.apache.org/bugzilla/ which is the prefered way or send a mail to dev@ant.apache.org to bring any issues to the attention of the developers....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_ant_index.html">Apache Ant</a> ] <a href="http://www.apachenews.org/archives/news_apache_ant.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_ant.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">86@http://www.apachenews.org/</guid>
<dc:subject>Apache Ant</dc:subject>
<dc:date>2003-02-21T09:32:07+00:00</dc:date>
</item>


</channel>
</rss>
