diff --git a/WHATSNEW b/WHATSNEW index 551949817..c99fe3f99 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,6 +1,18 @@ -Changes from Ant 1.7.x TO current SVN version +Changes from Ant 1.8.0RC1 TO current SVN version ============================================= +Changes that could break older environments: +------------------------------------------- + +Fixed bugs: +----------- + +Other changes: +-------------- + +Changes from Ant 1.7.x TO Ant 1.8.0RC1 +====================================== + Changes that could break older environments: ------------------------------------------- diff --git a/build.xml b/build.xml index 045e2fdce..bbbbf0736 100644 --- a/build.xml +++ b/build.xml @@ -34,10 +34,10 @@ - + - + diff --git a/docs.xml b/docs.xml index c3b7e987c..598e2d4f0 100644 --- a/docs.xml +++ b/docs.xml @@ -22,7 +22,8 @@ For building XDocs, edit xdocs/**/*.xml first. If ../jakarta-site2 does not exist, set -Dsite.dir=... for it, - or just use -Dvelocity.dir=.../velocity-1.4.x if you have downloaded Velocity somewhere. + or just use -Danakia.dir=.../anakia-1.0.x if you have downloaded Anakia somewhere. + Anakia can be downloaded from http://velocity.apache.org/download.cgi XXX for no apparent reason, your CWD must be the main Ant source dir, or this will fail: .../docs.xml:64: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource './site.vsl' @@ -49,19 +50,16 @@ - + - - - - - - + + + - + diff --git a/docs/antnews.html b/docs/antnews.html index f7719c04e..8f27ce10d 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -205,6 +205,26 @@

News

+ + Ant1.8.0RC1 +

+

January 12, 2010 - Ant 1.8.0RC1 Released

+

Apache Ant 1.8.0RC1 is now available for download as source or binary (with and without + dependencies) from + http://ant.apache.org/bindownload.cgi.

+

Key features of the 1.8.0RC1 release are

+
    +
  • a new top level element extension-point allows build files to be + extended with custom targets more easily
  • +
  • if and unless attributes will be evaluated according to the values of the properties entered + if these properties evaluate to true, false, on, off
  • +
  • Ant now requires Java 1.4 or later
  • +
  • new task include provides an alternative to <import> that + should be preferred when you don't want to override any targets
  • +
  • numerous bug fixes and improvements as documented in Bugzilla + and in WHATSNEW
  • +
+

Ivy 2.1.0

diff --git a/docs/bindownload.html b/docs/bindownload.html index 713d00785..41800d28a 100644 --- a/docs/bindownload.html +++ b/docs/bindownload.html @@ -244,11 +244,11 @@ Other mirrors: Current Release of Ant -

Currently, Apache Ant 1.7.1 is the best available version, see the +

Currently, Apache Ant 1.8.0RC1 is the best available version, see the release notes.

Note
-
Ant 1.7.1 was released on 27-Jun-2008 and +
Ant 1.8.0RC1 was released on 12-Jan-2010 and may not be available on all mirrors for a few days.

@@ -257,22 +257,22 @@ may not be available on all mirrors for a few days.

@@ -297,17 +297,17 @@ directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
-% pgpv apache-ant-1.7.1-src.tar.gz.asc
+% pgpv apache-ant-1.8.0RC1-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.7.1-src.tar.gz.asc
+% pgp apache-ant-1.8.0RC1-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.7.1-src.tar.gz.asc +% gpg --verify apache-ant-1.8.0RC1-src.tar.gz.asc

Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index ad9e111e5..7310dc11d 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -26,6 +26,27 @@ +

+

January 12, 2010 - Ant 1.8.0RC1 Released

+

Apache Ant 1.8.0RC1 is now available for download as source or binary (with and without + dependencies) from + http://ant.apache.org/bindownload.cgi.

+ +

Key features of the 1.8.0RC1 release are

+
    +
  • a new top level element extension-point allows build files to be + extended with custom targets more easily
  • +
  • if and unless attributes will be evaluated according to the values of the properties entered + if these properties evaluate to true, false, on, off
  • +
  • Ant now requires Java 1.4 or later
  • +
  • new task include provides an alternative to <import> that + should be preferred when you don't want to override any targets
  • +
  • numerous bug fixes and improvements as documented in Bugzilla + and in WHATSNEW
  • +
+ +
+

October 8, 2009 - Apache Ivy 2.1.0 Released

Apache Ivy 2.1.0 is now available for download as source or binary (with and without diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml index 0c18259a0..85b2f36d3 100644 --- a/xdocs/bindownload.xml +++ b/xdocs/bindownload.xml @@ -75,12 +75,12 @@ Other mirrors:

-

Currently, Apache Ant 1.7.1 is the best available version, see the +

Currently, Apache Ant 1.8.0RC1 is the best available version, see the release notes.

Note
-
Ant 1.7.1 was released on 27-Jun-2008 and +
Ant 1.8.0RC1 was released on 12-Jan-2010 and may not be available on all mirrors for a few days.


@@ -89,22 +89,22 @@ may not be available on all mirrors for a few days.
@@ -136,17 +136,17 @@ using

% pgpk -a KEYS
-% pgpv apache-ant-1.7.1-src.tar.gz.asc
+% pgpv apache-ant-1.8.0RC1-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.7.1-src.tar.gz.asc
+% pgp apache-ant-1.8.0RC1-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.7.1-src.tar.gz.asc +% gpg --verify apache-ant-1.8.0RC1-src.tar.gz.asc

Alternatively, you can verify the checksums on the files. Unix