RE: [nant-dev] RecompileNeeded enhancement

2002-10-08 Thread Smith, Eric V.
I've never been a fan of having everything recompile if the build file (or makefile) changes. I often make changes to the build file that don't invalidate any of the outputs. If anything, this should be optional, but I'd rather see it not included. What does everyone else think? -Original

RE: [nant-dev] RecompileNeeded enhancement

2002-10-08 Thread Shaw, Gerry
. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 6:31 AM To: [EMAIL PROTECTED] Subject: RE: [nant-dev] RecompileNeeded enhancement I've never been a fan of having everything recompile if the build file (or makefile) changes. I often make changes to the build file that don't

RE: [nant-dev] RecompileNeeded enhancement

2002-10-08 Thread Shaw, Gerry
That is why the command line used to compile the assembly should be saved and checked. If you changed the build file and it causes a command line setting to be changed the build will get executed. This gives you exactly what you are getting by depending on the build file except that if you also

Re: [nant-dev] RecompileNeeded enhancement

2002-10-08 Thread Martin Aliger
That is why the command line used to compile the assembly should be saved and checked. If you changed the build file and it causes a command line setting to be changed the build will get executed. This gives you exactly what you are getting by depending on the build file except that if you