Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] question on eclipse visualisation of aspects

ah, the trick is to selec the project. I selected a source dir within my project and then it does not work. The class or package icon is of no real importance for it.

thank you,

Wim

2006/6/8, Matt Chapman <mpchapman@xxxxxxxxx>:
Hi Wim,

On the toolbar of the Visualiser view there is a "C" class icon, and a
package icon to the left of it. These are toggle buttons, so if you
select package mode, then select your project, you will see all the
classes in your project at once, with each column representing a
package, with the classes in that package rearranged down the column.

Regards,

Matt.

On 08/06/06, Wim Deblauwe < wim.deblauwe@xxxxxxxxx> wrote:
> Hi,
>
> I'm using Eclipse 3.1 with AJDT plugin. When I write an aspect, and I swith
> to the "aspect perspective", I get the bars representing my java classes
> with the colored lines representing my aspects. However, I need to select a
> package first from the list that appears on the left side. I want to see all
> classes in my project at once, not just one package at a time. How can I do
> this? I tried selecting all packages, but that does not work, the center
> view still displays "select a package" and no bars are drawn.
>
> regards,
>
> Wim
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top