Export to GitHub

google-singleton-detector - issue #8
Create an Ant task. Add an option to output data for Hudson Plot plugin.
Posted on Mar 21, 2011 by
Happy Ox
We use Hudson and Ant for continuous builds. We also use the Plot plugin to visualize progress.
The attached patch adds a GsdAntTask class, which allows GSD to be run as an ant task. It also adds an optional Plot data output.
Summary of changes: -- In the Stats class, I made members private, and increment methods PackagePrivate. -- In the SingletonDetector class, and added a getStats method, to return the Stats class. -- Added the GsdAntTask class.
- patch 9KB
Status: New
Labels:
Type-Defect
Priority-Medium