[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
List Home
]
[aspectj-users] Problem with load-time weaving
From
: Nikolas Nehmer <
nnehmer@xxxxxxxxxxxxxxxxxxxx
>
Date
: Wed, 19 Aug 2009 18:08:07 +0200
Delivered-to
: aspectj-users@eclipse.org
User-agent
: Thunderbird 2.0.0.22 (Windows/20090605)
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
Follow-Ups
:
Re: [aspectj-users] Problem with load-time weaving
From:
Andrew Eisenberg
Prev by Date:
[aspectj-users] RuntimeException: cannot register non aspect?
Next by Date:
Re: [aspectj-users] RuntimeException: cannot register non aspect?
Previous by thread:
[aspectj-users] RuntimeException: cannot register non aspect?
Next by thread:
Re: [aspectj-users] Problem with load-time weaving
Index(es):
Date
Thread