[aspectwerkz-user] Applying aspects to Eclipse

"Benjamin Livshits" <[email protected]> Tue, 21 Jun 2005 12:45:19 -0700
Newsgroups gmane.comp.java.aspectwerkz.user
Organization Stanford University
Message-ID <[email protected]>
I am trying to use load-time weaving with Java 5 agent support to apply
aspects to Eclipse. Things appear to go okay while the main class loader is
active, however, soon thereafter, Eclipse spawns a new class loader. It
seems from then on pointcuts don't hit anymore.

Has anybody tried something like this? IS there a way to get around this?

Thanks much in advance.

-Ben