Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Enabling the AspectJ Build Button in Eclipse (was Re: [aspectj-users] AJDT and eclipse 3.0RC3)

> > 1) Try compiling your project in AJDT, 
> ??? dont understand what you mean by that.
> i use the menu item "project|build project"
> or "project|clean and 'clean selected... and build immediatly...'"
> where i have a aspectj project eitherwise i would get a lot
> of compiler errors.

I'd recommend adding the AspectJ build button to your Eclipse tool bars. You can do this by picking  Window | Customize Perspective and then selecting the Commands tab and checking "AspectJ Actions." I do this for the Java, debug, Java browsing, and aspect visualization perspectives. Hopefully in AJDT 1.11 incremental compilation will work so well, that this won't be important :-/


Back to the top