Re: emma code coverage problem

2010-08-24 Thread huuf
And how would you configure a filter if you would like to exclude some classes from the instrumentation? -- View this message in context: http://maven.40175.n5.nabble.com/emma-code-coverage-problem-tp113505p2651325.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: emma code coverage problem

2008-10-24 Thread Stephen Connolly
I'd remove the org.codehaus.mojo emma-maven-plugin 1.0-alpha-1 true process-classes instrument as the reporting section will do everything you need. The instrument goal (af

Re: emma code coverage problem

2008-10-24 Thread I am Who i am
Thanks for your reply, here it is http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 us.state framework jar 1.0-SNAPSHOT framework http:/

Re: emma code coverage problem

2008-10-24 Thread Wayne Fay
Send your emma configuration from your pom.xml file as well, perhaps that may be helpful in figuring things out. You should also consider contacting the emma plugin developers/users list for their help. Wayne On Fri, Oct 24, 2008 at 12:51 PM, I am Who i am <[EMAIL PROTECTED]> wrote: > Hi All, > >

emma code coverage problem

2008-10-24 Thread I am Who i am
Hi All, I'm trying to use emma plugin for my project, after adding the plugin to pom.xml when i ran emma:emma or any goal i'm getting the following error, any one had same kinda problem or what iam doing wrong here Please help me [INFO] ---