> -----Original Message----- > From: Andrew Black [mailto:ablack@roguewave.com] > Sent: Tuesday, November 14, 2006 8:19 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: RFC: publishing nightly test results > > One enhancement I would appreciate seeing would be the output > of the library and example build process on the standard > output from the build_(compiler).bat script, as it provides > no indication of the progress being made while the script runs. We could get this using devenv.com instead of devenv.exe (devenv.com is a console executable which invoke devenv.exe and redirect the output from Build Output window to the console). I've made the required changes: http://svn.apache.org/viewvc?view=rev&rev=475242 Farid.