Re: maven 2, clover and contexts

2007-01-21 Thread c_inconnu2
Done : http://jira.codehaus.org/browse/MCLOVER-64 And i will start to look how to code a mojo ^^ Vincent Massol a écrit : On Jan 21, 2007, at 1:25 AM, c_inconnu2 wrote: That works ! Documentation updated. Thanks for your help. Is there any plan to support statementContext in the plugin

Re: maven 2, clover and contexts

2007-01-20 Thread Vincent Massol
Hi David, I think the reason is because the contextFilter configuration element is a property of the report mojo and thus it needs to be defined in the reporting section and not in the build section. For example: reporting excludeDefaultstrue/excludeDefaults plugins plugin

Re: maven 2, clover and contexts

2007-01-20 Thread c_inconnu2
That works ! Thanks for your help. Is there any plan to support statementContext in the plugin ? I'd like to exclude all my loggers... BTW, I'll try to understand how that works and see if i can contribute David DIDIER Vincent Massol a écrit : Hi David, I think the reason is because the

Re: maven 2, clover and contexts

2007-01-20 Thread Vincent Massol
On Jan 21, 2007, at 1:25 AM, c_inconnu2 wrote: That works ! Documentation updated. Thanks for your help. Is there any plan to support statementContext in the plugin ? We need to support it but it's not done yet. Create a JIRA issue if it's not there already. I'll probably be able to

Re: maven 2, clover and contexts

2007-01-18 Thread Vincent Massol
Hi David, Why are you assuming that statementContext would work? Just check the plugin documentation and you'll see that the correct tag name is contextFilters. Just check the documentation for more details and examples. Thanks -Vincent On Jan 17, 2007, at 11:46 PM, c_inconnu2 wrote:

Re: maven 2, clover and contexts

2007-01-18 Thread c_inconnu2
Hi Vincent, Thanks for your answer. Indeed there is no reason that it should work : I was just wondering... But I tried to use contextFilters and I cannot manage to get it work either. Here is a part of my pom : reporting plugins plugin

maven 2, clover and contexts

2007-01-17 Thread c_inconnu2
Hi, I am trying to configure Clover to use contextFilters with statementContext. Here is my pom.xml : reporting plugins ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-clover-plugin/artifactId