Just a followup.. I noticed that my build file uses the deprecated <excludes>. I got the same behavior using <exclude> or <excludes>
-----Original Message----- From: SourceForge.net [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: [nant-dev] [ nant-Bugs-1069418 ] Problem with <delete><fileset> or <exclude> in 11/15 nightly Bugs item #1069418, was opened at 2004-11-19 09:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1069418&group_i d=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5 Submitted By: Greg Akins (akinsgre) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with <delete><fileset> or <exclude> in 11/15 nightly Initial Comment: I compiled and ran the nightly build from 11/15 The following task <delete> <fileset> <includes name="${deploy.drive}/${app.name}/**/*" /> <excludes name="${deploy.drive}/${app.name}/**/Web.config" /> </fileset> </delete> which will correctly exclude the web.config using Nant 0.84 does not exlude the file in Nant the nightly build. I haven't had the time to look at the source; and didn't see any similar comments in the lists... So I thought I would submit it just to give it some visibility. My build file is attached. Compiled using .Net 1.1, run on Windows 2000 Professional Thanks! Greg Akins angrygreg at yahoo dot com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1069418&group_i d=31650 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
