Hi, I'm trying to make Cobertura plugin to skip XML-beans classes in its
instrumentation, like this:

                <ignores>
                  <ignore>com.xyz.abc.protocol.*</ignore>
                  <ignore>com.xyz.abc.gateway.cache.*</ignore>
                </ignores>
                <excludes>
                  <exclude>com/xyz/abc/protocol/**/*</exclude>
                  <exclude>com/xyz/abc/gateway/cache/**/*</exclude>
                </excludes>

But still during build, I get the following warnings:

[cobertura] WARN  [main]
net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number
information found for class
com.xyz.abc.gateway.cache.v.x1.x0.impl.AbcCacheDocumentImpl$CgwCacheImpl
.  Perhaps you need to compile with debug=true?

Because there is huge amount of such generated classes, I also get huge
amount of warnings? How should this be configured so that it would
really ignore the classes in question?

Thanks, Petteri Heinonen
SASKEN BUSINESS DISCLAIMER
-------------------------
This message may contain confidential, proprietary or legally privileged 
information. In 
case you are not the original intended Recipient of the message, you must not, 
directly or 
indirectly, use, Disclose, distribute, print, or copy any part of this message 
and you are 
requested to delete it and inform the sender. Any views expressed in this 
message are 
those of the individual sender unless otherwise stated. Nothing contained in 
this message 
shall be construed as an offer or acceptance of any offer by Sasken 
Communication 
Technologies Limited ("Sasken") unless sent with that express intent and with 
due 
authority of Sasken. Sasken has taken enough precautions to prevent the spread 
of 
viruses. However the company accepts no liability for any damage caused by any 
virus 
transmitted by this email


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to