[NAnt-users] Restarting a script conditionally

2011-08-09 Thread Macdiarmid, James D.
I'm still a bit green with Nant scripting. I have a build script that has one main target, and a ton of calls to other targets. During the build process, I'm building a client GUI, Mid Tier piece and a web service piece. At the start of the build process, there are calls to targets that pull

Re: [NAnt-users] Restarting a script conditionally

2011-08-09 Thread Bob Archer
] Sent: Tuesday, August 09, 2011 11:37 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Restarting a script conditionally I'm still a bit green with Nant scripting. I have a build script that has one main target, and a ton of calls to other targets. During the build process, I'm

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