#1
|
|||
|
|||
Logging the whole "Output" during build
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 Last edited by DrGonzo; 07-18-2006 at 04:37 AM. |
#2
|
|||
|
|||
#3
|
|||
|
|||
hm....
I'm sorry, but I didn't see a solution for my 2nd question there. Yours DrGonzo |
#4
|
|||
|
|||
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.
|
|
|