It almost sounds like the compiler isn't running. Are you seeing this for full builds or incremental only?
When you open the AJDT Event trace view (and select all filters) and make an edit/save in the file, what do you see? I have just tried this in my own workspace and I am seeing the expected syntax error in the editor and problems view. So, I think something else is going on. On Wed, May 6, 2009 at 7:49 AM, <[email protected]<kmerriman%[email protected]> > wrote: > I have an aspect that does not show any build errors in the editor or > problems list, but clearly doesn't build. It is a much larger problem > when this is just one line of the aspect, rather then all of it. > > public aspect Bar { > > private static final String junk = "...." > } > > With the missing semicolon, it doesn't build anything else in the file > (and doesn't report an error). Eclipse 3.4.2, AJDT Version: > 1.6.3.20090122141228, AspectJ version: 1.6.4.20090106083800. > > Is this a new bug or a known bug? (I didn't see anything about it in > the bug tracker) > > Kendall > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
