Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspectj in weaving a jar file

Hi Andy   
   
   Thank u...I have created aspect aj file for a java class file and then I
exported it as a jar file and I imported it in another Aspectj project and
called the function for which the advice had written and it runs normally.
But when I import it in java project, the advice never runs when the
function for which the advice is written...can u tell me why?



--
View this message in context: http://aspectj.2085585.n4.nabble.com/Aspectj-in-weaving-a-jar-file-tp4651584p4651593.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top