diff --git a/manual/running.html b/manual/running.html
index 9c31d12f5..63647f80c 100644
--- a/manual/running.html
+++ b/manual/running.html
@@ -462,13 +462,15 @@ And I filtered out the getPropertyHelper
access.
java.io.tmpdir
ant.tmpdir
getPropertyHelper
access.
set. Unlike java.io.tmpdir
this property can be set
from within the build file.@@ -518,8 +521,14 @@ on the platform and the JVM implementation.
of an external command on OpenVMS will create a temporary file holding a DCL script that invokes the actual command. +Starting with Ant 1.10.9 Ant will try to create a build process
+ specific temporary directory inside java.io.tmpdir
wiht
+ permissions set to be accessible by the current user only and use
+ that if ant.tmpdir
has not been set and Ant is able to
+ set permissions on the filesystem in question.
Tasks not provided with the Ant distribution will ignore
- the ant.tmpdir
property and
+ the ant.tmpdir
property or the process subdirectory and
use java.io.tmpdir
unless they have been adapted to the
changed API of Ant 1.10.8.