Re: [Nant-users] Nant task Rebuild Solution.

2005-08-10 Thread Matt Trentini
Alternatively, if you have Visual Studio installed you can use an exec task to call devenv with the 'clean' option before building. Something like this: It would be nice to have a 'clean' attribute for the solution task though... Cheers, Matt On 8/10/05, Tim Posey <[EMAIL PROTECTED]> wrote:

RE: [Nant-users] Nant task Rebuild Solution.

2005-08-09 Thread Tim Posey
Xuhui,   You might want to create a ‘clean’ task to run before performing your task.  This task should delete the bin/obj folders (if it’s a Visual Studio project) containing all of the .exe’s, .dll’s, .obj’s, and other compiled assets that you may have.  This will then force a comp