Hello,

Why, when I specifically state not to weave anything in the aspectj
packages, do I get these warnings?

 "debug cannot weave 'org.aspectj.lang.NoAspectBoundException'"

Here are my weaver options:

  <weaver options="-Xlintfile:META-INF/Xlint.properties">
    <include within="com.verisign.*"/>
    <exclude within="org.apache.log4j.*"/>
    <exclude within="org.aspectj.*"/>
    <exclude within="java.*"/>
    <exclude within="javax.*"/>
  </weaver>

Bob
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to