How to remove cantFindType warning with aspectj agent? -
with aspectj agent, receive
[xlint:cantfindtype] [loader@203d1d93] error can't determine whether missing type org.slf4j.logger instance of java.net.inetaddress when weaving type org.eclipse.jetty.util.log.slf4jlog when weaving classes when weaving
how can remove warning ?
thanks
use meta-inf/aop.xml file with
<aspectj> <!--<weaver options="-verbose ">--> <weaver options="-warn:none -xlint:ignore"> </weaver> </aspectj>
Comments
Post a Comment