Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AJDT compilation

Hi everyone,
 
I am new to aspectJ, and recently I have one issue would like to be resolve.
 
The issue is that when the aspectj source code (.aj) got changed, it does not automatically update in eclipse. I have to double click the .aj file in the package explorer and then eclipse window will pop up a dialog saying "The file has been changed on the file system. Do you want to load the change?"
 
I am wondering if there is any way that eclipse can automatically reload the changed .aj file (so that I dont need to double click the .aj file and manually load the change everytime?)
 
The .aj file is for sure changed, but it is just that eclipse cannot reload automatically. But, here comes the real issue that I am trying to resolve.
 
How can the changed .aj file be recompiled dynamically when I run a java program that needs the recompiled aspect?
Is this done by configuring the AJDT
or
is it done in the java program?
 
Thanks very much,
 
Jay


All new Yahoo! Mail - Get a sneak peak at messages with a handy reading pane.

Back to the top