Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] No "interactive feedback" (incremental compiln) in Eclipse with AspectJ

I often see my aspects disappear from the Types views (of the Java
Browsing perspective).

A clean build doesn't help.

Closing and reopening the project appears to.

Eclipse 3.1.1, AspectJ 1.3.1.20060406092046

On 5/2/06, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
i am debugging something in this area - however, in the scenario I am
using I find that pressing the build button fixes all problems, as it
forces a full build - I get the impression that didn't fix your
situation??  I think there is interplay here between multiple bugs -
the most painful two at the moment being:

1. incremental compilation of aspects can cause gutter markers to
vanish (the code on the disk should be fine in this case, it's just
the markers that are missing) (bug 134471)
2. sometimes errors reported back from the compiler don't reach the
problems view  (bug 132314)

i'm currently working on these.

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



--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com


Back to the top