This is one thing that's bothered me for a while...
 
1) compile to a dll
2) change the .build file
3) run nant
 
I don't know what nant does to know whether it needs to recompile... but in this instance, it won't!
I have to go in and "touch" at least one code file for the changes to the .build file to be applied.
 
I guess the root problem is that nant doesn't consider changes in the .build file to require a new build of the dll.
 
very frustrating

____________
Andy Smith
Chief Code Monkey

 

Reply via email to