Hello,

I'm working on a  40K lines of code project.

We're using :

<tapestry-release-version>5.3.3</tapestry-release-version>

<tapestry-security-version>0.4.4</tapestry-security-version>

<got5-release-version>3.3.3</got5-release-version>

<jacoco.version>0.6.1.201212231917</jacoco.version>

I'm launching my application with *mvn clean tomcat:run* with agent : *
-javaagent:/Users/juliensmadja/.m2/repository/org/jacoco/org.jacoco.agent/0.6.1.201212231917/jacocoagent.jar=destfile=/tmp/jacoco.file.path
*

Then, I launch my selenium tests.

After the execution,  I start my *Sonar 3.4.1* and execute goal *
sonar:sonar *on my project*.*

*mvn sonar:sonar -Dsonar.jacoco.itReportPath=/tmp/jacoco.dump -fn*

And my problem is : *tapestry's components, pages, forms don't seem to be
instrumented* because there is no coverage when watching in Sonar Report.

I have a coverage percent for classes in packages like domain, but nothing
in pages or components.

Do you have a solution for this ? Is this a problem with javassist ?

Thank you

-- 

*Julien Smadja*

 Email : jsma...@xebia.fr

Mobile : +33(0)6 59 11 72 31

http://www.xebia.fr

http://blog.xebia.fr

*Siège Social*

La Défense Colisée

10 / 12 Avenue de l'arche

Faubourg de l'Arche

92419 Courbevoie Cedex

Reply via email to