Hello,
I have an odd
problem with the delete task, there are times it just will not delete files,
even though I can delete them fine with the command line.
To try and
fix that, I replaced my delete tasks with a execute task for cmd.exe with the
arguments "del /S /F /Q dirname" and that
IL PROTECTED]
> Subject: RE: [Nant-users] delete task - problem with exclude
>
> I just ran into this issue the other day.
>
> I had to implement a work around by copying the file out to a
different
> directory, executing my delete task, and then copy the file back.
>
> I consid
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 5:40 AM
To: Lawrence, Richard; [EMAIL PROTECTED]
Subject: RE: [Nant-users] delete task - problem with exclude
It's not intuitive, but we use something like this and it works ok. This erases all
files except the config director
et the
hang of it.
-Original Message-
From: Lawrence, Richard [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] delete task - problem with exclude
When publishing my ASP.NET project, I want to leave two directories and their
When publishing my ASP.NET project, I want to leave two directories and their contents
in place, while deleting everything else. As I understand filesets, the following
should work. But user and Uploads get deleted. What am I missing?
Here's an excerpt of