| | Ajc11CompilerAdapter (javac) |
 | | However, ajc can compile anything that Javac can, so it should be possible for any given compile job to restate the Javac task in a way that can be handled by iajc/ajc. |
 | | Javac prunes the source file list of "up-to-date" source files based on the timestamps of corresponding.class files, and will not compile if no sources are out of date. |
 | | If javac believes there are no out-of-date source files, then the adapter is never called and cannot clean up, and the "compile" will appear to complete successfully though it did nothing. |
| www.eclipse.org /aspectj/doc/released/devguide/antTasks-adapter.html (649 words) |