Setup is JBoss 4.3 running a project with unit tests being run via ant.

I am generating the coverage on the JBoss project.

The report generates but there is no view source generated with colored line 
coverage.
The java files are in the fileset directory.
Thoughts?
Thanks

here is the report generation script
<jacoco:report>
        <executiondata>
                <file file="jacoco.exec"/>
        </executiondata>
        <structure name="mes-webservices-unittest">
                <classfiles>
                         <fileset dir="${deploy.dir}/${project.name}.ear">
                                <include name="*.war"/>
                                <include name="*.jar"/>
                         </fileset>
                </classfiles>
                <sourcefiles encoding="Cp1252" >
                        <fileset dir=".." />
                </sourcefiles>
        </structure>
        <html destdir="report"/>
        <csv destfile="report/report.csv"/>
        <xml destfile="report/report.xml"/>                    
</jacoco:report>





-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/8bb24826-7f89-4d9c-8a08-9c98165a21cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to