This just sounds like the pointcuts aren't matching - there isn't much special configuration here. If you have an AspectJ project with an inpath set to some jar, the contents of that jar will be woven and output to the projects output directory (the original jar doesn't get modified).
Does it work from the command line? Does -showWeaveInfo show anything? (weaveinfo can also be turned on in the UI to produce info messages, especially useful when inpath weaving as there is no visual indicators for where matching occurred, IIRC) cheers Andy On 11 January 2014 02:17, samantha joseph <[email protected]>wrote: > Hi... > I am using .class files first time. > I am having trouble in using external jars containing .class files with > AspectJ. i am using Eclipse and AJDT. I have included the jar in the > inpath, but advice is not being applied. > > Thank You > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
