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 compilation can
potentially speed up as it doesn't have to recompiled unchanged files like
resources etc when you want to do a quick test build.

Another option is maybe delete the whole output directory.   Suggestions?


Eddie

-----Original Message-----
From: Erick Thompson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 9 September 2003 3:05 AM
To: Eddie Tse; [EMAIL PROTECTED]
Subject: RE: [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 AM
> To: [EMAIL PROTECTED]
> Subject: [nant-dev] Another Solution Task suggestion
> 
> 
> 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
> 
> 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to