| Re: [aspectj-users] Before I forget |
Hey Andrew, It has happened several times since I last updated any aspects or ITDs. The class I last saw it happen from is a regular java class that does have both a pointcut matching one of its methods and an ITD applied to it and it does not have any generic signatures. There is no in path involved, but I do have my maven classpath container in the aspect path (as far as I've been able to tell, it has to be all or nothing with those jar files). I haven't noticed if this affects advise markers or not, only that the error markers are not properly displayed, and also that some times once I've fixed an issue and saved a file it seems to do an incremental compile, but the error is not cleared until a clean/rebuild cycle.
|