Hello,
xml logs are processed with xsl transforms; you are probably interested
in compile.xsl
Sometimes, as in your case, it may be required to adjust this file, or
create new one.
Regards,
Matt
SangHee pisze:
Hello everyone.
I am a developer for Windows mobile and CE. I had build windows CE, I
got log like follow in web dash board
Errors: (1842)
Could Not Find D:\WM_AKU614\platform\common\*.bif
BUILD: [00:0000000000:PROGC ] Checking for \WM_AKU614\sdk\bin
\i386\srccheck.exe.
BUILD: [00:0000000001:PROGC ] Compile and Link for ARM.
BUILD: [00:0000000002:PROGC ] Loading D:\WM_AKU614\PLATFORM\COMMON
\Build.dat.
...
But that is not real Errors. So I would like to filter it correctly.
I think xml log (e.g. log20090314125432Lbuild.2009.03.14.003.xml) is
processed by one component or setting file. But I don't know which
file is it.
In the log xml, I can find like follow
<buildresults>
<message level="Error">Could Not Find D:\WM_AKU614\platform\common
\*.bif</message>
<message level="Error">BUILD: [Thrd:Sequence:Type ] Message</
message>
I think <message level="Error">BUILD: [Thrd:Sequence:Type ]
Message</message> sholud be changed like <message
level="Warning">BUILD: [Thrd:Sequence:Type ] Message</message>.
Because that is not error
Anyhow, I would like to know how to filter the log correctly. Please
help me~