diff --git a/WHATSNEW b/WHATSNEW index bae8309c2..469cdac24 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,9 +1,21 @@ -Changes from current Ant 1.6.5 version to current SVN version +Changes from current Ant 1.7.0Beta1 version to current SVN version ============================================================= Changes that could break older environments: ------------------------------------------- +Fixed bugs: +----------- + +Other changes: +-------------- + +Changes from Ant 1.6.5 to Ant 1.7.0Beta1 +======================================== + +Changes that could break older environments: +------------------------------------------- + * Removed support for xalan1 completely. Users of Xalan1 for Ant builds will have to stay at ant 1.6.5 or upgrade to xalan2. diff --git a/build.xml b/build.xml index 762d174da..63100c2ed 100644 --- a/build.xml +++ b/build.xml @@ -25,8 +25,8 @@ --> - - + + diff --git a/docs/antnews.html b/docs/antnews.html index da1857428..aaac8c2ef 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -174,6 +174,28 @@

News

+ + Ant 1.7.0Beta1 +

+

August 27, 2006 - Ant 1.7.0Beta1 Available

+

Apache Ant 1.7.0Beta1 is now available for download.

+

This the first beta of the new major release 1.7 .

+

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.

+

+ 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. +

+

Ant 1.7 fixes also a large number of bugs.

+

Ant 1.7 has no support for Java6 features, but first tests on Java6 + did not fail.

+

Ant 1.6.5

diff --git a/docs/bindownload.html b/docs/bindownload.html index 0bfae3464..7b15c7720 100644 --- a/docs/bindownload.html +++ b/docs/bindownload.html @@ -188,6 +188,12 @@ project provides RPMs at their own distribution site.

the master distribution directory or, preferably, its mirror.

+ + Downloading Ant 1.7.0Beta1 +

+

Beta releases are not mirrored, you can find our latest beta +release at http://cvs.apache.org/dist/ant/.

+

Mirror

diff --git a/docs/index.html b/docs/index.html index 078ea0dd3..77a25dc6a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,6 +170,27 @@

Welcome

+ + Ant 1.7.0Beta1 +

+

August 27, 2006 - Ant 1.7.0Beta1 Available

+

Apache Ant 1.7.0Beta1 is now available for download.

+

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.

+

+ 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. +

+

Ant 1.7 fixes also a large number of bugs.

+

Ant 1.7 has no support for Java6 features, but first tests on Java6 + did not fail.

+

Ant 1.6.5

diff --git a/docs/manual/cover.html b/docs/manual/cover.html index ea8d59dd2..a93ea2688 100644 --- a/docs/manual/cover.html +++ b/docs/manual/cover.html @@ -3,14 +3,14 @@ -Apache Ant 1.7 User Manual +Apache Ant 1.7.0Beta1 User Manual

-

Apache Ant 1.7 Manual

-

This is the manual for version 1.7alpha of +

Apache Ant 1.7.0Beta1 Manual

+

This is the manual for version 1.7.0Beta1 of Apache Ant. If your version of Ant (as verified with ant -version) is older or newer than this diff --git a/docs/manual/credits.html b/docs/manual/credits.html index 814ec78f2..53e79de99 100644 --- a/docs/manual/credits.html +++ b/docs/manual/credits.html @@ -45,10 +45,10 @@

-

Version: 1.7alpha

+

Version: 1.7.0Beta1


-

Copyright © 2000-2005 The Apache Software Foundation. All rights +

Copyright © 2000-2006 The Apache Software Foundation. All rights Reserved.

diff --git a/docs/projects.html b/docs/projects.html index 4315bbfeb..ec9deb492 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -386,8 +386,8 @@ Antigen -

Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main - use is for creating graphical, ant-based installers.

+

Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI + and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.

WebTest -

WebTest is a free open source tool for automated testing of web applications. - It is a set of powerful Ant tasks allowing to call web pages, mimic user actions - (clicking links, filling forms, ...) and verify the results. - The generated reports give comprehensive information on success and failure of the test steps.

+

WebTest is a free open source tool for automated testing of web applications. + It is a set of powerful Ant tasks allowing to call web pages, mimic user actions + (clicking links, filling forms, ...) and verify the results. + The generated reports give comprehensive information on success and failure of the test steps.

master distribution directory or, preferably, its mirror.

+ + Downloading Ant 1.7.0Beta1 +

+

Beta releases are not mirrored, you can find our latest beta +release at http://cvs.apache.org/dist/ant/.

+

Mirror

diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index 7faa80206..c7e281b03 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -1,6 +1,6 @@