Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] setting -javaagent:aspectjweaver.jar results inClassCircularityError

Either aop.xml or aop-ajc.xml are fine.  The latter is a supported
name in cases where you wish to capture some options and you don't
want them to be overwritten if you are using -outxml (which will
replace aop.xml).

I'm afraid I'm finding the discussion a bit convoluted.
Classcircularity means you are likely weaving too much and need to
exclude some stuff, as Jean-Louis said.  Also make sure you are on
AspectJ 1.6.8 and not 1.6.7.

Andy


Back to the top