Scott
change
<fileset dir = "${keros.find-bugs.HOME}" includes = "*.jar"/>
to
<fileset dir = "${keros.find-bugs.HOME}">
<include name="**/*.jar"/>
</fileset>
HTH
Martin
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official business
of Sender. This transmission is of a confidential nature and Sender does not
endorse distribution to any party other than intended recipient. Sender does
not necessarily endorse content contained within this transmission.
> Date: Fri, 20 Feb 2009 19:13:48 -0500
> From: [email protected]
> To: [email protected]; [email protected]
> Subject: Re: Way to simplify this task?
>
> Yeah...been a while since I did this...
>
> I think, it is literally assuming a file entitled *.jar below :(
>
> What does your taskdef look like for Find Bugs? I use something like this:
>
> <taskdef name = "analyze" classname =
> "edu.umd.cs.findbugs.anttask.FindBugsTask" uri =
> "http://findbugs.sourceforge.net" description = "Needed to use FindBugs.">
> <classpath>
> <fileset dir = "${keros.find-bugs.HOME}" includes = "*.jar"/>
> </classpath>
> </taskdef>
>
> Not sure this will help, but maybe you want to use a similar construct, but
> for fileset do something like:
>
> <fileset dir = "web/WEB-INF/lib" includes = "*.jar"/>
>
> Of course, adjust taskdef based on what you are currently doing ;)
>
> ---- [email protected] wrote:
> > Hi,
> >
> > Perhaps this is more appropriate for the FindBugs forum, but I've found
> > good answers here. I'm using Ant 1.6 with FindBugs 1.3.7. I want to tell
> > FindBugs to include all the JARS within a certain directory for its
> > classpath, but this isn't working ...
> >
> > <target name="findBugs" >
> > <FindBugs home="${findBugsHome}" output="html"
> > outputFile="${findBugsOutputFile}" jvmargs="${jvmargs}" projectName="regui"
> > >
> > <class location="${build}/${war-file-name}" />
> > <auxClasspath path="web/WEB-INF/lib/*.jar" />
> > <sourcePath path="${srcDir}/com" />
> > </FindBugs>
> > </target>
> >
> > I get the error
> >
> > [FindBugs] The following errors occurred during analysis:
> > [FindBugs] Cannot open codebase
> > filesystem:C:\Temp\Routing_Engine\ui\web\WEB-INF\lib\*.jar
> > [FindBugs] java.util.zip.ZipException: Error opening
> > C:\Temp\Routing_Engine\ui\web\WEB-INF\lib\*.jar
> > [FindBugs] At
> > edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBase.<init>(ZipFileCodeBase.java:56)
> > [FindBugs] At
> > edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.makeZipCodeBase(ZipCodeBaseFactory.java:40)
> > [FindBugs] At
> > edu.umd.cs.findbugs.classfile.impl.ClassFactory.createFilesystemCodeBase(ClassFactory.java:96)
> > [FindBugs] At
> > edu.umd.cs.findbugs.classfile.impl.FilesystemCodeBaseLocator.openCodeBase(FilesystemCodeBaseLocator.java:75)
> > [FindBugs] At
> > edu.umd.cs.findbugs.classfile.impl.ClassPathBuilder.processWorkList(ClassPathBuilder.java:560)
> > [FindBugs] At
> > edu.umd.cs.findbugs.classfile.impl.ClassPathBuilder.build(ClassPathBuilder.java:195)
> > [FindBugs] At
> > edu.umd.cs.findbugs.FindBugs2.buildClassPath(FindBugs2.java:626)
> > [FindBugs] At
> > edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:184)
> > [FindBugs] At edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:323)
> > [FindBugs] At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1069)
> >
> > Any ideas what I'm doing wrong? Do I have to list each JAR file? - Dave
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
_________________________________________________________________
Access your email online and on the go with Windows Live Hotmail.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Access_022009