Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT and eclipse 3.0RC3


Hi Robert,

Multiple projects in the same workspace is fine.  As Ron pointed out,
AJDT works with the structure model for one project as a time, as you
flick between them, it switches to the structure model for the project you
select.  We do not currently support visualization across more than one
project.

If the outline view for the editor is showing:
- The makeup of your aspects, in terms of pointcuts/advice you have defined
- Where advice affects your other types
then you have a valid structure model that is suitable for visualisation.

The fact you are on linux makes me wonder about an obscure forward slash
backslash bug.  One of the guys here is trying it out now on:
- mandrake 10.0
- gnome 2.4,
- eclipse M9-gtk and RC3-gtk

cheers,
Andy.



robert kuzelj <robert_kuzelj@xxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

23/06/2004 08:49

Please respond to
aspectj-users

To
aspectj-users@xxxxxxxxxxx
cc
Subject
Re: [aspectj-users] AJDT and eclipse 3.0RC3





hi andrew,

> I'm sorry you are having such problems Robert.  
i am sorry for myself too ;-)

> Do I remember from a
> post of yours a while ago that you are on Linux?  We do limited Linux
> testing (we have only 2 linux boxes where we are) but I will get one
> of the team to try it out this morning.
yep.

my settings are
- suse 9.0
- kde 3.2
- eclispe GTK

> AJDT 1.1.11 is due imminently and contains a new version of the
> visualiser, fully overhauled docs and a cheat sheet for creating
> a simple project.
great.

what about multiple projects within the same workspace?

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


Back to the top