Module Autobuild::Reporting
In: lib/autobuild/reporting.rb
 The reporting module provides the framework

to run commands in autobuild and report errors to the user

It does not use a logging framework like Log4r, but it should ;-)

Methods

<<   each_log   error   report   success  

Public Class methods

Add a new reporter

Iterate on all log files

Reports that the build failed to the user

 Run a block and report known exception

If an exception is fatal, the program is terminated using exit()

:yield:

Reports a successful build to the user

[Validate]