Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 34275 invoked by uid 500); 28 Aug 2001 10:15:24 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 34241 invoked from network); 28 Aug 2001 10:15:24 -0000 Date: 28 Aug 2001 10:15:21 -0000 Message-ID: <20010828101521.6547.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org, andreas@schildba.ch Cc: Subject: [DO NOT REPLY: Bug 3297] bug in delete task (cascaded) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3297 *** shadow/3297 Tue Aug 28 01:11:14 2001 --- shadow/3297.tmp.6544 Tue Aug 28 03:15:20 2001 *************** *** 2,9 **** | bug in delete task (cascaded) | +----------------------------------------------------------------------------+ | Bug #: 3297 Product: Ant | ! | Status: NEW Version: 1.4Beta2 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | bug in delete task (cascaded) | +----------------------------------------------------------------------------+ | Bug #: 3297 Product: Ant | ! | Status: RESOLVED Version: 1.4Beta2 | ! | Resolution: INVALID Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 36,39 **** First, do an "ant prepare" and look at the created structure. Then, do an "ant clean" and watch ant deleting one directory too much. According to the documentation of the delete task, the "build" directory should ! remain (see last example). --- 36,59 ---- First, do an "ant prepare" and look at the created structure. Then, do an "ant clean" and watch ant deleting one directory too much. According to the documentation of the delete task, the "build" directory should ! remain (see last example). ! ! ------- Additional Comments From conor@cortexebusiness.com.au 2001-08-28 03:15 ------- ! From the WHATSNEW file: ! * A delete task like ! ! ! ! will now remove "somedir" as well, unless there are still files left ! in it (matched by the default excludes). ! ! The doco has been updated for the 1.4 Beta 2 build so I'd like to confirm that ! is the version of documentation you are quoting. Current manual states ! ! ! ! ! ! ! deletes all files and subdirectories of build, including build itself. !