Hi guys,
can I put the 'executiondata' elememt inside a 'group', as shown below? I 
have different .exec files for different groups.
Ant complains 'group doesn't support the nested "executiondata" element.' 
But is there a approach to use different .exec files for different groups? 
I do need this badly.

    <target name="report">
        <jacoco:report>
            <structure name="JaCoCo-Report">
                <group name="XXX-api">
                    <executiondata>
                        <file file="${jacocoExecPath}/XXX-api.exec"/>
                    </executiondata>
                    <group name="XXX-component-1">
                        <sourcefiles encoding="UTF-8">
                            <fileset 
dir="${classFilePath}/XXX/WEB-INF/classes"/>
                        </sourcefiles>
                        <classfiles>
                            <fileset 
dir="${classFilePath}/XXX/WEB-INF/classes"/>
                        </classfiles>
                    </group>
...

Thanks!
--huafeng

-- 
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/c13f4c95-1126-4b0e-84a1-6928ceb94349%40googlegroups.com.

Reply via email to