https://issues.apache.org/bugzilla/show_bug.cgi?id=49752
Summary: [PATCH] findbugs build target enhancements
Product: Fop
Version: 1.1dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
This patch enhances the findbugs build target as follows:
* changes from using external findbugs.jar location, ${findbugs.home.dir}, to
use a copy/link of findbugs.jar in lib/build; this makes findbugs usage
consistent with checkstyle usage, which is also copied/linked into lib/build
rather than referenced from an external directory;
* adds libs-build-classpath, ant.jar, and ant-launcher.jar to auxiliary class
path in order to eliminate "missing class" warnings which prevent findbugs from
testing a full transitive closure (of dependent classes);
* adds (empty) findbugs-exclude.xml file in order to filter blessed warnings
(in future cleanup work);
* adds new targets findbugs-xml and findbugs-html in order to separately
generate the XML and HTML output formats, and rewrites the existing findbugs
target to be an alias for findbugs-html;
This patch is applied against revision 985949.
Regards,
Glenn
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.