Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Help in Eclipse + AspectJ using AJDT

Try this:
Take your class, which you are sure the aspect works on and move it to another package. Repair the import in your aspect, such that it points to the moved class. Now, does the aspect bind to the moved class? If it does, then you probably made some mistake.

-Tomas

2007/7/24, Srinivas Palthepu <spalthepu@xxxxxxxxxxxxxx>:

I tried that too. I tried putting other project class dir in the inpath
of the
Aspect project. Also, I tried putting spect dir in aspectpath of the
other project.
Nothing seem to be working. Aspect's advices are not applied to the
classes.
I don't see any error or warning in the pointcut definition or advice
definition though.

Srini

Back to the top