Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Pointcut limitations

In order to weave into the you would have to explicitly put your
rt.jar on the AspectJ "inpath". (Never tried it but I guess it could
work.) I think whether you use load time or ahead of time weaving does
not really matter. Of course, if you do it ahead of time, make sure
you save a copy of the original rt.jar. Also there might be license
implications. But I am not a lawyer, so I don't know anything about
that.

Eric

On 11/04/07, Antoine M. <zionmail@xxxxxxxxx> wrote:

Hello,

I'm looking for a way to weave code into ANY class (even the standard java
classes like java.util.Vector for instance). I tried with different aop
implementations (such as AspectJ, AspectWerkz and JBoss AOP) but none of
these seems to allow that kind of weaving.

I guess it has to be a load-time weaving in order to avoid permanent
changes. Am I misunderstanding ?

Can someone help me ?

Thank you,

Antoine
--
View this message in context: http://www.nabble.com/Pointcut-limitations-tf3558873.html#a9937969
Sent from the AspectJ - users mailing list archive at Nabble.com.

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top