Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT cross reference visuaizations w/ weaving externally

On 14/11/06, Abramovich, Dan <dabramovich@xxxxxxxxxxxx> wrote:
We've (almost wrote "weave"... sigh) integrated aspectj into our existing build process using the <iajc> ant tasks. We use Eclipse as an editor, but not to do builds. Is there any way for AJDT to recognize the cross references for some code when aspects are added to the aspect path, but without actually doing the build/weaving in the Eclipse environment?

No, a build is required in order for AJDT to know about the
crosscutting relationships. Why not use Eclipse as an IDE? You can if
you wish turn "build automatically" off and then just run the build
whenever you want to see the cross references.

Regards,

Matt.


Back to the top