Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:10
Size: 1040
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2010-03-17 13:12:30
Size: 1047
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The code is located in [http://hera.statsbiblioteket.dk/cgi-bin/viewcvs.cgi/ Statsbiblioteket's CVS] repository under the name [http://hera.statsbiblioteket.dk/cgi-bin/viewcvs.cgi/sbutil/ sbutil]. The code is located in [[http://hera.statsbiblioteket.dk/cgi-bin/viewcvs.cgi/|Statsbiblioteket's CVS]] repository under the name [[http://hera.statsbiblioteket.dk/cgi-bin/viewcvs.cgi/sbutil/|sbutil]].
Line 7: Line 7:
[[Anchor(qaScan)]] <<Anchor(qaScan)>>
Line 11: Line 11:
The [:BuildServer: build server] has an integrated hook to automatically generate a html report with ViewVC integration. You can grab a stand alone precompiled jar with qaScan from below The [[BuildServer| build server]] has an integrated hook to automatically generate a html report with ViewVC integration. You can grab a stand alone precompiled jar with qaScan from below
Line 13: Line 13:
 * [http://hera.statsbiblioteket.dk/java-3part/sbutil/sbutil-0.1.11/qaScan-0.1.11.jar qaScan-0.1.11.jar]  * [[http://hera.statsbiblioteket.dk/java-3part/sbutil/sbutil-0.1.11/qaScan-0.1.11.jar|qaScan-0.1.11.jar]]

About SBUtil

SBUtil is a general purpose library containing commonly used functionality, such as file and and stream handling, zipping, and logging utilities.

Code

The code is located in Statsbiblioteket's CVS repository under the name sbutil.

qaScan

qaScan is a command line application used to generate reports of the QA state of code tree. It reads the QAInfo annotations in the compiled class files and generates either a html or text report.

The build server has an integrated hook to automatically generate a html report with ViewVC integration. You can grab a stand alone precompiled jar with qaScan from below

To get usage instructions just run it without arguments from the command line

java -jar qaScan-0.1.11.jar

SBUtil (last edited 2010-03-17 13:12:30 by localhost)