Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-27 Thread tibi
i never missed the aspectj plugin in my projects... Kenny Ha wrote: > I resolved my problem by following these instructions (thanks tibi) > http://www.nabble.com/Cobertura-reporting-0--coverage-to12823394s2369.html#a12823394 > http://www.nabble.com/Cobertura-reporting-0--coverage-to12823394s236

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-26 Thread Kenny Ha
I resolved my problem by following these instructions (thanks tibi) http://www.nabble.com/Cobertura-reporting-0--coverage-to12823394s2369.html#a12823394 http://www.nabble.com/Cobertura-reporting-0--coverage-to12823394s2369.html#a12823394 But I wanna know if I removed aspectj plugin from pom.xml

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-26 Thread Kenny Ha
Anyone help me??? Kenny Ha wrote: > > I removed the aspectj-maven-plugin from my pom.xml like u said but when I > run mvn cobertura:cobertura command ,some errors occur : > > [] > [INFO] > > [ERROR] FATAL ERROR > [INF

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread Kenny Ha
I removed the aspectj-maven-plugin from my pom.xml like u said but when I run mvn cobertura:cobertura command ,some errors occur : [] [INFO] [ERROR] FATAL ERROR [INFO]

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread tibi
matt, now i remember it has to do with this: http://issues.appfuse.org/browse/APF-914 Cobertura doesn't work when aspectj-maven-plugin is enabled i still have the maven aspectj plugin enabled, in my last project!! and cobertura is working fine. i wondered why i did remove it in my old project. i

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread tibi
ok added this: org.codehaus.mojo cobertura-maven-plugin 0 85 ${failsOnError}

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread tibi
somehow i have the same problem with a new project. i project i started 6 weeks ago is working. i'm comparing both to try and find the differance, but no luck jet. tibi tibi wrote: > i have this in my pom file for cobertura: > > org.codehaus.mojo > co

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread tibi
i have this in my pom file for cobertura: org.codehaus.mojo cobertura-maven-plugin 2.2 html xml

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread Kenny Ha
I'm using Maven version 2.1.0 and Cobertura version 2.0 But my generated report by Cobertura is not like example on http://cobertura.sourceforge.net/ http://cobertura.sourceforge.net/ Mine display all classes are 0% like this : All Packages Classes Address (0%) App (0%) BaseAction

Re: [appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread tibi
what version are you using? this one: Report generated by Cobertura 1.7 (on the site page in the footer) tibi Kenny Ha wrote: > I run mvn site or mvn cobertura:cobertura command, it build successful. > But when I access Cobertura Test Coverge Report page,nothi

[appfuse-user] Cobertura Test Coverge Report

2009-04-23 Thread Kenny Ha
I run mvn site or mvn cobertura:cobertura command, it build successful. But when I access Cobertura Test Coverge Report page,nothing is test,all classes are 0% : All Packages Classes Address (0%) App (0%) BaseAction (0%) BaseActionTestCase (0%) BaseDaoTestCase (0%) BaseManagerMockTestCas