View Single Post
  #2  
Old 08-10-2006, 11:59 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
As long as all projects write to the same log file (for instance, by configuring globally at Tools | Application Options | Logging, or defining at File | Properties | Logging for the parent project and specifying a log filename of %LOGFILE% when chaining) and you don't have 'Tools | Application Options | Logging | Delete log file at the start of each build' checked (and are not deleting the log file within the build), the log file will automatically contain the output of the parent and all chained builds. The attached sample logs the output of the parent and all child projects (to test.log in the path of the .bld files) in my tests.

If that doesn't help, please ZIP and send or post:
1) The info from Help | About | Install Info
2) A reproducible test case (.bld file that can be built here and reproduces the problem)
3) The build log file
Attached Files
File Type: zip chain.zip (695 Bytes, 813 views)
Reply With Quote