Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] load time weaving example

Is there any example and instructions provided with the last AspectJ release to try load time weaving?
Thanks in advance,
Guadalupe

----- Original Message ----- From: "Ken Pelletier" <ken@xxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Wednesday, October 19, 2005 3:26 PM
Subject: [aspectj-users] AJDT: Crosscutting info unavailable for classes injar ?


I have an aspect within an eclipse AJDT project which advises some classes within that project as well as some classes from an external jar that is built by a project referenced by this project.

I setup AJDT's Aspect inPath to point to the other project's jar I want the weaver to include, and set the output jar. The classes are correctly woven as proven by test cases within the project.

However, the crosscutting information for the aspect that advises the classes within the jar is not visible in the aspect's gutter. The classes local to the project do show up in the crosscutting info for the aspects, but not the ones woven from the jar on the inPath.

Is there a way to configure AJDT so that the crosscutting information and the cross reference will include the classes from a jar on the inPath?

- Ken

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top