[ 
http://jira.codehaus.org/browse/MFINDBUGS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien updated MFINDBUGS-73:
----------------------------

    Comment: was deleted

(was: I tried the 2.0 Snapshot and it is still not completely working.
I can see some data now in the FundBugsSummary but it is still incomplete.

FileStats in now there which is good
however,the summary element is still displaying 0

 <FindBugsSummary timestamp="Fri, 6 Feb 2009 12:27:32 -0600" total_classes="0" 
total_bugs="0" total_size="0" num_packages="0" vm_version="1
.5.0_09-b01" cpu_seconds="51.47" clock_seconds="60.75" peak_mbytes="426.33" 
alloc_mbytes="986.12" gc_seconds="4.20">

Also, the package stats is not there.

this is how i setup the plugin in mypom file
May be i am missing something.

                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
                                <version>2.0-SNAPSHOT</version>
                                <configuration>
                                        <threshold>Default</threshold>
                                        <effort>Default</effort>
                                        
<findbugsXmlOutput>true</findbugsXmlOutput>
                                        
<findbugsXmlOutputDirectory>target</findbugsXmlOutputDirectory>
                                        
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
                                        <xmlOutput>true</xmlOutput>
                                <xmlOutputDirectory>target</xmlOutputDirectory>
                                </configuration>
                        </plugin>


thanks for your help)

> FindBugsSummary in legacy xml file is not filled up
> ---------------------------------------------------
>
>                 Key: MFINDBUGS-73
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-73
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Adrien
>            Assignee: Garvin LeClaire
>
> Hi
> I wanted to get the same output with maven than i would with ant.
> This is really important for the migration of some project especially for the 
> one using cruise control for CI.
> After looking for the right property to put in the pom file 
> (findbugsXmlWithMessages set to true)
> Everything seems correct except than the FindBugsSummary section is empty and 
> does not sumarize the bug count.
> Everything is set to 0.
> thanks
> Adrien

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to