![]() |
How to do Build Reports |
Assuming you have gathered all the information from a daily build you know want to make a Daily Build Report and post it on the web.
1) Make a copy of the Daily Build Report Template.
2) Fill in the fields for;
builder with your name,
date with today's date,
Build Number with a YYYYMMDD for instance 01-31-2001 would be 20010131
Included Modules make this a link to the cvs output
Build Output make this a link to the file that contains output for the script compile.bat and linksrc.bat and linkbyte.bat
3) Next for every compiler error that outputs add an entry in the table. Put the class and method the compiler reported the error in
and in the box next to it enter the error that the compiler reported.
4) For each error you enter into the build report, go to the Integration Document use the email link to email the owner of that module with
the module and compile error that broke the build.
5) After the build report it complete put it in the ~team_4/www/buildReports directory and make sure the index.html file links to it.
There all done, was that so hard?