From 2beb3977a8b81dae5b432a21b45b94da2bfb238e Mon Sep 17 00:00:00 2001
From: Stefan Bodewig 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.