diff --git a/WHATSNEW b/WHATSNEW index ac7e81442..ebc3ff647 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,9 +1,21 @@ -Changes from Ant 1.7.0Beta2 to current SVN version +Changes from Ant 1.7.0Beta3 to current SVN version ================================================== Changes that could break older environments: ------------------------------------------- +Fixed bugs: +----------- + +Other changes: +-------------- + +Changes from Ant 1.7.0Beta2 to Ant 1.7.0Beta3 +============================================= + +Changes that could break older environments: +------------------------------------------- + * Removed launcher classes from nodeps jar. * filter reader uses ISO-8879-1 encoding to read diff --git a/build.xml b/build.xml index 4c1ab9526..eb2fab376 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,7 @@ --> - + diff --git a/docs/antnews.html b/docs/antnews.html index 123710fd0..8e42e9a29 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -174,20 +174,12 @@

News

- - AntUnit 1.0Beta1 -

-

September 22, 2006 - Apache AntUnit 1.0Beta1 Available

-

Apache AntUnit 1.0Beta1 is now available for download.

-

This Ant Library contains tasks to test Ant tasks using Ant - instead of JUnit. For more information see the AntUnit home page.

-

- - Ant 1.7.0Beta2 + + Ant 1.7.0Beta3

-

September 17, 2006 - Ant 1.7.0Beta2 Available

-

Apache Ant 1.7.0Beta2 is now available for download.

-

This the second beta of the new major release 1.7 .

+

October 15, 2006 - Ant 1.7.0Beta3 Available

+

Apache Ant 1.7.0Beta3 is now available for download.

+

This the third 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, ... @@ -204,6 +196,14 @@

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

+ + AntUnit 1.0Beta1 +

+

September 22, 2006 - Apache AntUnit 1.0Beta1 Available

+

Apache AntUnit 1.0Beta1 is now available for download.

+

This Ant Library contains tasks to test Ant tasks using Ant + instead of JUnit. For more information see the AntUnit home page.

+

.NET Ant Library 1.0Beta1

diff --git a/docs/bindownload.html b/docs/bindownload.html index bf69e6a30..63b40e3f8 100644 --- a/docs/bindownload.html +++ b/docs/bindownload.html @@ -188,8 +188,8 @@ project provides RPMs at their own distribution site.

the master distribution directory or, preferably, its mirror.

- - Downloading Ant 1.7.0Beta2 + + Downloading Ant 1.7.0Beta3

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

diff --git a/docs/index.html b/docs/index.html index f98c3fb6d..c4cd1d470 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,11 +170,11 @@

Welcome

- - Ant 1.7.0Beta2 + + Ant 1.7.0Beta3

-

September 17, 2006 - Ant 1.7.0Beta2 Available

-

Apache Ant 1.7.0Beta2 is now available for download.

+

October 15, 2006 - Ant 1.7.0Beta3 Available

+

Apache Ant 1.7.0Beta3 is now available for download.

The manual of the beta version is available here.

Ant 1.7 introduces a resource framework. Some of the core ant tasks such as <copy/> are now able to process not only file diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index 89196e067..af39b8f8e 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -405,4 +405,4 @@ Sealed: false </jar> - \ No newline at end of file + diff --git a/docs/manual/cover.html b/docs/manual/cover.html index da6f8f4af..7447607ce 100644 --- a/docs/manual/cover.html +++ b/docs/manual/cover.html @@ -25,8 +25,8 @@

-

Apache Ant 1.7.0Beta2 Manual

-

This is the manual for version 1.7.0Beta2 of +

Apache Ant 1.7.0Beta3 Manual

+

This is the manual for version 1.7.0Beta3 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 101926d72..c50e8ca47 100644 --- a/docs/manual/credits.html +++ b/docs/manual/credits.html @@ -61,7 +61,7 @@

-

Version: 1.7.0Beta2

+

Version: 1.7.0Beta3

diff --git a/docs/srcdownload.html b/docs/srcdownload.html index ad63d3a3b..346acff5d 100644 --- a/docs/srcdownload.html +++ b/docs/srcdownload.html @@ -186,8 +186,8 @@ Thus they must be untarred with a GNU compatible version of the master distribution directory or, preferably, its mirror.

- - Downloading Ant 1.7.0Beta2 + + Downloading Ant 1.7.0Beta3

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

diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index 5764b0c73..defbfdd52 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -26,21 +26,11 @@ -
-

September 22, 2006 - Apache AntUnit 1.0Beta1 Available

-

Apache AntUnit 1.0Beta1 is now available for download.

- -

This Ant Library contains tasks to test Ant tasks using Ant - instead of JUnit. For more information see the AntUnit home page.

-
- -
-

September 17, 2006 - Ant 1.7.0Beta2 Available

-

Apache Ant 1.7.0Beta2 is now available for +

October 15, 2006 - Ant 1.7.0Beta3 Available

+

Apache Ant 1.7.0Beta3 is now available for download.

-

This the second beta of the new major release 1.7 .

+

This the third 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 @@ -62,6 +52,16 @@ did not fail.

+
+

September 22, 2006 - Apache AntUnit 1.0Beta1 Available

+

Apache AntUnit 1.0Beta1 is now available for download.

+ +

This Ant Library contains tasks to test Ant tasks using Ant + instead of JUnit. For more information see the AntUnit home page.

+
+

September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available

Apache .NET Ant Library 1.0Beta1 is now available for or, preferably, its mirror.

-
+

Beta releases are not mirrored, you can find our latest beta release at -

-

September 17, 2006 - Ant 1.7.0Beta2 Available

-

Apache Ant 1.7.0Beta2 is now available for +

October 15, 2006 - Ant 1.7.0Beta3 Available

+

Apache Ant 1.7.0Beta3 is now available for download.

The manual of the beta version is available here.

diff --git a/xdocs/srcdownload.xml b/xdocs/srcdownload.xml index 1affbb1e3..8da23da8b 100644 --- a/xdocs/srcdownload.xml +++ b/xdocs/srcdownload.xml @@ -47,7 +47,7 @@ directory or, preferably, its mirror.

-
+

Beta releases are not mirrored, you can find our latest beta release at