Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Programmatically weaving jars
Programmatically weaving jars [message #70348] Fri, 27 July 2007 16:38
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Hi,

I have a plugin that shall take some other plugin jars (or folders), weave some aspects into them and copy the resulting jars to somewhere else.
I've played with the WeavingURLClassLoader and succeeded to load/weave classes from a plugin. I verified that the loaded classes contain the aspects.

Unfortunately I don't see a way to identify the woven classes since acceptClass(String name, byte[] bytes) is never called. So I can't construct a jar copy with the woven classes.
Does anybody know a better way?

Cheers
/Eike
Previous Topic:Pointcuts not applied in another project
Next Topic:Programmatically weaving jars
Goto Forum:
  


Current Time: Fri Apr 26 11:59:45 GMT 2024

Powered by FUDForum. Page generated in 0.03394 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top