Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Before I forget

> I've also noticed that incremental compilation often seems to not update the
> markers in the IDE until I've done a full rebuild.  Several times I've
> deployed code from a project with no markers only to have it fail with an
> exception when running that is equivalent to what the build error was.
>  After a clean/rebuild the appropriate error shows up in Eclipse.  Any
> recommended steps for debugging that?

Hi David,

The first steps would be to get a better idea of when this is
happening (obviously for incremental builds, but when it has happened,
do you know if you've changed an aspect recently, or only classes?,
are generics involved?), for what kinds of projects (are in path and
aspect path involved?), and what kinds of markers (are advice markers
included, or just warnings and errors?).

Then we can start trying to recreate it on a smaller project.


Back to the top