From cc68eb8bbfd0e3183e7baa99626974c4c7ed73aa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 29 Jan 2002 13:02:43 +0000 Subject: [PATCH] Add a property that allows a failed chmod to be non-fatal. can fail if the user running the build is not the owner of the file who's permissions should be changed. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270998 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index ee0fd02a6..ef3bfa16d 100644 --- a/build.xml +++ b/build.xml @@ -21,6 +21,7 @@ + @@ -406,9 +407,11 @@ - - - + + + @@ -473,9 +476,11 @@ - - - + + + @@ -566,9 +571,10 @@ - - - + + +