Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] debug cannot weave 'org.aspectj.lang.NoAspectBoundException'

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


Back to the top