I am developing a process to create true differential
builds. My definition of a differential build is compiling only assemblies
that really need to be recompiled. This requires looking at more than the
datetime of the dependencies of an assembly. I need to know if any public
members have changed and then signal any referring assemblies that they need to
recompile. I think ant has a task <depend> that kind of
accomplishes this. Has anyone tried accomplishing this with NAnt?
It seems that this concept is contradictory to most build environments. Reliance
on datetimes and cleaning build environments seem to be assumed the norm. Joe A. Kemp CapWIN Senior Systems Architect (P) 301-614-3727 (F) 301-614-0581 |
- [Nant-users] Differential builds Joe Kemp
- Re: [Nant-users] Differential builds Gary Feldman
- RE: [Nant-users] Differential builds Jeremy P. Owens-Boggs
- Re: [Nant-users] Differential builds Gary Feldman
- RE: [Nant-users] Differential builds Joe Kemp
- RE: [Nant-users] Differential builds Jeremy P. Owens-Boggs
- RE: [Nant-users] Differential builds Joe Kemp
- RE: [Nant-users] Differential builds Shelly Midha