RE: [Nant-users] delete task - problem with exclude

2003-08-28 Thread Lawrence, Richard
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

RE: [Nant-users] delete task - problem with exclude

2003-08-28 Thread Morris, Jason
[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

RE: [Nant-users] delete task - problem with exclude

2003-08-27 Thread Erv Walter
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

[Nant-users] delete task - problem with exclude

2003-08-27 Thread Lawrence, Richard
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