On 14/11/06, Abramovich, Dan <[EMAIL PROTECTED]> 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. _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
