You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Benoit Xhenseval (JIRA)" <ji...@codehaus.org> on 2005/06/21 23:13:52 UTC

[jira] Created: (MPSIMIAN-14) Upgrade to Simian 2.2.4 and uses XML format

Upgrade to Simian 2.2.4 and uses XML format
-------------------------------------------

         Key: MPSIMIAN-14
         URL: http://jira.codehaus.org/browse/MPSIMIAN-14
     Project: maven-simian-plugin
        Type: Improvement
    Reporter: Benoit Xhenseval


why the usage of XML report for Simian is so important to us?
 
This is due to a new open source project that my company www.objectlab.co.uk is sponsoring: QALab (see http://qalab.sourceforge.net)

we have been using it internally with Ant and not Maven.  We evaluated Simian and created an extension for it, we wanted an XML interface so we used version 2.2.4.
 
QALab consolidates statistics from checkstyle, pmd, findbugs and (recently) simian all based on the xml interfaces.  QALab also keeps track of these stats over time and generates reports & charts on the back of this.
 
Hope this helps & that you will consider our changes to the maven plugin.
 


-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPSIMIAN-14) Upgrade to Simian 2.2.4 and uses XML format

Posted by "Benoit Xhenseval (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSIMIAN-14?page=all ]

Benoit Xhenseval updated MPSIMIAN-14:
-------------------------------------

    Attachment: changes.xml.diff.txt

Diff for changes.xml

I cannot see how to update the cvs-usage pages

> Upgrade to Simian 2.2.4 and uses XML format
> -------------------------------------------
>
>          Key: MPSIMIAN-14
>          URL: http://jira.codehaus.org/browse/MPSIMIAN-14
>      Project: maven-simian-plugin
>         Type: Improvement
>     Reporter: Benoit Xhenseval
>  Attachments: changes.xml.diff.txt, plugin-resources.zip, plugin.jelly.diff.txt, project.xml
>
>
> why the usage of XML report for Simian is so important to us?
>  
> This is due to a new open source project that my company www.objectlab.co.uk is sponsoring: QALab (see http://qalab.sourceforge.net)
> we have been using it internally with Ant and not Maven.  We evaluated Simian and created an extension for it, we wanted an XML interface so we used version 2.2.4.
>  
> QALab consolidates statistics from checkstyle, pmd, findbugs and (recently) simian all based on the xml interfaces.  QALab also keeps track of these stats over time and generates reports & charts on the back of this.
>  
> Hope this helps & that you will consider our changes to the maven plugin.
>  

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPSIMIAN-14) Upgrade to Simian 2.2.4 and uses XML format

Posted by "David Eric Pugh (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSIMIAN-14?page=all ]
     
David Eric Pugh closed MPSIMIAN-14:
-----------------------------------

     Assign To: David Eric Pugh
    Resolution: Fixed

I have applied your fixes.  I didn't quite change the release as we haven't released yet.  Can you test the chagnes and if it looks good I'll release next week.

> Upgrade to Simian 2.2.4 and uses XML format
> -------------------------------------------
>
>          Key: MPSIMIAN-14
>          URL: http://jira.codehaus.org/browse/MPSIMIAN-14
>      Project: maven-simian-plugin
>         Type: Improvement
>     Reporter: Benoit Xhenseval
>     Assignee: David Eric Pugh
>  Attachments: changes.xml.diff.txt, plugin-resources.zip, plugin.jelly.diff.txt, project.xml
>
>
> why the usage of XML report for Simian is so important to us?
>  
> This is due to a new open source project that my company www.objectlab.co.uk is sponsoring: QALab (see http://qalab.sourceforge.net)
> we have been using it internally with Ant and not Maven.  We evaluated Simian and created an extension for it, we wanted an XML interface so we used version 2.2.4.
>  
> QALab consolidates statistics from checkstyle, pmd, findbugs and (recently) simian all based on the xml interfaces.  QALab also keeps track of these stats over time and generates reports & charts on the back of this.
>  
> Hope this helps & that you will consider our changes to the maven plugin.
>  

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPSIMIAN-14) Upgrade to Simian 2.2.4 and uses XML format

Posted by "Benoit Xhenseval (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSIMIAN-14?page=all ]

Benoit Xhenseval updated MPSIMIAN-14:
-------------------------------------

    Attachment: plugin-resources.zip
                plugin.jelly.diff.txt
                project.xml

Here are the diff files!!!
I also enclose the new plug-resources sub directory
The classes: Duplication, DuplicatioArea, SimianLog and SimianLogTest can be DELETED!

> Upgrade to Simian 2.2.4 and uses XML format
> -------------------------------------------
>
>          Key: MPSIMIAN-14
>          URL: http://jira.codehaus.org/browse/MPSIMIAN-14
>      Project: maven-simian-plugin
>         Type: Improvement
>     Reporter: Benoit Xhenseval
>  Attachments: plugin-resources.zip, plugin.jelly.diff.txt, project.xml
>
>
> why the usage of XML report for Simian is so important to us?
>  
> This is due to a new open source project that my company www.objectlab.co.uk is sponsoring: QALab (see http://qalab.sourceforge.net)
> we have been using it internally with Ant and not Maven.  We evaluated Simian and created an extension for it, we wanted an XML interface so we used version 2.2.4.
>  
> QALab consolidates statistics from checkstyle, pmd, findbugs and (recently) simian all based on the xml interfaces.  QALab also keeps track of these stats over time and generates reports & charts on the back of this.
>  
> Hope this helps & that you will consider our changes to the maven plugin.
>  

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org