Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Missing helpful error marks in AspectJ editor
Missing helpful error marks in AspectJ editor [message #588812] Mon, 13 June 2005 16:53
harry sheng is currently offline harry shengFriend
Messages: 62
Registered: July 2009
Member
Hi,

I moved my aspects to a separat AspectJ project, so my java projects
contain java code only and AspectJ project contains AspectJ code only.

Now when I compile the AspectJ project, I see compile errors in the
[Problems] tab, but no error marks show up in the AspectJ editor. I used
to see the errors marks in AspectJ editor when I mixed java code and
AspectJ code in a single project. How can I get it back again?

Another little problem I am having is, I extend a concrete aspect to
create another aspect. In AJDT, I do not get any error or warning message.
But if I build the project from the ANT script, I get a "cannot extend a
concrete aspect" error. If AspectJ does not allow extending a concrete
aspect, shouldn't AJDT fail the compile?

Harry
Previous Topic:How to build ajdt?
Next Topic:Around advice not being executed
Goto Forum:
  


Current Time: Mon Sep 23 08:07:40 GMT 2024

Powered by FUDForum. Page generated in 0.02504 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top