Skip to main content



      Home
Home » Language IDEs » AspectJ » Programmatically weaving jars
Programmatically weaving jars [message #596265] Fri, 27 July 2007 12:38
Eclipse UserFriend
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:Programmatically weaving jars
Next Topic:Compile error
Goto Forum:
  


Current Time: Wed Jul 16 07:28:25 EDT 2025

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

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

Back to the top