Reputation: 3032
I am working on a Spring Roo/ApsectJ project at the moment. I am able to build a project and run it without any issues, implying AspectJ is doing correct weaving at compile time, however in Eclipses I seem to have no IDE support. Any methods I am calling within the .aj files are being flagged as invalid (as they cant be linked to the class through AspectJ), and my Cross References view is not working.
Could someone point me in the right direction as to what area of configuration I need to explore to get the IDE "run time" support of AspectJ working in Eclipse...as the compile time support is working fine.
Any ideas appreciated.
i
Upvotes: 0
Views: 1811
Reputation: 39651
You have to install the AspectJ Development Tools in Eclipse: Help
-> Eclipse Marketplace...
-> Search for ajdt
.
Upvotes: 1