Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] error can't determine superclass of missing type

Thanks.

This fixed the issue:
Changed aop.xml to
<aspectj>
    <aspects>
        <aspect name="myapp.SampleAspect"/>
    </aspects>

    <weaver options="-XnoInline -Xlint:-cantFindType">
        <include within="myapp..*"/>
    </weaver>
</aspectj>




--
View this message in context: http://aspectj.2085585.n4.nabble.com/error-can-t-determine-superclass-of-missing-type-tp4652184p4652191.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top