RE: [nant-dev] Another Solution Task suggestion

2003-09-09 Thread Eddie Tse
: [nant-dev] Another Solution Task suggestion I personally love this feature. Would it also remove all obj files, and all other temporary files, leaving only the project items? Thanks, Erick -Original Message- From: Eddie Tse [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 7:29

Re: [nant-dev] Another Solution Task suggestion

2003-09-09 Thread Martin Aliger
, September 09, 2003 3:18 PM Subject: RE: [nant-dev] Another Solution Task suggestion At the moment obj files are compiled to a temp directory that gets removed after a compile anyway. I am thinking maybe change to store obj files under the obj/target directory just like vs.net, this way

[nant-dev] Another Solution Task suggestion

2003-09-06 Thread Eddie Tse
Hi All, I've made a quick patch to add a clean action to the solution task. Basically it will remove all the primary output files. I would like some feedback on this. solution solutionfile=WindowsApplication.sln configuration=debug action=Clean /solution Cheers, Eddie ? patch.txt Index: