This is a multi-part message in MIME format.
Just starting to work with the FindBugs ant task on our
continuous integration server and am loving it so far! I want HTML reports
generated so that developers can access them. I’m curious, is there a
way to specify which XSL script is going to get used by the Ant task when I
specify output=”html”? Or do I need to do that myself by having it
generate XML and then do an XSLT from within Ant? I’ve seen some syntax
like “html:fancy.xsl” that would be very convenient in use for the
Ant task, but it doesn’t seem like it works.
Any suggestions are appreciated. Thanks.
|
|