hi Marc,

The contents of classes folder is classes only we are not puting any jars 
there.

Ok i will test fileset with any other task and update you.

Thanks 
Saurabh

On Tuesday, 13 September 2016 17:21:14 UTC+5:30, Marc R. Hoffmann wrote:
>
> Hi, 
>
> what is the content of your classes folder? Only *.class files or also 
> JAR files? In the latter the Ants exclude rule would not exclude class 
> files from within the JAR file. 
>
> You can test the fileset with any other Ant task, e.g. copy. 
>
> Regards, 
> -marc 
>
>
> On 2016-09-13 11:45, Saurabh Garg wrote: 
> > Hi Marc, 
> > 
> > 
> > I am building on jacoco 7.4 . 
> > In first build I have 257 classes in my project. But I want to exclude 
> > some 23 classes as they are not required for present build. 
> > So, I wrote the exclude tag that ignores the package in which these 
> > classes are kept. 
> > 
> > 
> > 
> > Then I build the project again. 
> > Ideally that package will be excluded and no of classes should be 
> > reduced to 234 that are used in coverage. 
> > But in build no of classes are still 257. 
> > So those 23 classes were not excluded. 
> > 
> > So I want to know how to do that. 
> > 
> > Regards 
> > Saurabh 
>

-- 
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/cc581b84-9972-4236-8773-dec1cf3eb677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to