Hi,
We’re using aspectJ in one of our project. I have my pointcuts in one project and the source code to aspect in another project. All of the source resides in the same workspace.
I have defined my pointcuts and arounds correctly but myEclipseBlue doesn’t seem to see the classes to weave although they reside in the classpath.
What Do I need to do? I can see that the classes inside the same project have been woven but the classes in other project have not.