Browse Source

Merge basic switch to java.io.tmpdir via FileUtils.createTempFile(...)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277494 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
c1cadae30e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      WHATSNEW

+ 2
- 2
WHATSNEW View File

@@ -43,8 +43,6 @@ Other changes:
* <echoproperties> now (alphanumerically) sorts the property list * <echoproperties> now (alphanumerically) sorts the property list
before echoing, when you request XML output (format="xml"). before echoing, when you request XML output (format="xml").


* Changed default tempdir for <javac> from user.dir to java.io.tmpdir.

* A new base class DispatchTask has been added to facilitate elegant * A new base class DispatchTask has been added to facilitate elegant
creation of tasks with multiple actions. creation of tasks with multiple actions.


@@ -174,6 +172,8 @@ Other changes:
* Made the dest attribute of the apply task optional; mapped target * Made the dest attribute of the apply task optional; mapped target
filenames will be interpreted as absolute pathnames when dest is omitted. filenames will be interpreted as absolute pathnames when dest is omitted.


* Changed default tempdir for <javac> from user.dir to java.io.tmpdir.

Fixed bugs: Fixed bugs:
----------- -----------




Loading…
Cancel
Save