diff --git a/WHATSNEW b/WHATSNEW
index a0c575dac..b5b38ba1b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,3 +1,18 @@
+Changes from Ant 1.9.7 TO Ant 1.10.0
+====================================
+
+Changes that could break older environments:
+-------------------------------------------
+
+ * Ant 1.10.x requires Java8 or newer at compile or build time.
+ The 1.9.x series wil stay compatible with Java5.
+
+Fixed bugs:
+-----------
+
+Other changes:
+--------------
+
Changes from Ant 1.9.6 TO Ant 1.9.7
===================================
diff --git a/build.xml b/build.xml
index 2e61d9827..4d52e6421 100644
--- a/build.xml
+++ b/build.xml
@@ -34,10 +34,10 @@
-
+
-
-
+
+
@@ -104,8 +104,8 @@
-
-
+
+
diff --git a/manual/cover.html b/manual/cover.html
index 05bd9719a..59b8e4381 100644
--- a/manual/cover.html
+++ b/manual/cover.html
@@ -19,14 +19,14 @@
-Apache Ant 1.9.7 User Manual
+Apache Ant 1.10.0 User Manual
-
Apache Ant™ 1.9.7 Manual
-
This is the manual for version 1.9.7 of
+
Apache Ant™ 1.10.0 Manual
+
This is the manual for version 1.10.0 of
Apache Ant.
If your version
of Ant (as verified with ant -version) is older or newer than this
diff --git a/manual/credits.html b/manual/credits.html
index 3d7ebc0bb..d895dfd5e 100644
--- a/manual/credits.html
+++ b/manual/credits.html
@@ -62,7 +62,7 @@
-
Version: 1.9.7
+
Version: 1.10.0
diff --git a/release/ivy.xml b/release/ivy.xml
index 154109740..f8e13c17d 100644
--- a/release/ivy.xml
+++ b/release/ivy.xml
@@ -20,7 +20,7 @@
xsi:noNamespaceSchemaLocation=
"http://ant.apache.org/ivy/schemas/ivy.xsd">
+ module="ant" revision="1.10.0"/>
diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml
index 34ffd70f0..186191c82 100644
--- a/src/etc/poms/ant-antlr/pom.xml
+++ b/src/etc/poms/ant-antlr/pom.xml
@@ -27,13 +27,13 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-antlr
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + ANTLRantlr specific task.
The implementation forks a java process, therefore the antlr jar file is only needed at runtime
@@ -41,7 +41,7 @@
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTtruecompile
diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml
index 395e10753..610a387dd 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -27,19 +27,19 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-bcel
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + BCELorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-apache-bsf/pom.xml b/src/etc/poms/ant-apache-bsf/pom.xml
index aad7b7073..b757de0bb 100644
--- a/src/etc/poms/ant-apache-bsf/pom.xml
+++ b/src/etc/poms/ant-apache-bsf/pom.xml
@@ -27,19 +27,19 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-bsf
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + BSForg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-apache-log4j/pom.xml b/src/etc/poms/ant-apache-log4j/pom.xml
index cc9389bd2..4b48e2b47 100644
--- a/src/etc/poms/ant-apache-log4j/pom.xml
+++ b/src/etc/poms/ant-apache-log4j/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-log4j
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Log4Jorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml
index d34cfce18..30569e1d9 100644
--- a/src/etc/poms/ant-apache-oro/pom.xml
+++ b/src/etc/poms/ant-apache-oro/pom.xml
@@ -27,19 +27,19 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-oro
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Apache Oroorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-apache-regexp/pom.xml b/src/etc/poms/ant-apache-regexp/pom.xml
index 22489bd5b..9fcafc836 100644
--- a/src/etc/poms/ant-apache-regexp/pom.xml
+++ b/src/etc/poms/ant-apache-regexp/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-regexp
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Apache Regexporg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-apache-resolver/pom.xml b/src/etc/poms/ant-apache-resolver/pom.xml
index 691163676..03c017cd5 100644
--- a/src/etc/poms/ant-apache-resolver/pom.xml
+++ b/src/etc/poms/ant-apache-resolver/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-resolver
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Apache Resolverorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml
index 557e738bd..3e49f1d52 100644
--- a/src/etc/poms/ant-apache-xalan2/pom.xml
+++ b/src/etc/poms/ant-apache-xalan2/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-apache-xalan2
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Xalan 2contains Xalan2-specific featuresorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-commons-logging/pom.xml b/src/etc/poms/ant-commons-logging/pom.xml
index e30836b1c..51ce03818 100644
--- a/src/etc/poms/ant-commons-logging/pom.xml
+++ b/src/etc/poms/ant-commons-logging/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-commons-logging
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Commons LoggingAnt Listener based on commons-loggingorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml
index 1683fc2a5..8e08ec58d 100644
--- a/src/etc/poms/ant-commons-net/pom.xml
+++ b/src/etc/poms/ant-commons-net/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-commons-net
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + Commons Netftp, rexec and telnet tasksorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml
index 4de10fba1..7d3d9f3d2 100644
--- a/src/etc/poms/ant-jai/pom.xml
+++ b/src/etc/poms/ant-jai/pom.xml
@@ -27,13 +27,13 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-jai
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JAIimage task and corresponding types.
@@ -41,7 +41,7 @@
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml
index 0c8511b4c..ac364793e 100644
--- a/src/etc/poms/ant-javamail/pom.xml
+++ b/src/etc/poms/ant-javamail/pom.xml
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-javamail
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JavaMailimplementation of the mail task based on javamail.
Required to send emails to SMTP servers using user/password combinations
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml
index eccfbe757..2f35da308 100644
--- a/src/etc/poms/ant-jdepend/pom.xml
+++ b/src/etc/poms/ant-jdepend/pom.xml
@@ -27,13 +27,13 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-jdepend
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JDependtask jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
jdepend parser available on the maven repository
@@ -41,7 +41,7 @@
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-jmf/pom.xml b/src/etc/poms/ant-jmf/pom.xml
index 02bd10f1d..d040c223e 100644
--- a/src/etc/poms/ant-jmf/pom.xml
+++ b/src/etc/poms/ant-jmf/pom.xml
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-jmf
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JMFcontains the sound task and a soundplayer listener
download the dependency from http://java.sun.com/products/java-media/jmf/
@@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml
index 2469a0a0c..1273d8717 100644
--- a/src/etc/poms/ant-jsch/pom.xml
+++ b/src/etc/poms/ant-jsch/pom.xml
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-jsch
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JSchcontains the sshexec and scp tasks
@@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index c352cf593..7ba833ea7 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-junit
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JUnitcontains the junit and junirreport tasksorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
index d22dc08f6..7e66219bd 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -26,20 +26,20 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-junit4
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + JUnit 4contains JUnit 4.x supportorg.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile
diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml
index 517e78b05..8f9556951 100644
--- a/src/etc/poms/ant-launcher/pom.xml
+++ b/src/etc/poms/ant-launcher/pom.xml
@@ -27,13 +27,13 @@
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-launcher
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant Launcher
diff --git a/src/etc/poms/ant-netrexx/pom.xml b/src/etc/poms/ant-netrexx/pom.xml
index 9df32033e..502dbe388 100644
--- a/src/etc/poms/ant-netrexx/pom.xml
+++ b/src/etc/poms/ant-netrexx/pom.xml
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant-parent../pom.xml
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOT4.0.0http://ant.apache.org/org.apache.antant-netrexx
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTApache Ant + NetRexxNetRexxC task
dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html
@@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org.apache.antant
- 1.9.7-SNAPSHOT
+ 1.10.0-SNAPSHOTcompile