> > 1/ Added support for changed .build projects > Depending on the datestamp of a build file is wrong as the build file > can be changed for many reasons that shouldn't cause a recompile.
Ok. Just do not submit this 3 lines check. It was quick add. More difficult part of it was that paths... BTW: I do not like to "nant clean;nant" every time I change build file during devel of this. It's not so much problem to add "rebuild" rule anyway... BTW2: Many commercial environments do rebuild when project is changed. This is case of "for sure" rule - user could be very confused, when he e.g. enable <Debug property> in project and his debugger refuse to debug. And property task is not direct compile task - so isolating of <csc> into another file do not help. I see - there are much more cases where recompile is not needed, but... that few could confuse user a lot. Martin ______________________________________________________________________________ Nová vůně HUGO BOSS a další světové kosmetické značky v největší české internetové parfumerii. http://www.email.cz/fann ------------------------------------------------------- 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
