Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] newbie-load-time weaving

Hi, I'm a newbie to AspectJ and I've just been able to get my first HelloWorld aspect application to work with compilation and post-compilation weaving.  Now I'm trying with the load-time weaving, however I am totally confused now....  I read the "AspectJ 5 load time weaving with Java 1.3" instructions written by Alex, which is not the same way with what's described on the eclipse.org documentation, with the aop.xml etc.  So what is the right way to do this?  If anyone has successfully used the loadtime weaving on java 1.4, can you please give me some pointers on this?  From my understanding we need to put the "aspectjweaver.jar" in classpath as well as the modified META-INF/aop.xml file which has the aspects definition, but I'm not getting a complete picture.... Please help....  Thanks so much in advance.

Sent from the AspectJ - users forum at Nabble.com.

Back to the top