PDA

View Full Version : Logging the whole "Output" during build


DrGonzo
07-18-2006, 04:18 AM
Hi kinook,

today i finally recieved my license key, and now im able to build vbprojects with more than 50 steps *yehaa*

I would like to connect all builds we do to a webinterface, so we can easily inspect and analyse our builds.

For this reason it would be helpful, to be able to log the whole output during all build steps into a file. Is there any macro available, that can do that or a combination of macros respectively?

One thing. I have another logfile that looks like that:

%PROJECTNAME%,%BUILD_PROJECT_OK%

Append to file hook is set. How can I make VBP setting a new line for each insertion?

Thank You.

Yours DrGonzo

kinook
07-18-2006, 09:48 AM
http://www.visualbuild.com/Manual/buildlogging.htm

DrGonzo
07-19-2006, 01:50 AM
hm....

I'm sorry, but I didn't see a solution for my 2nd question there.

Yours DrGonzo

kinook
07-19-2006, 05:46 AM
If you're appending via the Write File action, insert a newline (press Enter) at the end of the text in the 'Text to write...' field.