[nant-dev] RecompileNeeded enhancement

2002-10-08 Thread Martin Aliger
Hi all, I draft one enhancenment to recompile-needed feature in CompilerBase. I'm heading to compile mono classes by nant. This is lot of subprojects/namespaces and files and this feature is desirable. 1/ Added support for changed .build projects 2/ Bugfix/enhance subprojects recompilation

RE: [nant-dev] RecompileNeeded enhancement

2002-10-08 Thread Smith, Eric V.
Message- From: Martin Aliger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: [nant-dev] RecompileNeeded enhancement Hi all, I draft one enhancenment to recompile-needed feature in CompilerBase. I'm heading to compile mono classes by nant

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