On Tuesday 29 January 2008 Hermod Opstvedt's cat, walking on the keyboard, wrote: > Hi > > I am not sure what you are after, but here are some links: > > http://blogs.codehaus.org/people/avasseur/archives/001121_aspectj_aspect_an >d _java_13.html > http://blogs.codehaus.org/people/avasseur/archives/001140_aspectj_5_load_ti >m e_weaving_with_java_13_using_aspectwerkz.html >
Sorry, but it seems to me that Aspectwerkz places its own classloader in the boot classpath and than uses such class loader to loader and weave at run-time, that is not exactly what I'd like to do. What I'd like to do is to programmatically (without the XML support) weave an aspect to a class and produce the Class object resulting, and thus implement my own class loader that can do that. So, what is the starting point for doing this? Thanks, Luca _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
