Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 84150 invoked from network); 2 Apr 2007 12:13:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 12:13:31 -0000 Received: (qmail 62884 invoked by uid 500); 2 Apr 2007 12:13:37 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 62632 invoked by uid 500); 2 Apr 2007 12:13:36 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 62617 invoked by uid 99); 2 Apr 2007 12:13:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 05:13:36 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 05:13:28 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HYLPI-0003yP-Dc for dev@maven.apache.org; Mon, 02 Apr 2007 05:13:08 -0700 Message-ID: <9789529.post@talk.nabble.com> Date: Mon, 2 Apr 2007 05:13:08 -0700 (PDT) From: dvicente To: dev@maven.apache.org Subject: Re: [m2] findbugs xml parser In-Reply-To: <908246390704020502x7731f648p36ef08c75f8b93b9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dvicente72@gmail.com References: <9710627.post@talk.nabble.com> <908246390703280654u783de1fbo2c874492d0140d11@mail.gmail.com> <9788933.post@talk.nabble.com> <908246390704020502x7731f648p36ef08c75f8b93b9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org How can i create a simple parser of the xml result file which can use the findbugs API or it's already exist ? For the dashboard plugin, i must read this xml result file to aggregate some generic indicators or try to compute statistics on it as bugs distribution by type etc ... Thanks for your help David Garvin LeClaire-2 wrote: > > Try the 1.1-SNAPSHOT as I know it works. I cannot remember if I fixed > this > for 1.0.0. > > I did not use Findbugs xml because of the way the original Maven 2 plugin > was started. It was easier to write one and I have more options for > adding > more wirter the way it is currently written. I was the one who wrote the > original xml reporter for FindBugs when I worked on the Maven 1 plugin. > > > > > -- > Regards, > > > Garvin LeClaire > garvin.leclaire@gmail.com > > > > > > > > On 4/2/07, dvicente wrote: >> >> >> any news ? >> >> one question, why the ifndbugs-maven-plugin generate its own xml instead >> of >> let findbugs do the job ? >> >> Garvin LeClaire-2 wrote: >> > >> > Which version of the Findbugs plugin are you using? >> > Are you able to send me the findbugs.xml file? >> > >> > >> > >> > >> > -- >> > Regards, >> > >> > >> > Garvin LeClaire >> > garvin.leclaire@gmail.com >> > >> > >> > >> > >> > On 3/28/07, dvicente wrote: >> >> >> >> >> >> Hi, >> >> >> >> for my dashboard-maven-plugin, i want to parse the xml result file of >> >> findbugs. >> >> >> >> Does anyone know if exist a parser in the API to retreive all objects >> >> structure without to parse the file as a simple xml file ? >> >> >> >> the findbugs-maven-plugin generate xml file in wrong format . >> >> >> >> it generates messages as "Error analyzing public void " where >> init >> >> is >> >> a method and do a parseException. >> >> >> >> Does anyone know to correct that ? >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/-m2--findbugs-xml-parser-tf3479394s177.html#a9710627 >> >> Sent from the Maven Developers mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> >> For additional commands, e-mail: dev-help@maven.apache.org >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/-m2--findbugs-xml-parser-tf3479394s177.html#a9788933 >> Sent from the Maven Developers mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> >> > > -- View this message in context: http://www.nabble.com/-m2--findbugs-xml-parser-tf3479394s177.html#a9789529 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org