I am trying to use load-time-weaving to associate perf4j with a program, but it does not seem to find aop.xml in my class path. Either this, or not the weaving of the aspect, because he does not find it. I have included verbose output from aop.xml, but I do not see any binding messages, errors, etc. Where is aspectJweaver looking for META-INF / aop.xml? How can I find out what he is looking for?
I tried using the direct path to import xml with this, but it did not work. -Dorg.aspectj.weaver.loadtime.configuration = C: \ DEV \ trunk \ Bin \ META-INF \ aop.xml
Note. The program works as intended using compilation in time, but I would prefer to use interlacing in time. I was also able to implement time overload using small test cases.
source share