2009/11/4 baz themail <
[hidden email]>:
> 1. How can i find multiple strings via text find plugin.
> 2. If i have to use my own grep command, how can i access the console log
> file itself.
I don't know
> Then, why am i asking for grep'ing the actual console log file? In this
> particular case, for some reason, Platform builder does not pipe the
> particular errors into those log files, so the errors are only exists in the
> console log.
I do not know the details of your job or build command but as far as I
know, both Unix and Windows support redirecting command output to a
file.
You probably have in your build script or build step some code that looks like:
...
"Platform builder"
...
If you can append " > platform_builder.log" to the Platform builder
call, you should be able to capture the output from Platform builder.
If you are on Unix, add " 2>&1" to it to capture also errors. Please
refer to Windows documentation on how to capture error output in batch
scripts.
After you have captured all output and errors from Platform builder to
a file, then you can grep the file.
-- Sami
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]