Martin Sebor wrote: > Farid Zaripov wrote: [snip] >> But batman script also should to be updated to print the timestamp >> of the build at the beginning ("### date:"); the duration of the >> solution generating step ("### real time (builddir):") after execution >> of the configure.bat and total time at the end after cleanup >> ("### real time (total):"). All these actions are performed outside >> the build.wsf script. > > Alright. We need to migrate this script from Batman over to stdcxx > so we can enhance it ourselves. In addition to the timing info and > the library size I also tried (but couldn't) to determine the name > and version of the Windows OS so even the latest test result pages > for Windows are incomplete. > > Andrew, I'm having trouble finding this script. Can you point me > in the right direction?
The Batman script is build_stdcxx.bat, located along side the unix build_stdcxx script. This script is batch file, which calls into parse_runlog.wsf script for the purpose of processing the result log for batman. --Andrew Black