Browse Source

fix regression: dependset fails if target directory does not exist

BZ 40916


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

+ 6
- 6
WHATSNEW View File

@@ -14,14 +14,17 @@ Fixed bugs:
Bugzilla 40918.
* compareTo method in CompressedResource does not
take comparison with another CompressedResouce into account.
take comparison with another CompressedResource into account.
Bugzilla 40949.

* possible NPE in Jar.java.
Bugzilla 40847
Bugzilla 40847.

* regression in attribute prefix (+ others) for refid in zipfileset and tarfileset.
Bugzilla 41004, 30498
Bugzilla 41004, 30498.

* dependset failed if the basedir of a target fileset did not exist.
Bugzilla 40916.

Other changes:
--------------
@@ -39,8 +42,6 @@ Other changes:
with JDK 1.3 or 1.2

* do not uppercase the drive letters systematically in FileUtils#normalize

Changes from Ant 1.7.0Beta3 to Ant 1.7.0RC1
===========================================
@@ -95,7 +96,6 @@ Other changes:
* javadoc/tag@description is now set to the name if description is
not specified. Bugzill report 32927.


Changes from Ant 1.7.0Beta2 to Ant 1.7.0Beta3
=============================================



Loading…
Cancel
Save