View Single Post
  #1  
Old 08-29-2006, 06:49 PM
rmaines rmaines is online now
Registered User
 
Join Date: 08-02-2006
Posts: 11
Interop.VisBuildSvr.dll

We have a c# app which acts as a "Build Launcher" to our build projects. We have a master.bld executing a chain.bld. The chain.bld then executes several child.bld's.

When the master.bld is executed from the command-line, we see the "echoing" of the output from the child.bld's. However, when executed from our c# app, we only see the step of executing the chain.bld. It's not showing the steps in the child.bld. I see there is an echo property off of the build object but setting it to "true" does nothing. Is this property supposed to work, or is there some other way I can get the echoing to work?
Reply With Quote