diff options
| author | Antoine Levy-Lambert <antoine@apache.org> | 2006-08-27 20:09:19 +0000 |
|---|---|---|
| committer | Antoine Levy-Lambert <antoine@apache.org> | 2006-08-27 20:09:19 +0000 |
| commit | 322bcb80ff116d4b17955c230928d2a30019b7aa (patch) | |
| tree | 444e11956f5ab2dc199375a05009c071bffe092b /xdocs/index.xml | |
| parent | 08bfc0562377c5915b91b33b976178a5defb7b16 (diff) | |
| download | ant-322bcb80ff116d4b17955c230928d2a30019b7aa.tar.gz | |
preparation for beta release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs/index.xml')
| -rw-r--r-- | xdocs/index.xml | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/xdocs/index.xml b/xdocs/index.xml index 945d06d64..9c65108e3 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - Copyright 2001-2005 The Apache Software Foundation + Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,33 @@ </properties> <body> - <section name="Ant 1.6.5"> + <section name="Ant 1.7.0Beta1"> + <h3>August 27, 2006 - Ant 1.7.0Beta1 Available</h3> + <p>Apache Ant 1.7.0Beta1 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 no support for Java6 features, but first tests on Java6 + did not fail.</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> |
