Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Aspect Visualizer


Hi,
What is your environment - eclipse version, JDK version, operating system?

If you pick a class with say advised-by methods and open it in the editor, do you see the advice markers down the left-hand edge of the editor? If so, the structure model is in place, and you can then switch to the Aspect Visualisation perspective and select the containing project or package. If you don't have the structure model, try doing a rebuild using the AspectJ build button on the toolbar. Also check your build configuration (.lst file).

Regards,

Matt.

ajdt-dev-admin@xxxxxxxxxxx wrote on 25/06/2004 18:14:39:
> Hi,

> I am having trouble seeing any crosscuting relationships in the
> Aspect Visualizer. I have tried both AJDT 1.1.4 and 1.1.10. I only
> see gray bars representing the classes and aspects in the code and I
> do not see any crosscutting relationships (colored lines) as
> displayed in the guide. Also, the menu is completely blank. Has
> anyone seen this problem? Am I missing anything?

> thanks.

Back to the top