[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[ews.eclipse.technology.aspectj] Problems with aop.xml <weaver>
|
With
<weaver options="-showWeaveInfo">
<include within="org.opentrader.*"/>
</weaver>
/ONLY/ if I use
<include within="*"/>
will anything get weaved. Any else I have tried fails to weave anything. I have tried things like
<include within="org.*"/>
and that fails to weave anything at all.
I'm using the version of aspectj that comes with spring-M2. Spring tends not to put version number on their jars so I don't really know the version. (I'll be trying the latest right now).
-barry