Browse Source

deleting something might break old builds, even if it is expected behavior

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693733 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
4b3e8042ba
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      WHATSNEW

+ 5
- 3
WHATSNEW View File

@@ -96,6 +96,11 @@ Changes that could break older environments:
silently try to remove the link. silently try to remove the link.
Bugzilla Report 41285. Bugzilla Report 41285.


* <delete file="..."> used to log a warning and not delete broken
symbolic links. <delete dir="..."/> didn't even log a warning.
The task will now try to delete them in both cases.
Bugzilla Report 41285.

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


@@ -204,9 +209,6 @@ Fixed bugs:
the link's target. the link's target.
Bugzilla Report 41525. Bugzilla Report 41525.


* <delete file="..."> failed to delete broken symbolic links.
Bugzilla Report 41285.

Other changes: Other changes:
-------------- --------------




Loading…
Cancel
Save