SparkBuild Community

Pushing the envelope of build performance

it seems like you can get either annotation (for sbinsight) or the regular build logs, but not both. is there a way to get both types of output?

Tags: logs

Views: 1

Reply to This

Replies to This Discussion

Hi Mark,

The install bundle should have included anno2log, a utility for converting annotation into your familiar build log. For example, on Linux you could do something like this:

% emake --emake-annodetail=basic ... > build.xml 2>&1
% anno2log < build.xml > build.log

Hope that helps,

Eric Melski
Architect
Electric Cloud, Inc.
that works great! thanks.
You can also get at-runtime build output by doing this:

emake --emake-annodetail=basic ... | tee build.xml | anno2log

The effect will be 'normal' output to the console, and annotation suitable for SparkBuild Insight written to build.xml

RSS

Share

© 2012   Created by Electric Cloud Administrator.

Badges  |  Report an Issue  |  Terms of Service