Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] weaving .class files

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 <samanthajoseph04@xxxxxxxxx> 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
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top