Skip to main content



      Home
Home » Language IDEs » AspectJ » Programmatically weaving jars
Programmatically weaving jars [message #70348] Fri, 27 July 2007 12: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 May 09 22:33:32 EDT 2025

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

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

Back to the top