Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] aspects/advices not seen in eclipse 3.0 editor

Can you reproduce this problem again? If so please raise a bug, with
the exact steps required to reproduce it, attaching a test project if
necessary - unless you can show the problem with one of the bundled
examples?

Regards,

Matt.

On 06/09/05, Sudhakar Ramakrishnan <sramakrishnan@xxxxxxxx> wrote:
> I am using AJDT 1.2.1 with eclipse 3.0. I tried everything you said,
> nothing worked. The log files were clean. There were a few errors on
> adding a resource and subsequently removing it. All I did was add a
> linked directory for navigating thru some files, then deleted the same
> since I wasn't planning on using it with the project. After that
> operation, the default behavior in handling aspectness in code
> disappeared.
> 
> Tentative fix: I created a new project, copied all the files and then
> the project looked as before. All the aspectj'ness was seen. :)
> 
> -
> Sudhakar Ramakrishnan
> x3520, ESRI
> 
> -----Original Message-----
> From: Matt Chapman [mailto:mpchapman@xxxxxxxxx]
> Sent: Tuesday, September 06, 2005 11:36 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: Re: [aspectj-users] aspects/advices not seen in eclipse 3.0
> editor
> 
> Hi Sudhakar,
> 
> Which version of AJDT are you using?
> 
> You could try pressing the build button on the toolbar, to force a
> full build. If that doesn't work, try closing the project, restarting
> eclipse, and opening it again. You could also show the Error Log view
> to see if that contains any errors, and try opening the AJDT Event
> Trace view (under Show View > Other > AspectJ) and looking at the
> output as the project builds.
> 
> Hope that helps,
> `
> Matt.
> 
> On 06/09/05, Sudhakar Ramakrishnan <sramakrishnan@xxxxxxxx> wrote:
> >
> >
> >
> > How can one solve this problem?
> >
> >
> >
> > I open Eclipse 3.0, open my project, and all of a sudden, aspectj
> visualizer
> > doesn't display anything even though a package is selected. Also, all
> the
> > orange arrows that used to show part of my file (for linked advises
> etc...have
> > disappeared).
> >
> >
> >
> > How do I enable the old behavior to show up again where I can browse
> an
> > aspect and find related advices etc.. any ideas on what could have
> gone
> > wrong?
> >
> >
> >
> > -
> >
> > Sudhakar Ramakrishnan
> >
> > x3520, ESRI
> >
> >
> >
> >
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
> >
> >
>


Back to the top