diff --git a/WHATSNEW b/WHATSNEW
index 2d075b1d8..0860cb681 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -196,6 +196,9 @@ Other changes:
* now supports filtering and can check timestamps before
overriding a file. Bugzilla Report 18166.
+* has a new attribute tempdir that controls the placement of
+ temporary files. Bugzilla Report 15454.
+
Changes from Ant 1.5.2 to Ant 1.5.3
===================================
diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html
index 2da44b465..97288c6d9 100644
--- a/docs/manual/OptionalTasks/junit.html
+++ b/docs/manual/OptionalTasks/junit.html
@@ -142,6 +142,13 @@ elements).
formatters receive the output.
No |
+
+ tempdir |
+ Where Ant should place temporary files.
+ Since Ant 1.6. |
+ No; default is the project's base
+ directory. |
+
By using the errorproperty
and failureproperty
@@ -479,7 +486,7 @@ aborted. Results are collected in files named
${reports.tests}
.
-Copyright © 2000-2002 Apache Software Foundation. All rights
+
Copyright © 2000-2003 Apache Software Foundation. All rights
Reserved.