From what I understand, for load time weaving to work using an aop.xml file, it must be placed in META-INF. Is there a way to get around this and use an aop.xml (or any xml file) in any directory? Thanks.

link|improve this question

50% accept rate
Why not stick with the standard location? – bwawok Jul 23 '10 at 3:04
feedback

1 Answer

You can use the system property org.aspectj.weaver.loadtime.configuration to point to another AspectJ config file. For example:

-D org.aspectj.weaver.loadtime.configuration=META-INF/myaop.xml
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.