Hi Marc,

I have a query on filtering options.I have a bunch of class files to be 
excluded and they are in a file(say filter.txt). How can i use this in 
generating the report?

I tried using <excludesfile name="filter.txt" .../> but this doesn't seem to 
work. I had to put each class separately in exclude task :
<exclude name="**/a/b/c/*.class"/>
.
.
.
.
<exclude name="**/x/y/z/*.class"/>

Please let me know if theres any option to exclude classes reading from file 
and what should be the syntax of filter file.

Many Thanks,



On Thursday, 14 November 2013 14:03:16 UTC-8, Marc R. Hoffmann  wrote:
> Hi Obi,
> 
> 
> 
> we have a long list of requirements and ideas for all kind filtering 
> 
> options:
> 
> 
> 
> https://github.com/jacoco/jacoco/wiki/FilteringOptions
> 
> 
> 
> Unfortunatelly there is no near future plan.
> 
> 
> 
> Best regards,
> 
> -marc
> 
> 
> 
> 
> 
> 
> 
> On 14.11.13 07:02, [email protected] wrote:
> 
> > Hi Marc
> 
> >
> 
> > Is there any plan in near future of incorporating filtering feature in 
> > jacoco-maven plugin ?
> 
> >
> 
> >
> 
> > Regards
> 
> > obi
> 
> >

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to