From 9f96b52f96cd7cb0902589b91d8fecddce9fd116 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Fri, 30 Apr 2010 21:57:57 +0000 Subject: [PATCH] preparation for ant 1.8.1 build git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@939839 13f79535-47bb-0310-9956-ffa450edef68 --- ReleaseInstructions | 3 ++- WHATSNEW | 14 +++++++++- build.xml | 2 +- docs/antnews.html | 17 +++++++++--- docs/bindownload.html | 34 ++++++++++++------------ docs/faq.html | 10 +++++++ docs/index.html | 20 ++++++++++---- docs/manual/cover.html | 6 ++--- docs/manual/credits.html | 2 +- docs/srcdownload.html | 34 ++++++++++++------------ src/etc/poms/ant-antlr/pom.xml | 6 ++--- src/etc/poms/ant-apache-bcel/pom.xml | 6 ++--- src/etc/poms/ant-apache-bsf/pom.xml | 6 ++--- src/etc/poms/ant-apache-log4j/pom.xml | 6 ++--- src/etc/poms/ant-apache-oro/pom.xml | 6 ++--- src/etc/poms/ant-apache-regexp/pom.xml | 6 ++--- src/etc/poms/ant-apache-resolver/pom.xml | 6 ++--- src/etc/poms/ant-apache-xalan2/pom.xml | 8 +++--- src/etc/poms/ant-commons-logging/pom.xml | 6 ++--- src/etc/poms/ant-commons-net/pom.xml | 6 ++--- src/etc/poms/ant-jai/pom.xml | 6 ++--- src/etc/poms/ant-javamail/pom.xml | 6 ++--- src/etc/poms/ant-jdepend/pom.xml | 6 ++--- src/etc/poms/ant-jmf/pom.xml | 6 ++--- src/etc/poms/ant-jsch/pom.xml | 6 ++--- src/etc/poms/ant-junit/pom.xml | 6 ++--- src/etc/poms/ant-launcher/pom.xml | 4 +-- src/etc/poms/ant-netrexx/pom.xml | 6 ++--- src/etc/poms/ant-nodeps/pom.xml | 6 ++--- src/etc/poms/ant-swing/pom.xml | 6 ++--- src/etc/poms/ant-testutil/pom.xml | 6 ++--- src/etc/poms/ant/pom.xml | 6 ++--- src/etc/poms/pom.xml | 2 +- xdocs/antnews.xml | 17 +++++++++--- xdocs/bindownload.xml | 34 ++++++++++++------------ xdocs/faq.xml | 4 +++ xdocs/index.xml | 20 ++++++++++---- xdocs/srcdownload.xml | 34 ++++++++++++------------ 38 files changed, 227 insertions(+), 158 deletions(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index f7f08d16e..5aef03dce 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -70,7 +70,8 @@ Note: This document was updated in the context of releasing Ant 1.7. * docs/manual/cover.html * docs/manual/credits.html - * build.xml (version property & manifest-version property) + * build.xml properties : project-version & manifest-version + * POM files under src/etc/poms and subdirectories Commit your changes. diff --git a/WHATSNEW b/WHATSNEW index de5401409..4e925b785 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,6 +1,18 @@ -Changes from Ant 1.8.0 TO current SVN version +Changes from Ant 1.8.1 TO current SVN version ============================================= +Changes that could break older environments: +------------------------------------------- + +Fixed bugs: +----------- + +Other changes: +-------------- + +Changes from Ant 1.8.0 TO Ant 1.8.1 +=================================== + Changes that could break older environments: ------------------------------------------- diff --git a/build.xml b/build.xml index 11b97a13b..ecaf41168 100644 --- a/build.xml +++ b/build.xml @@ -34,7 +34,7 @@ - + diff --git a/docs/antnews.html b/docs/antnews.html index fc34ccf64..b4f7e0b6d 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -205,13 +205,24 @@

News

+ + Ant1.8.1 +

+

May 6th, 2010 - Ant 1.8.1 Released

+

Apache Ant 1.8.1 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.1 release are

+
    +
  • new task augment allows to add attributes or nested elements to previously defined references
  • +
  • numerous bug fixes and improvements as documented in Bugzilla + and in WHATSNEW
  • +
+

Ant1.8.0

Februrary 8th, 2010 - Ant 1.8.0 Released

-

Apache Ant 1.8.0 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.0 release are

  • Lexically scoped local properties, i.e. properties that are only defined inside a target, diff --git a/docs/bindownload.html b/docs/bindownload.html index 768995500..49dc935c0 100644 --- a/docs/bindownload.html +++ b/docs/bindownload.html @@ -244,11 +244,11 @@ Other mirrors: Current Release of Ant -

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

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

    Note
    -
    Ant 1.8.0 was released on 8-Feb-2010 and +
    Ant 1.8.1 was released on 6-May-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.8.0-src.tar.gz.asc
+% pgpv apache-ant-1.8.1-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.8.0-src.tar.gz.asc
+% pgp apache-ant-1.8.1-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.8.0-src.tar.gz.asc +% gpg --verify apache-ant-1.8.1-src.tar.gz.asc

Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml index 8fe2e16d4..79659d130 100644 --- a/src/etc/poms/ant-antlr/pom.xml +++ b/src/etc/poms/ant-antlr/pom.xml @@ -27,19 +27,19 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-antlr - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT antlr specific task. The implementation forks a java process, therefore the antlr jar file is only needed at runtime org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT true compile diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml index b77cb9c94..4405f8f47 100644 --- a/src/etc/poms/ant-apache-bcel/pom.xml +++ b/src/etc/poms/ant-apache-bcel/pom.xml @@ -27,17 +27,17 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-bcel - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-apache-bsf/pom.xml b/src/etc/poms/ant-apache-bsf/pom.xml index d1fbb5b06..0aea23d65 100644 --- a/src/etc/poms/ant-apache-bsf/pom.xml +++ b/src/etc/poms/ant-apache-bsf/pom.xml @@ -27,17 +27,17 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-bsf - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-apache-log4j/pom.xml b/src/etc/poms/ant-apache-log4j/pom.xml index 8b85c90a4..5463883b0 100644 --- a/src/etc/poms/ant-apache-log4j/pom.xml +++ b/src/etc/poms/ant-apache-log4j/pom.xml @@ -26,17 +26,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-log4j - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml index 8336ebf36..ae6517d24 100644 --- a/src/etc/poms/ant-apache-oro/pom.xml +++ b/src/etc/poms/ant-apache-oro/pom.xml @@ -27,17 +27,17 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-oro - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-apache-regexp/pom.xml b/src/etc/poms/ant-apache-regexp/pom.xml index 03522dd72..d42ae325f 100644 --- a/src/etc/poms/ant-apache-regexp/pom.xml +++ b/src/etc/poms/ant-apache-regexp/pom.xml @@ -26,17 +26,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-regexp - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-apache-resolver/pom.xml b/src/etc/poms/ant-apache-resolver/pom.xml index 0e072ee7d..7f55237ac 100644 --- a/src/etc/poms/ant-apache-resolver/pom.xml +++ b/src/etc/poms/ant-apache-resolver/pom.xml @@ -26,17 +26,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-resolver - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml index 3d1c6c068..1c0871bcd 100644 --- a/src/etc/poms/ant-apache-xalan2/pom.xml +++ b/src/etc/poms/ant-apache-xalan2/pom.xml @@ -26,24 +26,24 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-apache-xalan2 - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT contains Xalan2-specific features org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile org.apache.ant ant-nodeps - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-commons-logging/pom.xml b/src/etc/poms/ant-commons-logging/pom.xml index 67b586296..cef4fe26d 100644 --- a/src/etc/poms/ant-commons-logging/pom.xml +++ b/src/etc/poms/ant-commons-logging/pom.xml @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-commons-logging - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT Ant Listener based on commons-logging org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml index cf6586d3b..2071a7586 100644 --- a/src/etc/poms/ant-commons-net/pom.xml +++ b/src/etc/poms/ant-commons-net/pom.xml @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-commons-net - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT ftp, rexec and telnet tasks org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml index f3b5daf22..8878e9b74 100644 --- a/src/etc/poms/ant-jai/pom.xml +++ b/src/etc/poms/ant-jai/pom.xml @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-jai - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT image task and corresponding types. jai (Java Advanced Imaging) is not available in public Maven repositories, therefore the dependencies are included with a scope provided the download URL is http://java.sun.com/products/java-media/jai/ @@ -41,7 +41,7 @@ org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml index a2b2b06aa..3ce6b7b91 100644 --- a/src/etc/poms/ant-javamail/pom.xml +++ b/src/etc/poms/ant-javamail/pom.xml @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-javamail - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT implementation of the mail task based on javamail. Required to send emails to SMTP servers using user/password combinations or to send mail over SSL @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml index 4e0a9276f..bd98585b3 100644 --- a/src/etc/poms/ant-jdepend/pom.xml +++ b/src/etc/poms/ant-jdepend/pom.xml @@ -27,19 +27,19 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-jdepend - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the jdepend parser available on the maven repository org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-jmf/pom.xml b/src/etc/poms/ant-jmf/pom.xml index 62ac1e96a..d16f635b5 100644 --- a/src/etc/poms/ant-jmf/pom.xml +++ b/src/etc/poms/ant-jmf/pom.xml @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-jmf - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT contains the sound task and a soundplayer listener download the dependency from http://java.sun.com/products/java-media/jmf/ org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml index d2ee90605..c765416c7 100644 --- a/src/etc/poms/ant-jsch/pom.xml +++ b/src/etc/poms/ant-jsch/pom.xml @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-jsch - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT contains the sshexec and scp tasks jsch 0.1.29 might not be available from maven org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml index c2371acbe..ba177508f 100644 --- a/src/etc/poms/ant-junit/pom.xml +++ b/src/etc/poms/ant-junit/pom.xml @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-junit - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT contains the junit and junirreport tasks org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml index d6e1c8caf..bcfb64a70 100644 --- a/src/etc/poms/ant-launcher/pom.xml +++ b/src/etc/poms/ant-launcher/pom.xml @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-launcher - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT diff --git a/src/etc/poms/ant-netrexx/pom.xml b/src/etc/poms/ant-netrexx/pom.xml index 50b0882aa..dba822bc5 100644 --- a/src/etc/poms/ant-netrexx/pom.xml +++ b/src/etc/poms/ant-netrexx/pom.xml @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-netrexx - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT NetRexxC task dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-nodeps/pom.xml b/src/etc/poms/ant-nodeps/pom.xml index 95b5cc207..71c413818 100644 --- a/src/etc/poms/ant-nodeps/pom.xml +++ b/src/etc/poms/ant-nodeps/pom.xml @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-nodeps - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT contains all the optional tasks and types which do not have particular dependencies org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml index 9b5c11a6a..a2eae13f6 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-swing - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT a listener and a splash task based on Swing org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml index 012f6abce..8a7e83a71 100644 --- a/src/etc/poms/ant-testutil/pom.xml +++ b/src/etc/poms/ant-testutil/pom.xml @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant-testutil - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT test utility classes org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml index 0402e999f..c4d30f587 100644 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@ -27,19 +27,19 @@ org.apache.ant ant-parent ../pom.xml - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 org.apache.ant ant - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.apache.tools.ant Apache Ant org.apache.ant ant-launcher - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT compile diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index 86c183e3a..ef446377b 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -25,7 +25,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 4.0.0 org.apache.ant ant-parent - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT pom master POM Apache Ant diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index b93c7839a..1cd5029de 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -26,12 +26,23 @@ -

-

Februrary 8th, 2010 - Ant 1.8.0 Released

-

Apache Ant 1.8.0 is now available for download as source or binary (with and without +

+

May 6th, 2010 - Ant 1.8.1 Released

+

Apache Ant 1.8.1 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.1 release are

+
    +
  • new task augment allows to add attributes or nested elements to previously defined references
  • +
  • numerous bug fixes and improvements as documented in Bugzilla + and in WHATSNEW
  • +
+ +
+ +
+

Februrary 8th, 2010 - Ant 1.8.0 Released

Key features of the 1.8.0 release are

  • Lexically scoped local properties, i.e. properties that are only defined inside a target, diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml index 5a4ea1280..5c456537c 100644 --- a/xdocs/bindownload.xml +++ b/xdocs/bindownload.xml @@ -75,12 +75,12 @@ Other mirrors:
    -

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

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

    Note
    -
    Ant 1.8.0 was released on 8-Feb-2010 and +
    Ant 1.8.1 was released on 6-May-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.8.0-src.tar.gz.asc
    +% pgpv apache-ant-1.8.1-src.tar.gz.asc
    or
    % pgp -ka KEYS
    -% pgp apache-ant-1.8.0-src.tar.gz.asc
    +% pgp apache-ant-1.8.1-src.tar.gz.asc
    or
    % gpg --import KEYS
    -% gpg --verify apache-ant-1.8.0-src.tar.gz.asc +% gpg --verify apache-ant-1.8.1-src.tar.gz.asc

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