[nant-dev] NAnt task passbyref extension

2003-12-30 Thread Randy Regnier
Title: Message Our development group has implemented a "passbyref" extension to the NAnt task, which essentially allows the task to modify selected property values, and have those modified property values available to the calling client. This is comparable to passing parameters by reference

RE: [nant-dev] NAnt task passbyref extension

2003-12-30 Thread Randy Regnier
Title: Message Yes, the echo would show: "Prop: 2". Our primary use is toreport unit tests that fail at the end of a lengthy build process. We have nearly 100 C# projects, plus severalnon-managed C++. Our build system compiles the code for a particular projectand then compiles and runs