Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] visual advice support?

Hello Ron,
 
Yes, that worked (in both cases).  Thank you.
 
Ted
 
-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of Ron Bodkin
Sent: Thursday, February 05, 2004 1:32 PM
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] visual advice support?



Ted,

 

Try closing the editor window and re-opening it. Eclipse remembers that you are using a Java editor for the file so you have to reopen. Also, try creating a new Java file to verify that you see the AJ outline for that.

 

Ron Bodkin

Chief Technology Officer

New Aspects of Software

m: (415) 509-2895

 

 

------------Original Message------------

From: "Anagnost, Ted (MED, GEMS-IT)" <Theodore.Anagnost@xxxxxxxxxx>

To: "'aspectj-users@xxxxxxxxxxx'" <aspectj-users@xxxxxxxxxxx>

Date: Thu, Feb-5-2004 11:06 AM

Subject: RE: [aspectj-users] visual advice support?

Hello Mik,
 
I do have the AspectJ editor set as default but I do not see the icons
as displayed in the url below.  I do have the AspectJ build button though.
 
Everything seems to function but I don't get the Aspect visualization support in the Outline view.
 
Any suggestions?
 
Thanks,
 
Ted
 
-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of Mik Kersten
Sent: Tuesday, February 03, 2004 5:49 PM
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] visual advice support?

I googled that date id and got M3.  Perhaps the problem is that your workbench is not set up to use the AspectJ editor to be default for .java files?  If you do then the document outline should have 8 icons on itâ€(tm)s title bar instead of 4.  More info is at:

 

http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org.eclipse.ajdt/plugins/org.eclipse.ajdt/doc/AJDTug/ajdt-doc.htm?rev=HEAD&content-type=text/html

 

Mik

 


From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Anagnost, Ted (MED, GEMS-IT)
Sent: Tuesday, February 03, 2004 2:49 PM
To: 'aspectj-users@xxxxxxxxxxx'
Subject: RE: [aspectj-users] visual advice support?

 

Hello George,

 

Sorry, forgot the oldest support rule in the book:

AJDT 1.1.4 (based on AspectJ 1.1.1) released on September 22nd, 2003

<ã??颵á‡?芻ꨀ봀௎text>Eclipse</ã??颵á‡?芻ꨀ봀௎text>

Version: 3.0.0

Build id: 200308281813 

How do I determine the M-number from this id?

Ted

-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of George Harley1
Sent: Tuesday, February 03, 2004 4:38 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] visual advice support?


Hi Ted,

What are the versions of the AJDT plugins and Eclipse that you are working with ? If you are on Eclipse 3.0 then be aware that at present AJDT does not work with the M5 and M6 builds.

Best regards,
George
________________________________________
George C. Harley



 

"Anagnost, Ted (MED, GEMS-IT)" <Theodore.Anagnost@xxxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

03/02/2004 22:27
Please respond to aspectj-users

       
        To:        "'aspectj-users@xxxxxxxxxxx'" <aspectj-users@xxxxxxxxxxx>
        cc:        
        Subject:        [aspectj-users] visual advice support?

       



Hello,

I installed the ajdt plugin into eclipse.  I created a little program with
an aspect that works.  But,
eclipse does not seem to have a visual indication of where my advice applies
- there's no hyperlinks between
the aspect and the source code it applies to.  I've seen this kind of visual
support in the JBuilder version.

Is this support provided in the eclipse plugin?  What may be the problem?  

Thanks,

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


Back to the top