Bugs item #1254054, was opened at 2005-08-08 10:01
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=1254054&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: asparrowhawk (asparrowhawk)
Assigned to: Nobody/Anonymous (nobody)
Summary: delete task does not remove directories matching a wild car

Initial Comment:
When using version

NAnt 0.85 (Build 0.85.1932.0; rc3; 16/04/2005)

of nant's delete task on Windows XP to remove 
directories containing old builds, the delete task fails to 
do anything

<delete>
        <fileset>
                <include name="C:\V1.4.*"/>
        </fileset>
</delete>

this does work with a previous build:

NAnt 0.85 (Build 0.85.1724.0; net-1.0.win32; nightly; 
20/09/2004)

I have tried both network UNC and local folder names

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1254054&group_id=31650


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to