|
Re: Changing XSL file used by findbugs ant task: msg#00003java.findbugs.general
Don't worry, Bryan, there are plenty of us unrepentant ant users out here. Here's my ant task: <target name="findbugs"> <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask " /> <!-- FindBugs isn't designed to be run in ant (although it has a task), so you have to actually install it to get it to run. --> <findbugs home="/findbugs" output="xml:withMessages" outputFile="${artifactsDir}/findbugs_report.xml" effort="max" reportLevel="low" excludeFilter="${basedir}/build/lisfilter.xml" jvmargs="-Xmx640m" > <sourcePath path="${src}" /> <class location="${webdir}/classes/" /> <auxclasspath refid="build.classpath " /> </findbugs> <style in="${artifactsDir}/findbugs_report.xml" out="${artifactsDir}/findbugs_report.html" style="/findbugs/src/xsl/fancy.xsl" /> </target> On 12/1/06, Bryan Dotzour <BDotzour@xxxxxxxxx> wrote: Looks like I stepped in to a den of Maven users! ;-) Given that I don't -- Jason Bennett, jasonab@xxxxxxx E pur si muove! Get Firefox! - http://getfirefox.com
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Changing XSL file used by findbugs ant task, Bryan Dotzour |
|---|---|
| Next by Date: | RE: Changing XSL file used by findbugs ant task, Etienne Giraudy |
| Previous by Thread: | RE: Changing XSL file used by findbugs ant task, Bryan Dotzour |
| Next by Thread: | RE: Changing XSL file used by findbugs ant task, Etienne Giraudy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |