RE: [NAnt-users] clean target

2005-12-28 Thread Rod Ayers
I do my "Clean" before I get the code...just two folders in my environment. Then I get the code from VSS. It's our standard Build process. Simplifies everything! Rod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Towersap Sent: Wednesday, Decembe

Re: [NAnt-users] clean target

2005-12-28 Thread Marc Towersap
That's what I was afraid of... How do you deal with compiler-generated code for C++ stuff from midl? Do you delete those manually too? I do agree this isn't a really big issue, I was just wondering that, since from VS.net, if I can clean a solution or project, and it deletes everything for you

Re: [NAnt-users] clean target

2005-12-28 Thread Gary Feldman
Marc Towersap wrote: I'm using 's to build various .sln and *proj files by passing in the appropriate Configuration parameter (like Release or ReleaseMinDependency. Is there a corresponding way to "clean" the generated files without having to a bunch of 's and 's?? There isn't a way using