Re: [NAnt-users] Restarting a script conditionally

2011-08-09 Thread Christopher Brandt
We have set up an environment where we can conditionally rebuild components, if they've changed without having to rebuild the entire system. Doing so requires careful management of dependencies. If an interface or common datatype changes, then you pretty much need to rebuild everything. But if the

Re: [NAnt-users] Restarting a script conditionally

2011-08-09 Thread Bob Archer
Two hours. Wow... No, but you can check by using UPTODATE to see if any source is newer than the binaires or outputs or whatever and skip stuff as needed. I do with our sql packaging stuff. We use a tool called DbGhost packager that is an EXE you can ship to update a database. However, the pack