Hi there,

currently I have a problem with AJDT's load-time weaving capability. Unforntunately the following pointcut is not applied:

pointcut mainMethodCall() : execution(static void main(String [])) && !within(TestAspect) && !within(setup..*);

For compile-time weaving the same aspect works out. Any ideas?

Best Nikolas
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to