|
#1
|
|||
|
|||
How to send Visual Build log file by e-mail
I looked at Logging.bld project in Sample folder and build it but all XML log handling steps were sciped because of
[Len(%QUOTE_STR(%LOGFILE%)%) > 0 And Application.Options.LogFormat = "XML"] condition. Nothing was sent. How can I make it send log file by e-mail after build fails or succeds? |
#2
|
|||
|
|||
Go to Tools | Application Options on the menu, switch to the Logging tab, check 'Enable file logging', enter a filename in the Log Filename field, and change Format to XML.
|
#3
|
|||
|
|||
Yes now it works. But I want to get log file exactly as I see in in Log pane of Visua
Hi kinook.
Everything works thanks. But I want to get log file after build finnished exactly like it is in log pane I mean like *.txt or *.html How can I do it? Thanks in advance. Ilya. |
#4
|
|||
|
|||
The Text log format will have output that is close to what is displayed in the output pane. It will not contain the 'build completed' line if sent from within a build, since the build hasn't actually completed until after the last step completes; you can add a Log Message step before your send mail step to add that if you wish.
|
|
|